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 strongm 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. Riverman1111

    dynamic query in a stored procedure

    Hi, I have a need to create a stored procedure that has 3 input parameters which are to be used as select criteria against a table. Each of the 3 parameters can either be specific values, or 'all'. if parm a = 1, b = 2, and c='all' the query would be: select * from table where (a like 1 and...
  2. Riverman1111

    create dynamically resolved statements in C++

    Hello, I need to dynamically resolve statements in C++. Not sure if that makes literal sense so the example is what I need to do: read from cursor Statement 1 edtP1EstLaser1->Text = SQLStoredProc1->FieldByName("est_mins")->AsAnsiString; read next row Statement 2 edtP1EstLaser2->Text =...
  3. Riverman1111

    update a table using a subselect in a query?

    That syntax gives me the error message: 'column count doesn't match value count at row 1' ???
  4. Riverman1111

    add activex component

    i'm trying to add an active x component to the builder, to be able to use it on a form. the help files in C++Builder aren't a help. do i need to create a project? a package? HELLLPPPPP!!! can anyone help?
  5. Riverman1111

    "This file requires a newer version of the header UTILCLS.H"

    Hi, I'm testing a product for Gant charts, am getting a message in the header file that reads: "This file requires a newer version of the header UTILCLS.H" Does anyone know how to go about getting this? Thanks in advance! Riverman
  6. Riverman1111

    scrollable component

    Do I used a scroll bar with the group box? Thanks 2ffat !!
  7. Riverman1111

    scrollable component

    Hey, I need to use a scrollable component, to the right, to contain text boxes. Does anyone have a suggestion? Thanks! Riverman
  8. Riverman1111

    update a table using a subselect in a query?

    Hey, Does anyone know the syntax to insert a row to a table using a sub-select on the same table using the primary key? I know how to do it in MS Sql Server, can't do in MySql. Sql Server syntax is: INSERT TABLE SELECT FIELD1, FIELD2 FROM TABLE A WHERE TABLE_ID = @TABLE_ID
  9. Riverman1111

    TDBLookupComboBox

    Hi, I have a TDBLookupComboBox and need to do the following: - load the list from a table in a MySql database (done) - allow user to select value from list - use value to execute a stored procedure which will return fields to populate the various TEdit objects on form. -on click Save button...
  10. Riverman1111

    create a form to use as a class ?

    Hi, Simple question, just need to know how to create a new form with the base functionality and use as class for all my other forms? Can anyone help me? Also need to know how to create a class which calls a stored procedure? Thanks!
  11. Riverman1111

    C++ Builder training

    Hello, I"m learning C++Builder and am looking for some training, online or DVD. Does anyone have any recommended training? Thanks!! Carl
  12. Riverman1111

    tool palette - 3 objects required....HELP !!

    Great! Thank you again, excellent help.
  13. Riverman1111

    tool palette - 3 objects required....HELP !!

    Great, thanks very much! I'll look around for some 3rd party stuff for the Gant chart object. Another question, if you don't mind. I have a combo box which I have connected to a dataset but doesn't list the values when it drops down. I want a combo box which allows me to select a value, then...
  14. Riverman1111

    tool palette - 3 objects required....HELP !!

    Hello,i'm a newbie with C++Builder, and need to learn it and C++ immediately. So far so good. Wondering if some kind soul can help me locate a few tools: 1) an object where I can enter text (description) and it allows for scrolling if the text is too long for the object? 2) I need an object...

Part and Inventory Search

Back
Top