Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing text in report
Message
From
28/09/2005 20:06:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01054289
Message ID:
01054291
Views:
18
>I have a project that prints a simple VFP report. On my development system, the report previews and prints properly. It works in interpreted and compiled versions on the development system. When the 'exe' is run on the client system, no text appears on the report, neither data nor labels (in either preview or print). I have a single line on the report and that does appear. The client system is Windows XP and the development system is W2k.
>Got me scratching my head. Anyone?
>
>Thanks in advance.

Perhaps there is no data? I check for that as follows (in practice I have this in my classes):
select * from ... into cursor Tmp
if _tally = 0
  MessageBox("No data; select your selection criteria.")
else
  report form ...
endif
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform