Page 1 of 1

Readonly numeric Get and shared database field

Posted: Thu Aug 17, 2006 4:48 pm
by pawelu
Antonio,

When I create readonly numeric get and bound control to shared database field, set and move focus to/from get generates error (called from ::Get:Assign method - lock required). What is properly mehod to display numeric control in this situation - use variable instead database field ?

Regards
Pawel

Posted: Thu Aug 17, 2006 5:48 pm
by Antonio Linares
Pawel,

Yes, you may use a variable instead of a field, as the class TGet is trying to modify the field contents.