Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange C0000005 error
Message
From
07/03/2005 20:01:08
Charles Richard
Nvo Management Systems
Boisbriand, Quebec, Canada
 
 
To
07/03/2005 18:40:52
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00993449
Message ID:
00993489
Views:
14
>It does the same on VFP9 Beta. If you rem out oTest.AddObject("oObj2", "form") it works, what are you trying to do here.

Yes. And if you rem out oObj1 and "show" oobj2, it also works. It's the combination that fails I.E.:

*Another version of FORM in CUSTOM which does not fail
Public oTest
oTest = CREATEOBJECT("custom")
oTest.AddObject("oObj2", "form")
otest.oobj2.Show
*EOP

F.Y.I. This is the stripped down version of a working application where there are many objects doing many things. Among other things, a mail monitor and progress bars.

Note, I have worked around the problem by creating properties instead of using ADDOBJECT. However, I really want to understand if this is a bug or if we are really not supposed to create FORMs in CUSTOM objects.

Charles Richard
Charles Richard
NVO Management Systems
crichard@nvo.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform