NetTalk Central

Author Topic: Save form automatically if assigned value is correct  (Read 3037 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Save form automatically if assigned value is correct
« on: August 20, 2007, 06:45:26 PM »
Hi

I am adding items to a browse using a form that does an automatic lookup to select a value from another browse.  It also assigns a second value to the only other form entry.  The user then clicks Save to complete the transaction.  If the value of the second entry is assigned 1 by the lookup, which it is most of the time,  the user has no option about changing the value.  So I would like to automatically save the form if the auto lookup is successful and the assigned second entry is 1.

Is there any way to do this?  I am not recognizing it in the Client Side options.

Thanks a lot. 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Save form automatically if assigned value is correct
« Reply #1 on: August 20, 2007, 10:41:03 PM »
Hi Casey,

It's probably possible to do this, using a little bit of javascript, but there's no simple way to do it at the moment.

It's possible that in a future release you'll be able to send "code" back from the server-side code which would make it possible.

Cheers
Bruce


CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Save form automatically if assigned value is correct
« Reply #2 on: August 22, 2007, 12:47:57 PM »
Too bad.

I will give some thought to a Javascript.

Thanks anyway, Bruce.