Readonly numeric Get and shared database field

Post Reply
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

Readonly numeric Get and shared database field

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply