I am using VB6, to save date to a file using Print #. I would like to save the data in different formates and need some help. I would like to have a simple three line header with two variables, a tile centered in the middle and than columns of data. I have no problems with the data but and having problems with the header. Is there a way to "Print #" (or some other output function) to file using X,Y locations? At this time I need to solve this problem with code because I cannot add ocx's or other controls.
Example output:
Name: Sam Date:
Salesman: Joe Num:
This is a sales record for Joe:
sales Jan Feb Mar.............................................Total
Thanks Ronnie
Example output:
Name: Sam Date:
Salesman: Joe Num:
This is a sales record for Joe:
sales Jan Feb Mar.............................................Total
Thanks Ronnie