Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Designer - printing an invoice withno details?
Message
From
07/02/2000 11:28:53
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00328282
Message ID:
00328289
Views:
22
Hi Nick,

I use the local view, which contains all the items for that invoice

LOCAL VIEW
==========
SELECT Invoice_items.itemcode, Invoice_items.name, Invoice_items.qty,;
Invoice_items.unitprice, Invoice_items.comment,;
Invoice_items.so_itemid, Invoice_items.itemid, Invoice_items.invoiceid,;
Invoice_items.id;
FROM ams!invoice_items;
WHERE Invoice_items.invoiceid = ?lvInvoice.ID

INVOICE PRINTING
================
USE AMS!lvInvoice_Items IN 0 SHARED
SELECT lvInvoice_Items
GO TOP IN "lvInvoice_Items"
REPORT FORM rptInvoice NOCONSOLE NOWAIT TO PRINTER

Can I print out the invoice with the previous setup?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform