Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to handle - Unable to Find Unknown something
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00490193
Message ID:
00490328
Vues:
8
>I have a routine that is used by two different applications. the first application uses a procedure that calls qm_man. not a problem. The second application does not use the procedure that calls qm_man. qm_man is in a .prg that is not included in the second application's project. have been getting by the Unable to Find Unknow QM_MAN during build by just having a stub qm_man procedure in the second application's main. Wondering if there is a more eloquant way to handle this. I tried using EXTERNAL PROCEDURE QM_MAN in the second application's main, but that did not work.
>
>Thanks
>
>Brenda

Brenda,
You can call qm_man indirectly
DO ("qm_man")
This way project manager wouldn't know about it and wouldn't complain. But you have to make sure that procedure qm_man is included in an application that uses it.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform