Search results

  1. B

    Question Hyperlink code problem

    Pyro That did it. I added the ShellExecute code and it works like a charm. Thank you for your help on this. It has been taking me in circles for a while now. Have a great day Bob
  2. B

    Question Hyperlink code problem

    OK, I tried the registry edits with no luck. Does anyone use some other code to open a web page from your applications other then... FollowHyperlink "http://www.google.com", , True I have tried this on several PC's. All have failed to go to the site. I thought it was just my laptop. If you...
  3. B

    Question Hyperlink code problem

    I am trying to set up an image, on a form, to have a hyperlink triggered on the OnClick property of the image. I have searched for a similar problem with no luck as yet. Here is the code... FollowHyperlink "http://www.google.com", , True And I get this error... "Cannot locate the internet...
  4. B

    Question I cannot uninstall a program built by the Package Wizard

    OK VB. thanks for your help
  5. B

    Question I cannot uninstall a program built by the Package Wizard

    this is a personal laptop. Both where it was developed and deployed to are personal laptops.
  6. B

    Question I cannot uninstall a program built by the Package Wizard

    OK, I tried the Safe Mode. When I click to uninstall it comes back with a message... "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact you support personnel for assistance." I tried uninstalling other programs that...
  7. B

    Question I cannot uninstall a program built by the Package Wizard

    I should have included that info in my initial question. I had the install CD in the drive while I was trying to do the uninstall. I searched for the MSI file. I found 2 of them. I tried them both with no luck. Thanks for the response....is there anything else I'm missing? Bob
  8. B

    Question I cannot uninstall a program built by the Package Wizard

    hi VB I should have included that in my initial question. I did that. The CD was in the drive at the time I was trying to uninstall. I went and searched the drive for MSI files. I found 2 of them on the CD. Tried them both with no luck. Thanks for the response...anything else I'm missing? Bob
  9. B

    Question I cannot uninstall a program built by the Package Wizard

    I cannot uninstall a program built by the Package Wizard. I used the 2003 Package Wizard (In the Access Developer Extensions) to build an application installation package. I filled in all the required information and all went well in the build. I copied the files created by the Package Wizard...
  10. B

    Question Create a unique serial number for an application

    * I want to distribute an application I put together. I’ll need to create a unique serial number. I know this has been discussed before. I’ve found there are several different solutions here and I thought up another one. But, I’m not sure of some of the logistics. I’m going to attach a...
  11. B

    Send email report on certian date

    Test your code to see if it works. Try nthis... msgbox "Environ('computername') = " & "WALSH-BMOORE"
Back
Top Bottom