Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ReportOutput.app not working with stand alone exe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01229805
Message ID:
01229938
Vues:
16
The solution is not helping me, still we are getting error. Below is the sample code which we are using in our application...
_REPORTOUTPUT  = FULLPATH("REPORTOUTPUT.APP")  && Report output
_REPORTPREVIEW = FULLPATH("REPORTPREVIEW.APP") && Report preview
_REPORTBUILDER = FULLPATH("REPORTBUILDER.APP") && Report Writer.

LOCAL oHtml
DO (_REPORTOUTPUT) WITH 5, oHtml
IF ISNULL(oHtml)
   WAIT WINDOW "Object not found....."
   RETURN
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform