Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setup a faxmodem as default printer.
Message
From
14/11/2003 14:02:35
 
 
To
14/11/2003 13:57:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00849981
Message ID:
00849988
Views:
19
>Hi !!
>
>How I do to setup faxmodem as my default printer ? It´s possible ?
>I am using windows xp.
>
>Thank.
>
Hello Lázaro.
nwtot_imp = APRINTERS(awimpress)
nwimp     = 0
for ipp = 1 to nwtot_imp
    if  "MY FAX MODEM"$upper(awimpress[ipp,1])
        nwimp = ipp
        exit
    endif
endfor
if  nwimp > 0
    SET PRINTER TO NAME awimpress[ipp,1]
endif
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform