Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lock network printer while printing reports.
Message
 
To
17/09/2004 08:04:14
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00943263
Message ID:
00943274
Views:
17
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform