Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I add properties to an object gend by SCATTER NAM
Message
From
16/09/2004 18:24:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/09/2004 18:09:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00943145
Message ID:
00943151
Views:
20
>How do I add properties to an object created with a SCATTER NAME command? And once I've got them in, do I need to get rid of them before I write back to the table (which doesn't have them).
>
>Thanks.

James,
You can't. Add them before you scatter. ie:

select *,1 as AdditionalField from customer where .f. into cursor crsDummy
scatter name oRec

No you don't need to get rid or bother with their order. VFP maps matching ones for you.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform