NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jorgemir on February 03, 2011, 04:09:27 AM

Title: Form does not let me do the input data
Post by: jorgemir on February 03, 2011, 04:09:27 AM
I have a form wich includes a memory form and a browse with a child browse. The memory part starts with the initial field ok, but on the other fields the cursor blinks once and then dissapears, and I can not input any more data.
This is NTWS 5.15
What I'm doing wrong?
Thanks
Jorge
Title: Re: Form does not let me do the input data
Post by: Bruce on February 03, 2011, 10:59:25 PM
Insufficient data for meaningful answer.
Title: Re: Form does not let me do the input data
Post by: Rene Simons on February 04, 2011, 02:56:06 AM
Hi Jorge,

I think the default validation setting is immediate.
Switch that off and try again.
Otherwise: deliberately click the field you want to enter.
If that works, it definitely is the validation.

Rene
Title: Re: Form does not let me do the input data
Post by: jorgemir on February 04, 2011, 03:12:47 AM
Yes it was the validation.
I need to check if the mobil phone exists, so I did a validation with a server side code.
Taking out this validation corrects the problem. Now I'm struggling on how to get this mobil phone check :(
Thanks Rene.