Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Table names as parameters to a class giving ERRO
Message
From
02/11/1998 11:06:09
 
 
To
02/11/1998 10:59:36
Noman Aftab
Embry-Riddle Aeronautical University
Daytona Beach, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00153497
Message ID:
00153551
Views:
27
>I guess, I wasn't clear. The parameters I am passing in are actually properties. I am not passing in parameters from any other source or form. Can thsi be a problem because I have property and paramter with the same name and nothing is actually passed in. I guess defining a property doesnt pass in the a parameter for that class????
>HELP!!
>
>Thanx

Ok, so you defined Class.ChildTable property in class designer, and then you something like this:
oMyclass=createobject("MyClass")
oMyclass.Childtable="mychildtable"

Is it correct? Remember, that Class.Init event will fire first, before the second line.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform