NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on August 27, 2014, 06:08:30 AM

Title: NetWebYear weird behavior
Post by: walter.dasilva on August 27, 2014, 06:08:30 AM
Hi,

NetWebYear are with weird behavior as in the image.

At.


[attachment deleted by admin]
Title: Re: NetWebYear weird behavior
Post by: walter.dasilva on August 28, 2014, 06:02:19 AM
Yes,

the problem when clicking arrows just happen if calendar is within the form.
the duplicate day always happen

Cheers,
Walter - SOFTVALE


[attachment deleted by admin]
Title: Re: NetWebYear weird behavior
Post by: astahl on September 07, 2014, 09:13:41 AM
I just updated NT from 8.17 to 8.25 and I now have that same problem. It seems as though when your press forward or back button on the calendar it does not refresh. I have to press the F5 Key to display the month. Looks as though the refresh has been disconnected.


Ashley
Title: Re: NetWebYear weird behavior
Post by: astahl on September 08, 2014, 05:06:32 AM
I think I have found the cause of it not refreshing. I had my Calendar on a NetWebForm(Memory), and I was looking at a few design changes and called the form directly from the menu and it now refreshes correctly. Only thing that this has not changed is the repetitive days.

Hopefully Bruce can gives us a workaround maybe in the template code to fix this.

OOPS! the above was in a previous post.


Ashley
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 09, 2014, 01:35:17 AM
Hi Walter,

please report your example, but including the dict and data files.
(my dict is not good enough...)

cheers
Bruce
Title: Re: NetWebYear weird behavior
Post by: walter.dasilva on September 09, 2014, 05:56:32 AM
Hi Bruce,

Attached is sample hotdates(12). I've made a simple change, putting a form/memory before calendar in BOOKING.
you can see the duplicate dates in July and the weird behavior just click on the right/left arrows.

Thanks
Walter - SOFTVALE


[attachment deleted by admin]
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 09, 2014, 10:34:35 PM
Hi Walter.
Thanks for the  updated example, but zipping the whole folder was not necessary, and because of total-size limits of these forums, not really advisable.

when posting examples please just post the app, dict and tps files.

-- the problem has been fixed for the 8.26 build.

thanks
Bruce
Title: Re: NetWebYear weird behavior
Post by: walter.dasilva on September 10, 2014, 07:03:40 AM
Bruce,

The probem with layout is ok but duplication days dont.

Cheers,
Walter
Title: Re: NetWebYear weird behavior
Post by: astahl on September 12, 2014, 04:08:56 AM
Walter, I can also confirm this behavior.


Ashley
Title: Re: NetWebYear weird behavior
Post by: agustinh2000 on September 18, 2014, 03:51:09 PM
I have a similar problem

attached image

[attachment deleted by admin]
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 19, 2014, 03:00:44 AM
Unfortunately I've not been able to duplicate this problem in either the example, or Walters example posted above. (There' no data for July in your example Walter so I think maybe you're not testing with the same data.)

If someone can send me specific (very specific) instructions on how to duplicate - either in the shipping example, Walter's example, or indeed a new example, that would be most helpful.

cheers
Bruce
Title: Re: NetWebYear weird behavior
Post by: walter.dasilva on September 19, 2014, 05:11:39 AM
Hi Bruce,

Use this DATA with my samlpe.
This time choo se CONFERENCES from menu. you can see September 18 duplicate.

I saw something more with CONFERENCES, after you insert a record with TAB LIST, the CALENDAR is not refreshed.

Cheers,
Walter

[attachment deleted by admin]
Title: Re: NetWebYear weird behavior
Post by: astahl on September 19, 2014, 09:56:02 AM
Bruce,

I just compiled the Hot Dates example and it looked fine until I added a holiday for Sept 1st it now shows 2 1st's on the calendar.

I remove the holiday and it shows as a normal calendar should. Likewise adding an event to conference list it shows 2 events.


Ashley
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 21, 2014, 10:38:47 PM
fixed in 8.27
Title: Re: NetWebYear weird behavior
Post by: astahl on September 22, 2014, 09:45:45 AM
Thank you Bruce!
Title: Re: NetWebYear weird behavior
Post by: walter.dasilva on September 24, 2014, 05:20:50 AM
Bruce,

It is ok now.

So, using the same sample, how to refresh calendar from table after a insert/update. both browse and calendar is ditinct TAB form a MEMORY FORM.

Regards,
Walter
Title: Re: NetWebYear weird behavior
Post by: astahl on September 24, 2014, 06:36:06 AM
Confirmed



Ashley
Title: Re: NetWebYear weird behavior
Post by: astahl on September 25, 2014, 04:58:22 AM
Ouch!!!

When using the entire month view and pressing the next button, October shows fine until you hit November. Calendar disappears except for the sub heading. Then I press the Calendar menu item and get this javascript error "Error in site JavaScript".

Am I missing something in the web folder?


Ashley
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 25, 2014, 06:39:18 AM
sounds like it's time to post a new example? and instructions to get the effect?
Title: Re: NetWebYear weird behavior
Post by: astahl on September 25, 2014, 07:07:41 AM
It works fine in Hodates(12)

Has to be something I have in the code.

UPDATE for Holidays problem

I found the problem in my data. I had an entry for 11/11/2014 named Veteran's Day see the apostrophe...I removed the the apostrophe from the tables field and it then worked. Not a big problem but should it not show what was added to the data? This also could be a problem in data people enter that you have no control of.


Ashley
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 25, 2014, 10:12:21 PM
I'm not sure what you're saying - if you add Veteran's day to the Hotdates example, does it work ok?

cheers
Bruce
Title: Re: NetWebYear weird behavior
Post by: astahl on September 26, 2014, 04:26:57 AM
Hi Bruce,

No it does not. If in Hot Dates add a Holiday named anything you like but put a 's on the end and save it. Now go to the Monthly calendar and start scrolling to the month to see that holiday. Nothing will be displayed not even the forward or back buttons.

For now my work around is no apostrophes in the display data.


Ashley
Title: Re: NetWebYear weird behavior
Post by: kevin plummer on September 28, 2014, 04:24:03 PM
try using a <39> instead of a '

Using a ' in NTW will break things in lots of places but normally you would get compile errors.
Title: Re: NetWebYear weird behavior
Post by: Bruce on September 28, 2014, 10:37:07 PM
thanks Ashley - fixed for the next build (8.28)