Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a Proc call another Proc, inside a DLL?
Message
 
To
14/07/2003 20:13:36
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00810045
Message ID:
00810909
Views:
9
This message has been marked as the solution to the initial question of the thread.
Never done it. The client does the calls, but, you might try:

THIS.MyFunction() to call a procedure in a DLL from another procedure in the same DLL.

You can nest the calls from the client:

oDLL.MyFunction1(oDLL.MyFunction2))


in this case, the return data from MyFunction2 would supply an argument (parameter) for MyFunction1()

>Hello,
>
>I have a VFP7-created DLL. From an ASP I'm using createobject and calling a procedure in the DLL which, in turn, wants to call another procedure, which is also inside the same DLL. I am getting an error indicating that the SECOND procedure is 'Not Found' when called by Name from the first procedure.
>
>Do I need to call the second procedure as an object refrence from within the first procedure? That seems like going out the back door and coming back in the front door.
>
>Thanks
>
>David
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform