NetTalk Central

Author Topic: SELECT(?field)  (Read 1797 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
SELECT(?field)
« on: March 28, 2009, 11:06:36 AM »
Hi,
Any way to select the field when the form is call for change?

Thanks
Alberto
-----------
Regards
Alberto

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: SELECT(?field)
« Reply #1 on: March 28, 2009, 11:01:20 PM »
Hi Alberto,

Go to the embed point "After setting SelectField" and add this line.

p_web.SetValue('SelectField',clip(loc:formname) & '.placeyourfieldnamehere')

Make sure you get your field name right (might wanna be careful of case as javascript is picky).

Regards
Bill Shields