Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add object to form in code
Message
From
09/01/2013 08:19:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01561681
Message ID:
01561869
Views:
50
Likes (1)
>>In order to use form.AddObject() the prg/vcx file must have been included in the SET PROCEDURE/SET CLASSLIB statement. There is no way to pass it as a parameter to the AddObject() method. If I haven't done that I need to use form.NewObject()
>>
>>Thanks again...........Rich
>
>And in my opinion you should seldom use AddObject but NewObject instead, as it is also my opinion that you should seldom use SET PROCEDURE or SET CLASSLIB, although I know people disagree with me with this as I had some discussions about this subject in the past.

FWIW, I agree with you. I always use NewObject() so that I don't have to rely on SET PROC/CLASSLIB.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform