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 wOOdy-Soft 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: ora06
  • Content: Threads
  • Order by date
  1. ora06

    Highlight multy row & col in MSHFlexGrid ?

    Hi, I got 1 FlexGrid that Col = 31 day in month Row = 24h in day I want highlight and disable all the row that col < the day currently I.E : today 04 Jul so i want all row in every col < 4 are disabled, changed their color and no event on them Thx alots
  2. ora06

    How Formbuilder call VC++ function ?

    I am Using FormBuilder 6.0 to manipulate database Oracle I want to call some functions,procedures written in visual C++6.0 and then pass some parametters to insert , update into database First , i run in Client/Server mode My hardware is not good enough for Web running , but i can try in...
  3. ora06

    Call VC++ functions and Procedures from FormBuiler6.0?

    I am Using FormBuilder 6.0 to manipulate database Oracle I want to call some functions,procedures written in visual C++6.0 and then pass some parametters to insert , update into database Help me how to handle it ? Thanks in advance
  4. ora06

    How to display multil records from database

    I work with oracle and VC++ , ADO I use this to manipulate data sSQL.Format("SELECT finger_id FROM other_info WHERE card_id = 20000"); recordset->Open(_variant_t(sSQL),connection.GetInterfacePtr(),adOpenForward Only,adLockReadOnly,adCmdText); there are more than 2 records in this...
  5. ora06

    Create more columns from datagrid Control 6.0 ???

    Hi , I work with C++ for my final test , I use DataGrid Control 6.0 (OLEDB) to store the data , but the default column properties is only 2 , i can create more i use the ADODB to manipulate the database ( a table is more than 2 cols) so i cant view all fields from the table. I try from...
  6. ora06

    Use SQL statement with ADODB.Recordset ????

    Hi everybody I am a newcomer in VC++ developement I work VC with Oracle database I want to manipulate the database with ADODB After connected , i do as follow: ------------------------ recordset->Open(&quot;INSERT INTO other_info(card_id) VALUES...

Part and Inventory Search

Back
Top