In the current FoxPro 2.0 the procedure file is
case eopt= 7 && Alpha/Num list
sele clien3
set order to 4
go top
repo form empname to print
set order to 1
go top
endcase
can I change the "to print" to
set printer to lpt3
InHandle=FOPEN('LPT3')
InHandle=FCLOSE('LPT3')
Thank You
case eopt= 7 && Alpha/Num list
sele clien3
set order to 4
go top
repo form empname to print
set order to 1
go top
endcase
can I change the "to print" to
set printer to lpt3
InHandle=FOPEN('LPT3')
InHandle=FCLOSE('LPT3')
Thank You