Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query on Scatter Name ObjName
Message
From
06/05/2002 04:28:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00652923
Message ID:
00652990
Views:
23
>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

Gerard,

scatter memo name MyObj

takes the memo fields as well (if I understand correctly what you're after)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform