Normal Topic Moving Field Values from one form to another (Read 327 times)
Dale_W
Member
*
Offline


No personal text

Posts: 5
Joined: Feb 20th, 2006
Moving Field Values from one form to another
Mar 13th, 2006 at 5:34pm
Print Post Print Post  
I am new to Sbasic and Sesame.  I am trying to transfer the field values from one form record.  I want to take those values and add them on another form in the same database.

I would appreciate any help anyone could give me
  
Back to top
 
IP Logged
 
obfusc88
Full Member
***
Offline


No personal text

Posts: 194
Joined: Dec 17th, 2005
Re: Moving Field Values from one form to another
Reply #1 - Mar 13th, 2006 at 7:07pm
Print Post Print Post  
Check out FormFieldValue(form, field, instance, newval) in Sesame Programming Guide, page 171.

And @FormFieldValue(form, field, instance) on page 172.
  
Back to top
 
IP Logged