Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing the data on an acitve screen
Message
 
To
09/12/1997 07:52:58
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00064617
Message ID:
00064620
Views:
40
>Merry Christmas Everyone!!!
>
>I have a form that has a page frame on it and am trying to print the current record on a report. When I issue the report command via the print button I get the first record of the table instead of the current one on the screen. Does anyone know why this is happening? I have not used the page frames before and perhaps it has something to do with them. When I created forms without them it has always worked fine.
>
>Thanks in advance...Brad.

1. what do you have in the report de? should be nothing...
2. try following code
local lnrecno
lnrecno = recno()
report form myform to printer noconsole for recno() = lnrecno

go recno
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform