NetTalk Central

Author Topic: Form does not let me do the input data  (Read 3321 times)

jorgemir

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • Email
Form does not let me do the input data
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Form does not let me do the input data
« Reply #1 on: February 03, 2011, 10:59:25 PM »
Insufficient data for meaningful answer.

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: Form does not let me do the input data
« Reply #2 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
Rene Simons
NT14.14

jorgemir

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • Email
Re: Form does not let me do the input data
« Reply #3 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.