Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save Screen
Message
 
 
To
25/01/2009 11:47:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01376877
Message ID:
01376882
Views:
11
>Hi All:
>
>In the following code, I'm getting 'Variable "gg" is not found'.
>
>
>SAVE SCREEN TO gg
>RESTORE SCREEN FROM gg
>
>
>What am I doing wrong?
>
>Thanks,
>
>Yossi

Add a check before restore
if vartype(gg) = "S"
  restore ...
endif
I tried these commands too and got an error as you did.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform