Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save Screen
Message
From
25/01/2009 15:13:12
 
 
To
25/01/2009 12:54:32
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:
01376908
Views:
10
Not so.

The following code generates a 'data type mismatch' since gg is still .NULL. when RESTORE is executed.
PUBLIC gg
gg = .NULL.
SAVE SCREEN TO gg
RESTORE SCREEN FROM gg
>The variable needs to be defined first.
>
>
>local gg
>gg = .NULL.     && be sure to initialize first.
>Save Screen to gg
>...
>Restore Screen from gg
>
>
>The Save Screen command appears it doesn't create the variable if missing.
>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform