Goaul Posted May 22, 2009 Posted May 22, 2009 (edited) Hi, Dcompiled one old program and trying to fix a print problem. Program written in Visual FoxPro Print button code: THISFORM.VISIBLE = .F. SET PRINTER ON PROMPT REPORT FORM bojajum.frx TO PRINTER NOCONSOLE THISFORM.VISIBLE = .T. SET PRINTER OFF and the result is this: Why only spooling and not printing? Prints only when close the program. Any solution? Edited May 22, 2009 by Goaul
Teddy Rogers Posted May 22, 2009 Posted May 22, 2009 I'll try and not hijack your topic but do you know much about FoxPro because I was wondering only last week if it was possible to convert FoxPro .app files to executables. I tried looking for a conversion tool but was unsuccessful. Is running .app files possible without the FoxPro software?Ted.
Goaul Posted May 22, 2009 Author Posted May 22, 2009 (edited) I'll try and not hijack your topic but do you know much about FoxPro because I was wondering only last week if it was possible to convert FoxPro .app files to executables. I tried looking for a conversion tool but was unsuccessful. Is running .app files possible without the FoxPro software?Ted. hmm dunno, but would be good if u could share one so i can try out Edited May 22, 2009 by Goaul
Teddy Rogers Posted May 22, 2009 Posted May 22, 2009 Share the .app file I have? Not sure why you would need it... Ted.
Goaul Posted May 23, 2009 Author Posted May 23, 2009 Share the .app file I have? Not sure why you would need it... Ted. ok i tested with my programms app, never did that before... so u need decompile (if its not protected) the app using ReFox and then compile with FoxPro and make an exe, so u dont need any more foxpro to be installed on PC.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now