Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cyclic SET PROC problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Cyclic SET PROC problem
Miscellaneous
Thread ID:
01064310
Message ID:
01064310
Views:
62
I have 2 PRG bases classes, one in each PRG.

PRG ReconProcs has a method OpenConnection:
PROCEDURE OpenConnection
SET PROCEDURE TO d:\projects\vfp1\sqlprocs\sqlprocs.prg ADDITIVE
.oSQLProcs = CREATEOBJECT("SQLStuff")
.
.
.
When the CREATEOBJECT() runs, it called back into the Init of ReconProcs.

There are no references to ReconProcs in SQLStuff.

This is really crazy and I have no idea what is wrong.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform