Holger R
24th May 2012, 12:27
Hello,
I'm unsing a form with 2 form variables for date-from and date-to.
Both definded with the domain tcdate (I also tried tcdate2).
The problem:
when I enter a date manually in the date-from field, the value after input is 0.
When I enter a date using the calendar-choice in the field, the value after input is correct.
Is there a way to fill the date manually, the user don't want to choose the date always by using the calendar (understandable ;) )
Thanks for your help,
Holger
andreas.toepper
24th May 2012, 13:03
If you are using LN you may want to check the clients version. Client 8.7a.03.12 has been removed from the support-page (and ftp-server) due to a problem when inserting dates. This has been solved with 8.7b.01.05 (the latest LN-client).
Does entering +nnn or -nnn work? (i.e.: +1 = tomorrow)
Regards
Andreas
bdittmar
24th May 2012, 13:49
Hello,
I'm unsing a form with 2 form variables for date-from and date-to.
Both definded with the domain tcdate (I also tried tcdate2).
The problem:
when I enter a date manually in the date-from field, the value after input is 0.
When I enter a date using the calendar-choice in the field, the value after input is correct.
Is there a way to fill the date manually, the user don't want to choose the date always by using the calendar (understandable ;) )
Thanks for your help,
Holger
Hello,
how is your field defined ?
Example in attachment.
Input as 24052012 works.
Regards
Holger R
24th May 2012, 16:37
Hello Andreas,
I tried also e.g. +100 or -100, the value in debug mode is 0.
But, mysterious, the display() function displays the entered values ...
I'll try the new client version, hopefully it works :-)
@Bernd
which client version you are using?
Regards,
Holger
bdittmar
24th May 2012, 17:15
Hello Andreas,
I tried also e.g. +100 or -100, the value in debug mode is 0.
But, mysterious, the display() function displays the entered values ...
I'll try the new client version, hopefully it works :-)
@Bernd
which client version you are using?
Regards,
Holger
Hello,
i'm using 8.6.a4 .
Regards
Holger R
25th May 2012, 10:08
I changed the client to Version 8.7b.01.05.
This solved the problem!
Thanks a lot!