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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rotschreck

  1. rotschreck

    asp select code and vb select code : head to head

    *chuckle* actually, I'm sort of trying to do that.<br><br>The VB code has the &quot;dynamic list selection&quot; while the &quot;select-option&quot; asp code is required to post everything to the database later on. I'm actually trying to get the &quot;select-option&quot; to be more of a...
  2. rotschreck

    asp select code and vb select code : head to head

    HI again. I should probably change my name to Mr Impossible. *sigh* I've been inquiring about combo box that will change the values of another combo box.<br><br>So far, I've gathered examples and have tried to make them fit. As far as I can tell, they should, though, they don't.<br><br>I need...
  3. rotschreck

    Dynamic list selections and my faulty FillArray.

    Sorry, I forgot to include the DynamicSelection.inc file. Fillarray and Selectbox are in there.<br>____________________________________________________________<br><br>&lt;SCRIPT RUNAT=&quot;server&quot; LANGUAGE=&quot;VBScript&quot;&gt;<br><br>SUB SelectBox(rsOptions, strName, strValue...
  4. rotschreck

    Dynamic list selections and my faulty FillArray.

    Hey there.<br><br>I am working on trying to get some combo boxes to select a selection list in another selction list. So far the code seems to be ok except that it doesn't work. ... so obviously I missed something.<br><br>As far as I can see, it has something to do with the FillArray command on...
  5. rotschreck

    FillArray problems

    Hey there.<br><br>I am working on trying to get some combo boxes to select a selection list in another selction list. So far the code seems to be ok except that it doesn't work. ... so obviously I missed something.<br><br>As far as I can see, it has something to do with the FillArray command on...
  6. rotschreck

    Dynamic list selection problems

    pretty good code. Unfortunately, I'm working with tables and I think that some of the FillArray just doesn't work with the tables. All the tables are in Access. <p> <br><a href=mailto: > </a><br><a href=http://www.geocities.com/siltharin>Rotschrck's Eclectic Page</a><br>
  7. rotschreck

    Dynamic list selection problems

    Hey there.<br><br>I am working on trying to get some combo boxes to select a selection list in another selction list. So far the code seems to be ok except that it doesn't work. ... so obviously I missed something.<br><br>As far as I can see, it has something to do with the FillArray command on...
  8. rotschreck

    Message boxes

    Do I put this right into the Javascript or simply in the HTML section of the code? It doesn't seem to work, so I must not have it at the right area. <p> <br><a href=mailto: > </a><br><a href=http://www.geocities.com/siltharin>Rotschrck's Eclectic Page</a><br>
  9. rotschreck

    Message boxes displaying Access tables

    Hey all!<br><br>Using &lt;select multiple&gt;, I created a few tables to choose multiple entries.<br><br>How would I display these new tables if the user wanted to check them, using a message box. I'm also trying to allow the user to simply click on a button to bring this...
  10. rotschreck

    Message boxes

    (Ever have one of those weeks?)<br><br>How do you make one? <p> <br><a href=mailto: > </a><br><a href=http://www.geocities.com/siltharin>Rotschrck's Eclectic Page</a><br>
  11. rotschreck

    onchange and asp selection

    Hey all!<br><br>Alrighty, here's the problem:<br><br>There is a drop down box (combo box), that gets it's information from an Access database table, and has an onchange funtion.<br><br>The onchange must select certain entries depending on specific criteria from a table in Access, and allow a...
  12. rotschreck

    Batch files and network adresses.

    Thanks Jeff. Worked like a charm! <p> <br><a href=mailto: > </a><br><a href=http://www.geocities.com/siltharin>Rotschrck's Eclectic Page</a><br>
  13. rotschreck

    Batch files and network adresses.

    Since this is on an NT workstation, I'd also like to know if it's possible to copy a file onto the desktop without ammending the file continuously for each user.<br><br>Since, each user's desktop link looks like this:<br>C:\\winnt\profiles\[username]\desktop<br><br>How would I copy the file to...
  14. rotschreck

    Batch files and network adresses.

    Hey all!<br><br>I'm working on a batch file that will copy a file from my workstation to the resident(where the batch file resides) workstation. How would I do this? The reason I need this is I must email the batch file to all other employees so they can run it on their systems and download...
  15. rotschreck

    XL97 formula for counting

    As I was writing a response, I realised that I do want to count....though I made a mistake in my previous post as to what I wanted to count.<br><br>In the above example, if I wanted to count how many times Jim showed up, it would say '3'.<br><br>*sigh* that's what happens when you try to get an...

Part and Inventory Search

Back
Top