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: gargs
  • Content: Threads
  • Order by date
  1. gargs

    Backing up to client A:\

    I have a couple of accounting applications that allow users to backup data files to A:\. The client A:\ drive is mapped and users can read/write/delete files from A: in Windows Explorer. When trying to backup to A: from the applications I get an error message saying "Removeable media not...
  2. gargs

    Mapping A: to local A:

    MetaFrame XP F2 on Win2k Server PN Client I need to map CTX session A: to the local A: I have used the Net Use command in the logon script but it will only map the local a: to v:\. Looks to be conflicting with the servers A: and the MF's drive weren't mapped to alternative drive letters at...
  3. gargs

    Changing a string

    Hi, I import a list of usernames from a database into an excel spread sheet. The username looks like this: smith, mark I want to write a macro to convert the string into an email address. The format I need is: mark.smith@blahblah.com I know how to create the email address but I need to know...
  4. gargs

    Returning IP address using the Shell command - Please Help!

    How can I get the following code to capture the IP address of a URL and put it in a variable? It performs the traceroute command ok but the IP variable only captures the ping time. Private Sub CommandButton1_Click() Dim Ip For Each x In Range("A3:A3") Ip = Shell("tracert x...
  5. gargs

    how can I read records in reverse order

    I have written a small message board script in asp that uses an access database to store usernames and messages, there is also a date feild that is set to Now() to display the the date and time the message was posted (much like this site I suppose). How do I list the records in descending date...
  6. gargs

    IF statements within document.write

    Why does this code not work?? nw.document.writeln (&quot;<tr><td width=50><td width=130 class=lbl><b>Company Name:</b></lbl><td>&quot;) & document.frmorder.txtco_name.value & (&quot;</td></td></td></tr>&quot;) nw.document.writeln (&quot;<tr><td width=50><td width=130 class=lbl><b>Postal...
  7. gargs

    object required error

    I am writing a clientside ordering form as part of an assignment. The user enters their details into text boxes and selects the products and quantities they wish to order. When they click the cmdinvoice button a new window opens and all the order information is suppose to be written to the new...

Part and Inventory Search

Back
Top