Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make the form stop hard coding table path
Message
De
15/04/2002 16:34:02
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00645079
Message ID:
00645201
Vues:
18
>>thisform.DE.Closetables
>>* Loop and change cursor props
>>thisform.DE.Opentables
>
>I need more help with this loop...how can I loop through tables in dataenviroment without specifing the tables specificially and set their respective properties?
>
>Thanks!

You can actually do it in DE.BeforeOpenTables:
for each oObj in this.controls
   if oObj.class="Cursor"
      oObj. ... {set whatever properties you need to}
   endif
endfor

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform