Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moved Pointer
Message
 
 
To
26/04/1998 11:20:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00094968
Message ID:
00095006
Views:
21
>I have a page with two edit boxes bound to memo fields. On this page is a print button. The user clicks on the button and I want the program in invoke a report that prints the contents of the two memo fields to print:
>
>REPORT FORM ClientStatus NOCONSOLE TO PRINT
>
>The problem is, no matter what I do, the report prints data for the first record, irrespective of which record I am pointing to when I call the report. I have tried the report without any tables in the DE and with the requisite table in the DE. In the latter case, I declare a PUBLIC variable of the target RECNO() and GOTO it in the Init Event of the cursor. Nothing works--all I can get is the first record's data. What am I doing wrong???
>
>TIA.
>
>John

Try using the Cursor's FILTER property on the DE. The said property is equivalent to Set Filter or FOR clause of the REPORT FORM.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform