Posted May 22, 200916 yr 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, 200916 yr by Goaul
May 22, 200916 yr 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.
May 22, 200916 yr Author 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, 200916 yr by Goaul
May 23, 200916 yr Author 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.
Create an account or sign in to comment