Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't print after @ r,c say...
Message
De
08/12/2000 08:42:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Can't print after @ r,c say...
Divers
Thread ID:
00450751
Message ID:
00450751
Vues:
84
Hi all

After I print using "@ Row, Col Say " to print, I can't get the regular REPORT FORM to print. When I look at the print status, it says the printing is at "Pause". When I get completely out of FoxPro, then it prints my REPORT FORM report.

My code to print "@ Row, Col Say " is:

select order
set order to ticket
if seek(lcTicket)
set console off
set device to printer
set printer on
lnTags=1
do while ticket=lcTicket and !eof()
@lnTags,3 say lcTicket+" "+allt(service.descr)
lnTags=lnTags+1
select order
skip
enddo
set printer to lpt1
set printer off
endif


After this statement I cannot print using REPORT FORM.

Any help will be appreciated.

Thanks
HI-YO SILVER AWAY!!
The Lone Ranger, The late Clayton Moore R.I.P.
I am a fool!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform