Results 1 to 6 of 6

Thread: How to run Data Report without installing VB

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question How to run Data Report without installing VB

    Hello,

    I developed a software using VB 6.0, MS Access and Data Report. After completion of the development I put .exe file, .mdb database and .dsr report in a separate folder and try to run from a computer whether nothing of these three is present. .exe file run, but data report is not opening. How do I run it in this computer. Please help.

    Thanks a lot in advance.

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: How to run Data Report without installing VB

    you need a proper installation package for your application
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Re: How to run Data Report without installing VB

    Hi westconn1, thanks for the reply. Can you please let me know where from I get a free installation package ? Please help.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to run Data Report without installing VB

    You already have one. It comes with VB6. It is called the Package And Deployment Wizard.

    Another populare one is called Inno

  5. #5
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: How to run Data Report without installing VB

    and here is where you can download windows installer 1.1, the replacement for the PDW http://web.archive.org/web/200805131.../aa718352.aspx

    (If you can get the page to load as site is very slow)



    Good Luck
    Option Explicit should not be an Option!

  6. #6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width