Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wtstro
  • Content: Threads
  • Order by date
  1. wtstro

    ActiveX error when creating Word object

    Not sure if this should go in ASP.NET or VB.NET so I am placing it in both. I am creating a web page that takes information from a form and populates "bookmarks" in a Word template. The process works great during VS debug on my localhost, but when I try to run it on the server I get the...
  2. wtstro

    ActiveX error when creating Word object

    Not sure if this should go in ASP.NET or VB.NET so I am placing it in both. I am creating a web page that takes information from a form and populates "bookmarks" in a Word template. The process works great during VS debug on my localhost, but when I try to run it on the server I get the...
  3. wtstro

    Get value from combo box using Request.Params

    Here's my setup: I have a web control, Criteria.ascx, that contains a form used to enter search criteria. The user fills in data for the fields they want to search on. Some are text boxes and some are dropdown lists. When the form is submitted it loads the Search.aspx page. This is the page...
  4. wtstro

    Get value from combo box using Request.Params

    Here's my setup: I have a web control, Criteria.ascx, that contains a form used to enter search criteria. The user fills in data for the fields they want to search on. Some are text boxes and some are dropdown lists. When the form is submitted it loads the Search.aspx page. This is the page...
  5. wtstro

    Allow users customer querying

    I am using Access97. Have two databases 1) back-end with only tables, 2) front-end with tables linked, forms, reports, etc. Front-end has custom developed security allowing user to only flow through forms. Cannot create create, modify, or delete any objects. Back-end has database password...
  6. wtstro

    Get UNC from Common Dialog

    I have a common dialog Active X control on my form. After selecting a file from the dialog box, I insert the .filename returned into a text box on the form. How can I get the dialog box to return the UNC instead of the drive path? Example - returns: P:\DirName\FileName.txt want...
  7. wtstro

    How do I determine the system directory

    I have an MS-Access app that I want to copy some .dll files to the system directory. How can I get the correct path for this directory without knowing what operating system the user has on their workstation? [sadeyes]
  8. wtstro

    Can I create a shortcut using VBA

    I have an MS-Access application that uses a workgroup. Using VBA, I want the user to click on a button that will create a shortcut to the application with the /wrkgrp parameter added to the target string (example: D:\MyProgram\MyAccessApp.mdb /wrkgrp d:\MyProgram\MyAccessSecurity.mdw) [sadeyes]...
  9. wtstro

    Can I create shorcut using VBA?

    I have an MS-Access application that uses a workgroup. Using VBA I want the user to click on a button that will create a shortcut to the application with the /wrkgrp parameter added to the target string (example: D:\MyProgram\MyAccessApp.mdb /wrkgrp d:\MyProgram\MyAccessSecurity.mdw) [sadeyes]...

Part and Inventory Search

Back
Top