Jump to content

Refresh / Resync / Close-Open .. does not refresh my uniDBGrid ?


erich.wanker

Recommended Posts

Hello,

 

 

 

if i enter a new record "A" on Computer 1 ... i see the new record "A" in the grid

 

if i enter a new record "B" on Computer 2 ... i see the new record "B" in the grid ...but NOT "A"

 

on computer 1 i DONT see record "B"

 

i tryed out refresh, resynch, zquery.close - open .. noting works ...

 

just if i load the uniGUI.dll in the Browser new  .. i see  "A"  and "B" ...but this is not a solution

 

Has anybody a solution to refresh the Database ?

 

 

 

i have a firebird Database - connect via ZEOS-lib ..

 

ZConnection ist connectet with Database

ZQuery´s are connected with ZConnection

TDataSource are connected with ZQuery´s

and the uniDBGrid ist connected with TDataSet

 

new record is created per:  Zquery.append ....ZQuery.post 

ZConnection hast AutoCommit = true;

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...