Subject RE: [IBO] 3.6.Dd
Author John Tomaselli
Jason,
I have a fairly major problem at one of my clients where the masterdataset
is automatically resetting after the current user or others on the network
makes changes to the records. For instance, I do a search on appointments
where status = 1, 10 records are fetched to my grid. If I change the status
of 2 records from 1 to 2 and another user changes the status from 1 to 3 on
2 different records, I do not expect my grid to change unless I do a new
search or sort. If the grid is left untouched for a few minutes it
automatically updates and I now have 6 records in the grid.
The following properties on set on the query.
BufferSynchroFlags
Before=rue
After=true
Insert=False
Callbackinc = -1
callbackInitInt=3000
callbackRefreshInt=250
all dmlcache flags = false
no event alerts.
Ib_Transaction =tiCommitted,autocommit=true
Any Ideas?
TIA
John