User Profile

Collapse

Profile Sidebar

Collapse
gonzajm
gonzajm
Last Activity: Jan 6 '14, 03:00 PM
Joined: Jun 14 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Save Report (DataReport) automatically to PDF - VB6

    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.
    See more | Go to post

  • gonzajm
    started a topic EOF While not EOF - not scan all file

    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 +
    ...
    See more | Go to post
    Last edited by Rabbit; Jun 14 '13, 07:43 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...