Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make the form stop hard coding table path
Message
From
15/04/2002 16:34:02
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00645079
Message ID:
00645201
Views:
17
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform