ChangeCursor Problem
Posted: Sat 24 Mar 2007 13:59
Hello !!
in Version 4.40.0.23 there is a probleme with
"DBAccess.ChangeCursor = false"
and i have a probleme on TMyQuery::BeforePost event ..
here is the code
ps : i use cbuilder 6
One more Question please :
where are you from (crlab)??[/code]
in Version 4.40.0.23 there is a probleme with
"DBAccess.ChangeCursor = false"
and i have a probleme on TMyQuery::BeforePost event ..
here is the code
Code: Select all
TMyQuery::BeforePost(......)
{ String cc = fr_Client->DBEdit1->Text;
String rs = fr_Client->DBEdit2->Text;
HWND h = Application->Handle;
if(CompareStr(cc,"") == 0 || CompareStr(rs,"") == 0 )
{
MessageBox(h,"Veuillez saisir le Code Client et la Raison
Sociale \n"
"Avant d'Enregistre les modifications... Merci",
"gFac",MB_OK+MB_ICONWARNING);
Abort();
}
}
One more Question please :
where are you from (crlab)??[/code]