Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields Not Being Displayed
Message
From
24/04/2002 17:49:02
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00648859
Message ID:
00648893
Views:
15
>Select proper work area before report is run
...
>SELECT LettersForThisPatient
>report form ViewReferralLetter preview
>...
>
The above did it. Thanks Sergey.

I did place the following code:
SELECT * FROM LettersForThisPatient
IF _TALLY = 0
 * No records returned
>* Show a from that tells the user that there are no records to display
else
 * Do all the dat gathering and display the report
What I see happening is the cursor being displayed on screen before the report is display. Actually I would not want the cursor to show up at all. I even put "Select * from LettersForThisPatient noconsole" and it still showed up on screen.

TIA.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform