Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error
Message
From
27/04/2001 16:41:14
 
 
To
27/04/2001 16:08:36
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00501015
Message ID:
00501044
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform