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: vix
  • Order by date
  1. vix

    onchange event to trigger a query with new text as a parameter

    Hi all, Newcomer question (can't find it in FAQ)...... I have one combobox and four text boxes on my form. The combobox row source is a joined SQL query (2 tables) and selects using a unique identifier within my db. Three of the text boxes reference columns in the resulting dataset but the last...
  2. vix

    How do I call a server-side js function when coding in server sidevbs?

    ....whittling down the problem .... Thanks
  3. vix

    Submitting a form containing only 2 hidden values (NO SUBMIT BUTTON!)

    Thankyou both for your help. I've been so chuffed to get people-in-the-know to talk to about this. Unfortunately, this 'querying products' is just one part of a whole ordering, tracking, invoicing, etc.... ECommerce solution so, redesigning their asp isn't really an option ... but I'm...
  4. vix

    Submitting a form containing only 2 hidden values (NO SUBMIT BUTTON!)

    Yep, for each product (pre-selected list, < 30 in number) I want to display (in a new page) a row in a table which includes the query responses from all the suppliers. A real-time query response table. The idea was that in the loop, after the form had sent the data to the supplier's...
  5. vix

    Submitting a form containing only 2 hidden values (NO SUBMIT BUTTON!)

    Hi derren, Looked at the HTML source and I can see what you mean. At the minute I've got 2 suppliers in my CompanyName recordset(this makes a very small recordset, I know, but more may be added in the future). For each product, I want to loop through the suppliers and send off ProductID and...
  6. vix

    Submitting a form containing only 2 hidden values (NO SUBMIT BUTTON!)

    oops, forgot 'loop' when pasting to email Vix
  7. vix

    Submitting a form containing only 2 hidden values (NO SUBMIT BUTTON!)

    Hi forum, Here's the problem: I need to create a loop in an ASP which updates the 'action' of a form and automatically submits it each time the loop runs. So far, I've got: <% @language=&quot;vbscript&quot;%> <script language=&quot;javascript&quot; > function submit(){...
  8. vix

    Simple counter and delay

    Thanks - it's a Microchip PIC16F62X, I have got the list of operations, but i'm not sure how to do the delay still. I think (if what I worked out is correct) that I will need 40 instructions to create a 10microsecond delay.
  9. vix

    Simple counter and delay

    Hi, I have never used assembly language before, but I have to write some code for a microcontroller and am a bit stuck - if anyone could help i'd really appreciate it! The basic problem is, first, I have to write two delays that will last 10 microseconds and 10 milliseconds respectively. (My...
  10. vix

    Closing Application with c++

    If u r going to use windows API then there r API's to do so.

Part and Inventory Search

Back
Top