Tag Archives: print data
How to print some data from bas Module
Here is the sample code you can use to print your data from the bas module: Module modMain Dim sText As String Public Sub printRecord() Dim pDocument As New Printing.PrintDocument AddHandler pDocument.PrintPage, AddressOf pd_PrintPage sText = “DotNet Blogger – Your … Continue reading
