Rajesh Karunakaran
Programmer
Dear Friends,
I am trying to print from Win 10 64 bit to a network slip printer (IP connected). The printer is installed/connected in this pc. The test print from printer properties page is perfect.
From vfp, below code is printing without any issue:
However, when I run a label form or report form, it just crashes the printer spooler.
By the way, a few more info:
My application is in C:\Program Files (x86) folder.
The application folder name has a space in it
I checked by copying this folder directly under the C drive. But, no luck.
Anyone has experienced similar issue? Any other clue/idea?
Rajesh
I am trying to print from Win 10 64 bit to a network slip printer (IP connected). The printer is installed/connected in this pc. The test print from printer properties page is perfect.
From vfp, below code is printing without any issue:
Code:
SET PRINTER to default
SET PRINTER on
?
?
? '** TEST *** 1'
? '** TEST *** 2'
? '** TEST *** 3'
?
?
?
?
?
?
SET PRINTER off
SET PRINTER to
However, when I run a label form or report form, it just crashes the printer spooler.
By the way, a few more info:
My application is in C:\Program Files (x86) folder.
The application folder name has a space in it
I checked by copying this folder directly under the C drive. But, no luck.
Anyone has experienced similar issue? Any other clue/idea?
Rajesh