Possible bug when I change Field.ReadOnly property ?
Posted: Sun  12 Mar 2006 17:28
				
				Hello,
When I am using the following code an exception is raised:
"DataSet is not in Insert or edit mode"
DataSet->Insert();
pAutoInc->ReadOnly = false; State changes to dsBrowse
pAutoInc->Text = --DataSet->Tag;
pAutoInc->ReadOnly = true;
Is it a bug ? with ADOExpress components it doesn´t happen
Regards
			When I am using the following code an exception is raised:
"DataSet is not in Insert or edit mode"
DataSet->Insert();
pAutoInc->ReadOnly = false; State changes to dsBrowse
pAutoInc->Text = --DataSet->Tag;
pAutoInc->ReadOnly = true;
Is it a bug ? with ADOExpress components it doesn´t happen
Regards