Message
From
02/12/2016 03:38:28
 
 
To
01/12/2016 16:58:30
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01644145
Message ID:
01644236
Views:
33
>>Generated by VFP
>The .ERR file is simply reporting the source for a line of code it can't compile. If VFP is trying to compile that line, AFAIK "ADD OBJECT" is not a valid VFP command.
>
>If that's the case, where did it come from? Do you recall how you added that line to your class?

Add Object is a documented "prg" command way of adding objects to a class. The dots in names mirror the vcx use case of adding subobjects and or PEMs of subobjects in the specific record of the top object momentarily under scrutiny.

It is the way class browser translates a vcx>>prg. Marcus perhaps wanted to show significant difference of vfp to GUI building in Java, where the code is more in line with .AddObject() syntax.
Previous
Reply
Map
View