Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile error
Message
 
À
04/03/2008 08:32:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01298374
Message ID:
01298400
Vues:
21
>>>What about
>>>
>>>oForm = NEWOBJECT([frxPreviewForm],[frxPreview.vcx], "ReportPreview.APP")
>>>
>>
>>It works, but not in run-time.
>>I should copy ReportPreview.APP into the Application folder if I change that code.
>>Thank you Sergey. It is not a big deal just a little annoying.
>
>How about this:
>
>m.cFrxPreview = [frxPreview.vcx]
>oForm = NEWOBJECT([frxPreviewForm],m.cFrxPreview, "ReportPreview.APP")
>
THAT"S IT!!!!
Thank you.
m.cFrxPreview = [frxPreview.vcx]
oForm = NEWOBJECT([frxPreviewForm],m.cFrxPreview, (_REPORTPREVIEW))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform