Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refox X
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01106475
Message ID:
01106536
Vues:
13
Since Refox retreives the code from a compiled version of your program where once vfp has compiled it, it no longer needs the formatting, I don't think it is possible. I think just being able to retreive the code in the first place should all that counts. You will also get the same results with Refox XI.

>Hi,
>Any option to be set in order to let refox decompile my fxp in "proper" way?
>I can view well arranged code in view windows when I select my fxp under the directory treeview. However, the code decompiled look messy.
>
>
>View
>
>pofrm = _SCREEN.oapp.aactiveforms(1, 2)
>pcnmfrm = UPPER(ALLTRIM(pofrm.name))
>pcerrmsg = ''
>IF TYPE('poFrm.ActiveControl') = 'O' .AND. TYPE('poFrm.ActiveControl.ControlSource') <> 'U' .AND.  .NOT. ;
>EMPTY(pofrm.activecontrol.controlsource) .AND. ;
>TYPE(pofrm.activecontrol.controlsource) = 'D' .AND. ;
>ISNULL(pofrm.activecontrol.value)
>     llok = .T.
>ELSE
>
>
>Decompiled
>
>pofrm = _SCREEN.oapp.aactiveforms(1,  ;
>        2)
>pcnmfrm = UPPER(ALLTRIM(pofrm.name))
>pcerrmsg = ''
>IF TYPE('poFrm.ActiveControl') =  ;
>   'O' .AND.  ;
>   TYPE('poFrm.ActiveControl.ControlSource') <>  ;
>   'U' .AND.  .NOT.  ;
>   EMPTY(pofrm.activecontrol.controlsource)  ;
>   .AND.  ;
>   TYPE(pofrm.activecontrol.controlsource) =  ;
>   'D' .AND.  ;
>   ISNULL(pofrm.activecontrol.value)
>     llok = .T.
>ELSE
>
>Any advice?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform