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 SkipVought 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: *

  1. c2compliant

    Upload Images: Database Table or File Directory

    I am trying to find the best solution to upload image files and display them later from a content management site. The problem is that the images are uploaded from a user to an Intranet server but are displayed to a customer from the Internet server. Any suggestions on which option is...
  2. c2compliant

    file upload, save file name to database

    http://www.aspsmart.com - ASPSmartUpload has an excellent example of saving a file to the drive and then adding the info into a database. Check out their info and maybe that will help you with your needs.
  3. c2compliant

    Distributing an Access 97 application to Unlicensed users on NT 4

    I am attempting to create an Access 97 application to users who do not have Access installed on their PCs. An earlier programmer at my work created an Access 2.0 application to others using the msarn200.exe and an .ini file. Is there a similar method that can be used in Access 97?
  4. c2compliant

    Mapping a Drive on Client

    I am trying to map a drive for the client on Windows NT 4. Some users may already be mapped, if they are not then I will need to map them. Any suggestions?
  5. c2compliant

    Getting NT Userid in ASP and refreshing page based on NT UserID

    Here is some code I found to get the nt user name using VB.&nbsp;&nbsp;However, I have not been able to successfully transfer the functions to ASP. <br><br><br>Private Const UNKNOWN = _<br>&quot;(Value Unknown Because System Call Failed)&quot;<br><br>Private Declare Function GetUserName Lib...
  6. c2compliant

    Calling a Function to Refresh a Select Object on the Same Page

    I was able to successfully fill the select object from the server. However, now I would like to be able to pass the value of the the selection made from the user from within the select object.&nbsp;&nbsp;The error I get is &quot;object required&quot; when I try to use client side scripting such...
  7. c2compliant

    Calling a Function to Refresh a Select Object on the Same Page

    The first solution appears to be what I'm looking for and I'm excited get it working. However, I'm a beginner and do not understand all of the code.<br><br><br>&nbsp;&nbsp;var category = &quot;1&quot;; // default value<br>&nbsp;&nbsp;if ( !isNaN(Request(&quot;CATID&quot;))...
  8. c2compliant

    Calling a Function to Refresh a Select Object on the Same Page

    I am attempting to create a function which will retrieve a recordset that contains names from a SQL Server table using a stored procedure.&nbsp;&nbsp;The criteria for what names to retrieve will be passed from a button the user will click.&nbsp;&nbsp;The recordset of names will then be placed in...
  9. c2compliant

    Mapping Network Paths in VB

    Does anyone know how to check if a drive path is mapped and if not then map a network path on NT 4 using VB.&nbsp;&nbsp;
  10. c2compliant

    VB WebClass Frames

    I am attempting to use two different frame definition pages to give a normal screen and full screen appearance.&nbsp;&nbsp;The first definition will display one column(LINKS) and three rows (MENU,BANNER, BODY).&nbsp;&nbsp;The second definition will display three rows (MENU, BANNER...
  11. c2compliant

    Style Sheet: Tables Centered

    I am attempting to define a style sheet where all tables on a page are centered. I am using Interdev and the options for positioning type and placement do not include center. Am I overlooking a property in Interdev or should I use another method?

Part and Inventory Search

Back
Top