Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to getfldstate()
Message
From
20/05/1998 10:18:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00100525
Message ID:
00100535
Views:
24
>Hello everyone!
>
>I have about 20 text box/combo/edit boxes on a form and I'd like to check to see if any changes were made. How do I getfldstate(fieldname)
>without having to code it in the valid of each box? Is there a way to have it as a method of the form?
>
>Thank you for your help,
>
>Jamuna
Jamuna,
you could also use it in a method.
* Check for any change
cStatus = chrtran(substr(getfldstate(-1),2),"13","") && First one delete flag
lChangeInanyField = !empty(cStatus)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform