Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile error
Message
De
27/04/2001 16:41:14
 
 
À
27/04/2001 16:08:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00501015
Message ID:
00501044
Vues:
21
Oops

Maybe I wasn't clear, here's a abbreviated example of what's goin on.


PROCEDURE myproc

PRIVATE paInfo(1,1)

dimension paInfo(1,2)

paInfo(1,1) = "Bob Smith"
paInfo(1,2) = 125.00

select * from mydata order by trans where username = "Bob Smith" ;
into cursor clist nofilter

report form myreport.frx to printer noconsole

* The report form has the paInfo array referenced


endproc

Thanks Again!
Regards,

Stan Sween
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform