Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print only current record in a VIEW ?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00633801
Message ID:
00633807
Views:
16
>Hello again to all
>
>I need to print a report for only the current record in a view. I tried with
>
>cur_rec = RECNO("myview")
>REPORT FORM myreport FOR RECORD = cur_rec
>
>...without luck. I don't have any kind of key there. What can I do ?
>
>Thanks
>Eric

Try
REPORT FORM myreport NEXT 1
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform