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
Miscellaneous
Thread ID:
01064310
Message ID:
01064319
Views:
26
I don't think that class method is a correct place for SET PROCEDURE.

>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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform