Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting oldval and newval of all fields on screen
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Getting oldval and newval of all fields on screen
Miscellaneous
Thread ID:
00457522
Message ID:
00457522
Views:
63
Is there a way to get all the oldvals, the newvals, and the field name of all the fields on screen through some kind of loop structure into an array? I have almost 64 fields on screen (using pageframes) and I wanted to find an easier way of looking at the old and new values in the fields without writing out the following:

a = oldvalue(txtname,payroll_tbl)
a2 = newvalue(txtname, payroll_tbl)
a3 = txtname
b = oldvalue(txtssn,payroll_tbl)
b2 = newvalue(txtssn, payroll_tbl)
b3 = txtssn
etc...
and then put these values into an array

help apprciated
thanks
nick patel
Next
Reply
Map
View

Click here to load this message in the networking platform