Hi,
I'm getting a weird problem with an xBrowse which is causing my app to freeze
My app opens an mdi window, within this i have 2 (or more) windows that just browse a database. The xbrowses have MARQSTYLE_HIGHLROWMS style and i can drag and drop details from one browse to another - this just changes the date of the record(s) and updates the browse (the browses are filtered by date). The process I do to make it freeze is:
Drag one record from browse a to browse b
hold down the shift key and click back on browse a
app freezes
if i do the following:
Drag one record from browse a to browse b
click back on browse a
hold down shift to select records
app works fine
if i dont drag a record but have focus on browse b, then hold shift and click on browse a, the app works fine.
Can anyone give me any ideas where to start to look, it sounds as if its a problem with the drop routine!!
Thanks in advance
Pete