Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappearing text in report
Message
De
28/09/2005 20:06:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
28/09/2005 19:55:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01054289
Message ID:
01054291
Vues:
19
>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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform