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
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...
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
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...
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...
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("INSERT INTO other_info(card_id) VALUES...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.