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 TouchToneTommy 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: BatGrrrL
  • Content: Threads
  • Order by date
  1. BatGrrrL

    Three Tables and a Group By

    Hi Guys, I need some help with a couple of tables and a query. I am building a test generator for our teachers here (we are a school) and I have set up my tables as follows: QCat: QCatID - PK QCat QTypes: (Question Types eg, True/False, Multi Choice) QTypeID - PK QType Questions: QID - PK...
  2. BatGrrrL

    Checking if something is in focus

    Hi Guys, Could someone please tell me how I can tell if my iframe is in focus? I'm writing a wysiwyg editor using the execcommand in javascript and ie and if the focus is outside of the iframe (on the main page body) then my buttons will write their output to the main page rather than the...
  3. BatGrrrL

    Help with a Selects onSelect

    Hi, Can someone please tell me where I'm going wrong here. I'm making my own bill payment system in asp. A Select box is filled with the Names of the Billers. <option value=&quot;<%= rs( &quot;BillerID&quot; ) %>&quot;><%= rs( &quot;BillerName&quot; ) %></option> And hidden field is assigned...
  4. BatGrrrL

    Error code 3021 When no records Found..

    Hi Guys, Have been handed a working project and have very little understanding of how it works (Im an asp web person) Can someone please help me with the following. When a user searches for a Surname in this program, if the Surname is not found it returns an error of: &quot;Run-time error...

Part and Inventory Search

Back
Top