Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Substitution - Epilogue
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00736706
Message ID:
01127686
Views:
32
>Exactly! Or if you want to operate with the dynamic object, you can use
>
>loObject = evaluate('thisform.myPageFrame.page1.' + lcName)
>
>with loObject
>   ...
>endwith
>
>or even avoid loObject and use
>with evaluate('thisform.myPageFrame.page1.' + lcName)
>
>endwith
>
>if logic allows.

Somebody here on UT suggested
loObject = GETPEM(thisform.myPageFrame.page1, lcName)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform