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 SkipVought 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. 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...
  16. rotschreck

    XL97 formula for counting

    I have 2 columns. The first with words, the other with numbers.<br><br>EX:<br><br>sean....4<br>jane....6<br>jim.....1<br>alice...2<br>jim.....4<br>jane....7<br>ryan....2<br>jim.....1<br><br>I need to total the numbers in relation to the...
  17. rotschreck

    yes/no boxes in programming.

    Alright,<br><br>Thanks for the help.<br><br>tone, I've put your code in. I don't receive anything. No MsgBox.<br><br>That would explain why Jim's code doesn't seem to help. My code doesn't find anything so it has nothing to check....<br><br>so what is wrong with my code? why aren't I reading...
  18. rotschreck

    yes/no boxes in programming.

    Here is my code. I'm trying to put a checkmark into the Yes/No of the Plotted field. It looks like it should work, but it doesn't. No error messages, no actions either....<br><br>TIA<br><br>Private Sub Status_Exit(Cancel As Integer)<br>If Status = &quot;Recorded&quot...
  19. rotschreck

    Idle users VS remote control

    I figured I would have to. I'm unsure how to send the message.<br> <br> Yes, I do have a security program DumbBoy introduced as an idea one day.<br> <br> It shows me who is on, but does not have any way of sending to them. suggestions? <p> <br><a href=mailto: > </a><br><a...
  20. rotschreck

    Idle users VS remote control

    I'm working on a security option so that the futur admins (I'm leaving here in a month and a half) to remotely close the db safely for those users who like to leave the app open when they leave for the day.<br> <br> I'm tinkering with ideas. A form that has a button to send a messege box to all...

Part and Inventory Search

Back
Top