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 Mike Lewis 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
  • Order by date
  1. gargs

    After Cisco VPN Client install I cannot browse

    I'll try another browser tomorrow. The strange thing is that I can still establish a vpn connection to work and log into citrix. Stranger still... I can browse the internet when using a dialup connection. It all seems to point to the network settings but after uninstalling and reinstalling...
  2. gargs

    After Cisco VPN Client install I cannot browse

    I have the same issue. Running Win2k Pro with Cisco VPN client 4.0.4 using an ADSL internet connection. After installing the VPN client browsing stops working. I can ping domain names on the internet but cannot browse them in IE. I'm running all the latest MS hotfixes and updates and run an up...
  3. 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...
  4. 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...
  5. gargs

    Changing a string

    Nice one. Thanks
  6. 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...
  7. 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...
  8. gargs

    how can I read records in reverse order

    Nice... Thanks man, all working now.
  9. gargs

    how can I read records in reverse order

    Thanks for the tip but now I'm getting an error. This is the code I'm using SQLstmt = "SELECT * FROM cd SORT BY date DESC" Set rs = conn.Execute(SQLstmt) This is the error I'm now getting Microsoft JET Database Engine (0x80040E14) Syntax error in FROM clause. /forum/default.asp...
  10. 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...
  11. 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...
  12. gargs

    object required error

    Thanks Paul, it works now. Our next assignment is to develop an ASP site with an Access database. Should be interesting. Grattan
  13. gargs

    object required error

    Hi paul The institute that I'm doing my degree at is a Microsoft shop so they only want to teach MS products. We are able to use javascript if we want but will have little or no support from the lecturers. Yes I am aware that vbscript won't work in NS and I have also noticed there are many more...
  14. 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