Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lock network printer while printing reports.
Message
 
À
17/09/2004 08:04:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00943263
Message ID:
00943274
Vues:
16
No I mean to prepare CURSOR Before printing & then to use it for a REPORT, something like that:
CREATE CURSOR MailList (Person M, About M)
INSERT INTO MailList (Person, About) VALUES ("John", "First mail")
INSERT INTO MailList (Person, About) VALUES ("Peter", "Second mail")
INSERT INTO MailList (Person, About) VALUES ("Boris", "Thirth mail")
....

SELECT MailList
REPORT FORM MailReport TO PRINTER && Mail report Uses MailList cursor to print Mails
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform