Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My first report - any help are welcome
Message
From
12/04/2000 18:49:38
 
 
To
12/04/2000 17:44:08
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00358972
Message ID:
00359007
Views:
10
Seeing how you asked for 'any help' ....

Just do a select for the records that you want into a cursor then select the cursor and print yoru report from that cursor

SELECT myfields;
FROM TableName;
WHERE Table1.InvNumber BETWEEN lnStart AND lnEnd;
INTO CURSOR MyNewCursor

John


>Hi, all
>
>I want to try to do my 1st report, and i need some help and advices.
>
>What i have.
>
>Two tables (Parent(Header_Invoice) / child(Lines_Invoices)) like invoices form.
>
>I have one first form where the users type 1st number (Ex:1) and last number (Ex: 20), then i want to print the invoices 1 to 20 without any pause.
>
>Thank's in Advance
>
>João Batista
>(jbinf@mail.telepac.pt)
Previous
Reply
Map
View

Click here to load this message in the networking platform