Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coded report prints shaded from app, fine from command l
Message
De
04/09/1998 21:09:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00130893
Message ID:
00133533
Vues:
14
Hi,
I do not get any strange printing running your program. I made minor changes but it printed perfectly.
The changes to the yesno were as follows:

1. rename yesno to main (may not be required)

2. removed the second read events and added clear events.

3. changed yesnorpt to the following:
set console off
SET DEVICE TO PRINTer && this redirects the @ says to printer

FOR I=1 TO 5 NEXT && and apparently the prior forms
@ I,10 SAY 'HELLO' && colors go with it.
@ I,20 SAY 'THERE'
NEXT
EJECT
set printer to && most likely required because I'm on NT
SET DEVICE TO SCREEN
set console on

* end of YESNORPT.prg

4. changed menu to say "do yesnorpt" from "do yesnorpt.prg"

Don't no what to tell you?

John Fabiani
John Fabiani
Woodland, CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform