Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My first report - any help are welcome
Message
De
12/04/2000 18:49:38
 
 
À
12/04/2000 17:44:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00358972
Message ID:
00359007
Vues:
11
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform