Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query on Scatter Name ObjName
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Query on Scatter Name ObjName
Miscellaneous
Thread ID:
00652923
Message ID:
00652923
Views:
54
Hi.
I'm currenlty rewriting an App from 2.6 to VFP.I doing so, I'm retaining as much of old code as possible but 'Objectifying' it.

I have used a lot of Scatter Memo memvar and am now replacing these commands with Scatter Nmae ObjName. I've run into the following problem:

Using Scatter Memo
If I have a file with say 5 fields (MyField1/2/3/4/5) and two commands in a program, say ,
Scatter Memo memvar
Scatter Fields MyField1,MtField2,Myfield3
(This leaves contents of MyField4 and MyField5 intact

However , in VFP, if I do :
Scatter Name MyObj
Scatter Fields MyField1,MyField2,MyFields3,
then .. MyField4 and MyField5 are invalid.

(For this particular project I want to continue using Scatter, rather than Views)

Does anybody know a way arounf this and retaining the Scatter Myobj command?

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform