NetTalk Central

Author Topic: reselecting field after incorrect entry.  (Read 3213 times)

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
reselecting field after incorrect entry.
« on: July 26, 2007, 05:53:36 PM »
Hi Guys,

I have found a method to change the comment after a user makes an incorrect entry but the cursor moves from the field with the bad information in it to the next field.  How can I reselect the same field.

I don't want to validate the entire record just the field that I am currently on.

Any ideas?
Gregory C. Bailey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: reselecting field after incorrect entry.
« Reply #1 on: July 31, 2007, 11:53:38 PM »
Hi Greg,

Not so easy to do unfortunately.
This would require code executing asynchronously after the comment has been sent to the server. At the moment it can only send data, not code.

Also, depending on speed, they _might_ already have typed some letters in the new field so changing focus asynchronously might be a bit disturbing to the user.

Cheers
Bruce
 

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Re: reselecting field after incorrect entry.
« Reply #2 on: August 03, 2007, 11:30:32 AM »
Hi Bruce,

Thanks I'll tell my customer "NO CAN DO". 
Gregory C. Bailey