Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCATTER not working properly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00507233
Message ID:
00507775
Views:
12
Steve,

One of the following 2:
1. SCATTER NAME THISFORM.oTable
   All control sources should use this format: THISFORM.oTable.xDesiredField

2. If you can't scatter to THISFORM.oTable (haven't tested):
   After SCATTER NAME oTable
   THISFORM.oTable = oTable
   Use the same method to address control source.

Then, in the destroy method of the form, 
   THISFORM.oTable = .NULL>
Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform