I get an error when this line is executed.
Code: Select all
DsPostenGrid->DataSet->FieldByName("n_customer_id")->AsInteger = m_LastUsedCustomerId;
Why?
I use the version 5.55.0.39 for Delphi 2007 with C++Builder 2007
Thanks for your help
Thomas
Code: Select all
DsPostenGrid->DataSet->FieldByName("n_customer_id")->AsInteger = m_LastUsedCustomerId;