NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 26, 2012, 03:22:15 AM
-
Hi,
My app is not generating the Date Picker button, is there anything I have to add or set for the date picker to be generated?
Thanks
-
Please, any idea?
-
not a lot to go on..
Are you using the "date" form field?
is the field read-only?
Also - it's possible to turn off the button as one of the "date options" - either globally in the webHandler, in the form procedure, or indeed in an external javaScript file. Have you done any of those perhaps?
cheers
Bruce
-
Thanks Bruce,
I'm using "date"
it is not read only
I´m using NTWS 5
I dont see any "date option" in the form or in the web handler.
May you please guide me?
Thanks
[attachment deleted by admin]
-
hard to know where to start Alberto.
what browser are you using?
does the date lookup appear in the examples?
cheers
Bruce
-
I´m using firefox and the weird thing is that the examples and some of my others apps does show the date picker!
Dont know what to do.
Thanks
-
I guess the starting point is if you can make an example for us that duplicates the effect.
cheers
Bruce
-
Attached goes datetest.zip
datetest.app and agrinter.ini (which sets the port)
Its all shrink as I could.
Regards
[attachment deleted by admin]
-
Hi Alberto,
>> I dont see any "date option" in the form or in the web handler.
look in your embed code in the webHandler.
you're setting;
Self.site.DateOptions = ...
the problem is this this option;
',beforeShowDay: noWeekendsOrHolidays'
this comment may be a clue :
noWeekendsOrHolidays es una funcion que debe estar definida en el xhtml del form donde se ingresa la fecha
cheers
Bruce