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

    1 combobox populating another

    I have a bound continous form with 2 comboboxes on it. A [company] combobox and a [company_member] combobox. If you select a company it should update the rowsource of the [company_member] box to only show the members in that company. Both combo boxes have BOUND COLUMN = 2 (So that I can...
  2. camelman

    More problems with Max querys

    Hi people I have a table called receipts in a SQL Server Database. I want a list of clients, their last receipts (according to date) and the details of these receipts. ie: If there are 100 different clients in the table (each with 10 receipts) then I should only get 100 records returned. The...
  3. camelman

    should we use .net or java

    This should spark off quite a discussion. I have been talking to developers about what they think I should be using for developing client server apps. The ones who have worked with VB6 and Java all say that things just work better in java. They have to fight with their VB code to get things...
  4. camelman

    set home page

    Hey guys I can't seem to find code that sets the homepage of netscape 4 and IE 4 upwards. I want to put a "make this site your homepage" button on my site. Thanks
  5. camelman

    Microsoft Access SQL statement

    I am using VBA in MICROSOFT ACCESS to write a record to a table. My regional settings are "English South Africa",my short date is "dd/mm/yyyy" and my long date is "dd MMMM yyyy" I have an auto date in the table (ie: default value = now() ) in a field called...
  6. camelman

    Jump to a scene from inside a movie

    I have created 2 scenes (scene1, scene2) Inside scene1 I have placed a movie. Withing that movie I have a button that must run scene2. I have tried using gotoAndPlay ("scene2", 1); _root.gotoAndPlay ("scene2", 1); but all these seem to do is jump me to the first frame...
  7. camelman

    Window sizing

    I am trying to do a write a few scripts relating to the sizing of a browser window. 1) How do I get the width and height of an IE window ? I tried using window.innerwidth but apparently it only works in netscape. 2) I need my window to resize according to a ratio ie: If the user tries to make...
  8. camelman

    Getting ADO recordset from a SQL stored procedure

    I am using an ADODB.recordset to display data on a form (microsoft access 2000). This recordset needs to get its data from an SQL server 2000 stored procedure. I do this in the on_open event of the form so that the data is displayed when you open the form. I must be able to write to the...

Part and Inventory Search

Back
Top