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 strongm 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. LadyRose

    Copying a file to users

    Hi, When I use a .xls(Excel Spreadsheet) in an href, ie used to send me a dialog box asking if I wanted to download or open from location. Now it simply opens it. I use vbscript and I am looking for a way to force it to ask! I welcome any ideas! Thanks.
  2. LadyRose

    Database error that says the database is in use

    Good Morning all, My problem is that I have built what should have been a simple page using Dreamweaver and Ultra Dev saving survey information to a database. But when the page is run, sometimes works and other times not. The error I am getting is that the database is already in use. It...
  3. LadyRose

    Populating a drop down menu

    The thing missing in the above advise opening the table and placing the pointer at the first record.&nbsp;&nbsp;This example lists the first and last name, but sets up to retain the IdNo.&nbsp;&nbsp;Remember to close your recordset and set the variable to null.<br><br>dim rs<br>&nbsp;&nbsp;set...
  4. LadyRose

    VBScript: SQL .vs. Object code

    Hi,<br><br>I have been working with a databse on the web task oreinted text book.&nbsp;&nbsp;It often presents both sides of this issue.&nbsp;&nbsp;I prefer working with object code rather than the SQL method.&nbsp;&nbsp;Is there an advantage to using SQL?<br>Is it quicker, does it use less...
  5. LadyRose

    VBScript .vs. JavaScript

    Nick,<br><br>No I am accessing a database on the server, using client side script.&nbsp;&nbsp;In this case, and address book, where permitted members can add information or change information.<br>Interactive database, actually the course I am working on is ASP Databases.&nbsp;&nbsp;The author...
  6. LadyRose

    Access ComboBox

    I am trying to access a table with about 5000 records and 150 fields, using a combo box.&nbsp;&nbsp;I can pick the record I want very nicely, but I can't get the rest of the information to show in my form.&nbsp;&nbsp;What do I need to do to get this to work properly.<br><br>I have investigated...
  7. LadyRose

    VBScript .vs. JavaScript

    Ok, Nick<br><br>Your such a fountain of information.&nbsp;&nbsp;Does Javascript handle client side scripting and how would I convert this code.<br><br>'First I am declaring a recordset.<br>Set rs=server.CreateObject(&quot;ADODB.Recordset&quot;)<br>'Open recordset<br>rs.open...
  8. LadyRose

    VBScript .vs. JavaScript

    Nick,<br><br>I guess I have to add one thing.&nbsp;&nbsp;This is client side scripting.&nbsp;&nbsp;Does this make a difference in how this is behaving?<br><br>Thanks again. Rose
  9. LadyRose

    ComboBox or other selection method

    Folks,<br><br>No Code yet, this is part of the question.&nbsp;&nbsp;In the listbox control (MsAccess), I have the problem.&nbsp;&nbsp;I was wondering if I should be using an OnChange event where I record the index, then some sort of show statement to display the information in the textboxes, or...
  10. LadyRose

    VBScript .vs. JavaScript

    Well Nick this is what I have:<br><br>&lt;script language=vbscript&gt;<br>Sub cmdSubmit_OnClick()<br> 'The only required fields at this point are<br> 'club name and club code<br> If Len(frmAdd.txtLName.value) = 0 Then<br> Alert &quot;Please Enter Last Name!&quot;<br> frmAdd.txtLName.focus<br>...
  11. LadyRose

    ComboBox or other selection method

    Greetings,<br>I am dealing witha database with a great number of records (5000) and expansive field structure.&nbsp;&nbsp;I need to be able to select a record, in this case a student, then list this students information.&nbsp;&nbsp;I have been working with a combo box, I have also tried a...
  12. LadyRose

    VBScript .vs. JavaScript

    Not all of VbScript works in Netscape.&nbsp;&nbsp;How does one deal with building an app for both environments. <br>Is JavaScript as selective?<br>Can one use Javascipt to deal interactivley with databases?<br>I really appreciate all the help I have gotten from this forum.
  13. LadyRose

    VBScript programmers Index

    Nick,<br>You are a treasure.&nbsp;&nbsp;Thanks.
  14. LadyRose

    How do I code a counter?

    Thank-you Nick.&nbsp;&nbsp;I had thought of this, but didn't know where to code it.&nbsp;&nbsp;Would using a database or a file to record the count be a better idea.<br>I guess what I am asking is: Would a database be a slower access time?<br><br>Thanks.
  15. LadyRose

    VBScript programmers Index

    I have been having great difficulty finding a VBScript Progammers Index.<br>Something that would offer events, methods andproperties available for VBScript.<br>Any suggestions?
  16. LadyRose

    How do I code a counter?

    I need to develop a counter.&nbsp;&nbsp;The purpose is to record hits.&nbsp;&nbsp;I would like to maintain a table recording the IP's and add to the counter only if it is a new hit and not a repeat hit.&nbsp;&nbsp;Any clues?

Part and Inventory Search

Back
Top