Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SCATTER not working properly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00507233
Message ID:
00507775
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform