BROWSE doesn't start from top database on Windows XP

Moderator: Rathinagiri

Post Reply
User avatar
TopsMarc
Posts: 80
Joined: Wed Apr 06, 2016 5:57 am
Location: Belgium (Flanders)

BROWSE doesn't start from top database on Windows XP

Post by TopsMarc »

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
Attachments
Grid and Browse Win10Home.png
Grid and Browse Win10Home.png (53.06 KiB) Viewed 7327 times
Grid and Browse WinXP.png
Grid and Browse WinXP.png (49.25 KiB) Viewed 7327 times
VM.zip
(1.45 MiB) Downloaded 197 times
Post Reply