Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not get it right
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Can not get it right
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01092465
Message ID:
01092465
Views:
62
Hi everybody,

It's easy to solve for someone else, but for myself I'm stumbled. I have a program, where I'm passing an object reference. In that program I add a new object to the passed object. Now I want to access this newly added object. Would you please help me out with the syntax?
lcObjName ="o" + chrtran(alltrim(cReportCategory.ccode_description),space(1),"") + "bar"

		toThis.add(m.lcObjName, "cBar")
		
		with evaluate('m.toThis." + m.lcObjName)
&& Error here

toThis is an object reference. lcObjName is the name for the newly created object property of toThis

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform