Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding Objects from program
Message
From
23/04/1998 02:13:04
 
 
To
23/04/1998 01:27:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00094198
Message ID:
00094223
Views:
24
Just a little better:
for each loObject in thisform.page1.contRows.Controls
  newName = loObject.name
  newNameTop = loObject.top
endfor
Vlad

>for i = 1 to thisform.page1.contRows.ControlCount
> newName = thisform.page1.contRows.Controls(i).name
> newNameTop = thisform.page1.contRows.Controls(i).top
>endfor
>
>thanks again
>John Harriss
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform