Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling read statments
Message
From
19/10/1999 14:46:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00278359
Message ID:
00278405
Views:
18
>I have a slew of @ say get statements such as
>stat_date1 -->stat_date25 and want to be able to disable any ones that have values in them. This is an app in foxpro/DOS 2.5( I know but they like it) looking for a programatic way to do this.

IF EMPTY(field)
SHOW GET field ENABLE
ELSE
SHOW GET field DISABLE
ENDIF
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform