Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a Proc call another Proc, inside a DLL?
Message
 
À
14/07/2003 20:13:36
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00810045
Message ID:
00810909
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform