Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in defining report preview window
Message
De
21/07/2004 00:03:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Error in defining report preview window
Divers
Thread ID:
00926428
Message ID:
00926428
Vues:
89
I have the following code in my program
to preview a report.

DEFINE WINDOW PreviewWin FROM 2.5,2 TO 38,130;
TITLE " C_list ";
SYSTEM CLOSE FLOAT GROW ZOOM
REPORT FORM CustList PREVIEW WINDOW PreviewWin
RELEASE WINDOW PreviewWin

I have no problem running the preview in VFP,
but it gives an error when I create an exe and
run it. The error is:

Window "REPORT DESIGNER" not defined.

If I select 'ignore', the program continus to
run and the preview window runs fine. If 'cancel'
is selected, the program hangs. Can someone tell
me what I'm doing wrong here? Thank you.
It's VFP8.0 with SP1.

--
jw
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform