Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I transfer my textbox data to a report.
Message
From
26/03/2000 00:36:01
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00350460
Message ID:
00350494
Views:
18
still gives me the record out of range error when my report is displayed here is what my code looks like
create cursor cash;
(buys y(5),newloans y(5))
INSERT INTO cash (buys, newloans);
VALUES (500, 500)
browse
select cash
do c:\report1.frx
if i do a browse it looks like this

buys newloans
500.0000 500.0000

this looks right but think there is somthing wrong with the report?

thanks Kelly
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform