>Is there a way to generate program codes from Forms (*.scx file) ?
Since the .SCX file in Visual FoxPro creates a form object, we no longer
create .SPR code files as FoxPro 2.x did.
You can see the code in the form by opening the form in the Class Browser
and choosing the "View Class code toolbar" icon. However, this code will
not run if you simply place it in a program.
If the SCX is part of an executable, you can buy ReFox and uncompile the
executable; however, I would only consider this as a last resort.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
LM> If the SCX is part of an executable, you can buy ReFox and uncompile
LM> the executable; however, I would only consider this as a last resort.
If the EXE is not encrypted (by Refox or VFP), you can use the free yRecover
tool by Yuri Rubinov to extract VCX, SCX and FRX files from APP and EXE. You
can get it here:
http://www.foxite.com/downloads/yrecover.zip.
This VFP tool works with VFP6, VFP7 and VFP8 EXE/APP files. Not sure about
VFP3 and VFP5.
---
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Thanks for the reference to Yuri Rubinov's utility. I made a note of it
and will keep it for future reference.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
>Hello, Lee!