Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Better way to handle PM complaining?
Message
De
22/11/2007 09:51:09
 
 
À
20/11/2007 17:34:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01270321
Message ID:
01270677
Vues:
22
Hi Al,

"EXTERNAL" seems to tell the project manager "don't miss pulling in this piece", in this case a procedure. I looked at that one. But I tried it anyhow (took out my fake function and put EXTERNAL PROCEDURE EnablePrinter) and the PM still complains.

I know with a library file (e.g. foxtools.fll) I hook them in via "Code, API Libraries" and then I "exclude" them and then I think the PM recognizes the functions within the api file. But how would I hook in an activex object like "cdintfex.dll" in the same way (I tried inserting it but then I got a different error).

Any other thoughts?

Albert

>>Hi Y'all,
>>
>>In one of my procedure libraries, I create a PDF printer object from an ActiveX object and then do something like
>>
>>WITH loPDFWriter
>>
>>.EnablePrinter()
>>.SetSIMPostScript()
>>
>>...etc
>>
>>Well the Project Manager complains that it cannot find "EnablePrinter" and any other methods called. I have got around the complaining by putting a "fake" function at the bottom of the procedure file e.g.
>>
>>PROCEDURE EnablePrinter
>>PROCEDURE SetSimPostScript
>>
>>Is this the only way around this? Is there a command that would tell the PM that the method is available elsewhere?
>
>Check out EXTERNAL PROCEDURE.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform