Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields Not Being Displayed
Message
 
 
To
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:
00648895
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
>>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.

You don't need that additional select. Check _TALLY after the select that creates cursor LettersForThisPatient.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform