Hi guys, I have a DataReport but I need this report should save to PDF. I don“t want to use PDF printer. I need something automatically. I use VB6 or without end user intereaction with PDF settings windows.
Thanks.
User Profile
Collapse
Profile Sidebar
Collapse
gonzajm
Last Activity: Jan 6 '14, 03:00 PM
Joined: Jun 14 '13
Location:
-
Save Report (DataReport) automatically to PDF - VB6
-
EOF While not EOF - not scan all file
Hi guys,
I have a txt file that only read the first or only one line line and then skip and not scan the rest of the file. I use vb6.
I use the following code:
...Code:Dim cont, n_fil As Integer Dim mivariable As String n_fil = FreeFile Open App.Path & "\EM.txt" For Input As #n_fil While Not EOF(n_fil) Line Input #n_fil, mivariable cont = cont +
No activity results to display
Show More