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 Wanet Telecoms Ltd 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: DVDGirl
  • Content: Threads
  • Order by date
  1. DVDGirl

    Failed to connect to server 'YourServiceName'

    Hi All ~ I am getting this error: Failed to connect to server 'YourServiceName'. Error return from Windows Sockets API : 0 It happened when I call CE 10 using ASP.NET. I googled and I couldn't find a solution, but I found people are having the same problem too. I applied the latest...
  2. DVDGirl

    Supress Group Header with coding?

    Is there a way to suppress the group header through coding? I have a form that has a combo box: (a) Sort by Team, (b) Sort by Player. That goes to a report that has a group header, Team, and the data is sorted by Team Name. However, I would like the same report to also be sorted in...
  3. DVDGirl

    Compare drop-down so only one of each choice is used?

    A user needs to order items in order of their preference. So for example, I have three shirts: blue, red, and yellow. The user has to pick the order of their preference. 1 - Blue 2 - Red 3 - Yellow Each drop-down has the options of 1, 2, and 3. Is there a way to check to make sure that they...
  4. DVDGirl

    Span landscape report over two pages?

    Is there a way to span a report over two pages in landscape? I can't extend the design area further than 10 5/8". Any suggestions are greatly appreciated. Thank you! -DVD Girl
  5. DVDGirl

    CSS menu layer in wrong position

    Hi - I have a CSS/JavaScript menu. I want to place it within a cell of a table. Here is the CSS: <style type=&quot;text/css&quot;> a { text-decoration: none; color: #FFFFFF; } .title {position: relative; width: 200x; height: 20px; left: 10px; z-index: 10; font-family: verdana, helvetica...
  6. DVDGirl

    Preset directory for browse button?

    Hi - Is there a way to preset the directory when using the browse button (<input type=&quot;file&quot;>)? When I click the &quot;Browse&quot; button, it automatically opens to &quot;c:/My Documents&quot;, however, I want it to open a different location. Is this possible? Any suggestions are...
  7. DVDGirl

    Disable AutoComplete with coding in ASP?

    Is there a way to disable the AutoComplete function of Internet Explorer with coding? (The AutoComplete feature saves previous entries you've made for web addresses, forms, and passwords.) I know that there is a way to disable it with group policy, and (Tools -> Internet Options -> Content)...
  8. DVDGirl

    DateAdd in Oracle?

    I'm trying to do this query: DELETE FROM PHONE WHERE LOGINTIME<DateAdd(&quot;h&quot;,-2,Now()) (Basically, if someone's login time is more than two hours ago, I will assume that the user didn't log off, and I will delete their record...unless someone knows of a way to delete the record upon...
  9. DVDGirl

    Confirm Submit

    Hi - I know this has been asked before, but when I tried others suggestions, they just didn't work for me...(though I'm probably just doing something wrong.) I'm trying to confirm a submit in javascript. Basically, after clicking &quot;submit&quot;, the user will get prompted to confirm the...
  10. DVDGirl

    Create Columns in Listbox?

    Hi - Is there a way to create columns in a listbox? I want to create a listbox that has columns like those in Access. I think one way to tackle this may be with datagrids, but I'm not sure how to do this in classic ASP. Can anyone give me suggestions on how to do this? Any help is greatly...
  11. DVDGirl

    Capture SessionID from another webpage?

    Hi - We want to capture a 3rd party's session ID. The reason is because we want our users to login into our site, then when they click the 3rd party's link, they will be automatically be logged in and taken to the password-protected pages. We know that we can replicate the entire link...
  12. DVDGirl

    Uploading directories via ASP?

    I know that you can upload files via ASP, however, does anyone know how to upload entire directories along with subdirectories, if any? Any suggestions would be greatly appreciated. Thank you! -DVD Girl
  13. DVDGirl

    Login to db using NT Authentication?

    We would like our users to logon to the domain, then login again (using their same domain username and password) to get into the Access database. Does anyone know a way to code this? Any help is greatly appreciated. Thank you in advance! -DVD Girl
  14. DVDGirl

    Resize popup window?

    Hi - I just want to resize a window to a particular dimension, say 100 x 100 pixels. When I use this code, it doesn't do anything. According to the status bar at the bottom of Internet Explorer, it says, &quot;Error on page&quot;. Here's the code: <html> <body> <a href=&quot;#&quot...
  15. DVDGirl

    Getting URL from another frame?

    Hi - I have page with a header frame and a main frame. In the header frame is a link called, &quot;Remember this Spot&quot;. Basically, when the link is clicked, it is supposed to run code that will update a database with the main frame's URL. (So when the user comes back to the site, they can...

Part and Inventory Search

Back
Top