BROWSE doesn't start from top database on Windows XP
Posted: Sun May 15, 2016 11:29 am
Hi,
I made a simple program, on the left a grid, on the right a browse. Both work on the same workarea. The Exe-file was created with HMG 3.4.3 on a Windows 10 Home laptop. In the OnInit-function I do first a grid.refresh and then a browse.refresh.
When I run the program on my Windows 10 laptop, I see on startup the same records in the grid and in the browse (see image)
When I run the same exe-file on my old Windows XP laptop, I don't see the same records. The grid shows records 1 - 43 and the browse starts from record 44 (where the grid ended). (see image). Why doesn't the browse start from the first record ? Is this a little bug ?
(When I change the OnInit-function and do first a browse.refresh and then a grid.refresh, then I do have the same result on my Windows XP as on my Windows 10 Home laptop. Both start from the top of the database).
Kind regards, Marc
I made a simple program, on the left a grid, on the right a browse. Both work on the same workarea. The Exe-file was created with HMG 3.4.3 on a Windows 10 Home laptop. In the OnInit-function I do first a grid.refresh and then a browse.refresh.
When I run the program on my Windows 10 laptop, I see on startup the same records in the grid and in the browse (see image)
When I run the same exe-file on my old Windows XP laptop, I don't see the same records. The grid shows records 1 - 43 and the browse starts from record 44 (where the grid ended). (see image). Why doesn't the browse start from the first record ? Is this a little bug ?
(When I change the OnInit-function and do first a browse.refresh and then a grid.refresh, then I do have the same result on my Windows XP as on my Windows 10 Home laptop. Both start from the top of the database).
Kind regards, Marc