FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Readonly numeric Get and shared database field
Posts: 126
Joined: Thu Oct 06, 2005 10:18 PM
Readonly numeric Get and shared database field
Posted: Thu Aug 17, 2006 04:48 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Readonly numeric Get and shared database field
Posted: Thu Aug 17, 2006 05:48 PM

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

Continue the discussion