FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TsBrowse loosing scope
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM

TsBrowse loosing scope

Posted: Thu Jul 17, 2008 01:12 PM

Tim,

Yes, the problem was with a database object. When you do an edit in a dialog from a browse, if the browse is redrawn due to another screen being drawn over it, then the database object gets updated and this messes up the edit. This problem was very hard to find because I didn't know what was triggering it.

The solution is to use TRecord (part of TData) when doing this type of an edit.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion