Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling an .app
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01337896
Message ID:
01337911
Views:
17
Try
SET PRINTER TO NAME (ALLTRIM(tprinters.nome))
??? FILETOSTR(ALLTRIM(tprinters.nome))
SET PRINTER TO
>Now I did as below:
>
>SET PRINTER TO NAME (ALLTRIM(tprinters.nome))
>
>DO print2.app WITH pedPrint
>
>the app contains the following code:
>
>******************** print2.app ****************************
>
>PARAMETERS pedPrint
>
>TYPE (pedPrint) TO PRINTER
>*******************************************************
>
>I prints !! But it holds the applicantion until the print job is fineshd
>
>
>I tried to create a DLL from the same project but it returns message below:
>
>==>>> Cannot Create a DLL without an OLE public classe
>
>I have only a PRG in this project
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform