Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keep the report open without any record returned!
Message
De
31/03/2000 01:06:11
 
 
À
30/03/2000 17:28:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00352954
Message ID:
00353155
Vues:
18
After the code runs to build the table that feeds the report, just verfiy that records exist.

IF RECCOUNT() = 0
MESSAGEBOX([No records found.])
ELSE
REPORT FORM myreport PREVIEW
ENDIF

Dave

>Hello all,
>
> My question is how to get into the report when there is no record to be returned. When I preview the report, it flashs very fast then closes without any performance.
> Is there any way that I can display a message which notices that there is no record there, or keep the report open even all fields are blank?
> Any susgession would be appreciated!
> Diane.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform