Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RECCOUNT()
Message
 
À
19/04/2001 12:49:12
David Brunelle
Université de Sherbrooke
Sherbrooke, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00497365
Message ID:
00497413
Vues:
12
David:

I found a solution for you...

Put the following in the DataEnvironment's Init() method. If the DataEnvironment does not initialize, then the report doesn't run.
if not dodefault()
  return .f.
endif

locate
if eof()
  messagebox("Nothing to report")
  return .f.
endif
--Brad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform