You've already forked lazarus-ccr
Patch to prevent TDBEdit exception
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -121,6 +121,9 @@ begin
|
|||||||
dsOrder.TableName:='Orders';
|
dsOrder.TableName:='Orders';
|
||||||
dsOrder.PrimaryKey:='ID';
|
dsOrder.PrimaryKey:='ID';
|
||||||
|
|
||||||
|
//workaround to prevent mask exception :(
|
||||||
|
DBEdit1.EditMask:='';
|
||||||
|
|
||||||
BaseConnect.ConnectToBase(dsOrgs);
|
BaseConnect.ConnectToBase(dsOrgs);
|
||||||
dsOrgs.SQL:='select ID, Name from Orgs order by Name';
|
dsOrgs.SQL:='select ID, Name from Orgs order by Name';
|
||||||
dsOrgs.Open;
|
dsOrgs.Open;
|
||||||
|
Reference in New Issue
Block a user