Jump to content
Tuts 4 You

FoxPro and print function


Goaul

Recommended Posts

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:

clipboard1k.jpg

Why only spooling and not printing? Prints only when close the program.

Any solution?

Edited by Goaul
Link to comment
Teddy Rogers

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.

Link to comment
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 by Goaul
Link to comment
Share the .app file I have? Not sure why you would need it... :dunno:

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...