Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting rid of echoed data
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00213300
Message ID:
00213370
Views:
29
Lori,

Use the NOCONSOLE keyword in your report command: REPORT FORM MyReport TO PRINT NOCONSOLE.

>I have a multi screen search application. The users can search by county or by appraiser. After the search prompt, the application brings up a grid with all of the appraisers that the user requested. The user can print that list, look at an indivual record, or pick clients that are approved by the appraiser.
>
>The screen that allows the user to pick clients is called Client Approvals. It is attached to the county results screen, the appraisers results screen, and another screen that displays the indivual record. I have made the client approvals screen modal so that I did not have to make several copies of the screen in order activate different windows when this screen is closed. The screen lets the user pick the clients he/she wants by means of two lists in which he can either add or delete client approvals. I also have an option to print the list. I first deactivate the client approvals screen, print the report, clear the screen, then I reactivate the client approvals screen. This process works fine until I release the Client Approvals Screen. What I get is the report on the screen, with one of the buttons from the County results screen.
>
>Is there any way to make this report data dissappear so that my application can function properly?
Previous
Reply
Map
View

Click here to load this message in the networking platform