Friday, April 27, 2012

Printing a DataWindow to a file

You can easily print a DataWindow to a file using the current printer driver using the following code:

dw_x.Object.DataWindow.Print.Filename = “somefile.prn”
dw_x.Print()

No comments:

Post a Comment