Hi Friends
I am not able to create PDF file in PB 6.5. i download Ghostscript and confi the lacal printer.
and put the code as:
dw_1.Object.DataWindow.Export.PDF.Method = Distill!
dw_1.Object.DataWindow.Printer = "Sybase DataWindow PS"
dw_1.Object.DataWindow.Export.PDF.Distill.CustomPostScript="Yes"
After that a i use saveas function:
dw_1.SaveAs(filename, PDF!, FALSE)
But error message come
Enumerated data type Distill not supported.
Plz help me.
I am not able to create PDF file in PB 6.5. i download Ghostscript and confi the lacal printer.
and put the code as:
dw_1.Object.DataWindow.Export.PDF.Method = Distill!
dw_1.Object.DataWindow.Printer = "Sybase DataWindow PS"
dw_1.Object.DataWindow.Export.PDF.Distill.CustomPostScript="Yes"
After that a i use saveas function:
dw_1.SaveAs(filename, PDF!, FALSE)
But error message come
Enumerated data type Distill not supported.
Plz help me.