Hello all,
How can I prevent the flashing of my griddata when I change its recordsource? The recordsource is a cursor which is filled from a select statement (RecoursourceType = Alias).
In my program the user is working with orders per day, so whenever a user selects a different day than the current one, I need to refill the cursor so it will contain the correct information.
First I let the grid recordsource use a dummy grid (so the layout will be safe), second I'm filling the cursor with the appropriate information and last I'm reassinging the cursor to the grid's recordsource. This results in a flash which I really want to prevent.
How can I prevent the flashing of my griddata when I change its recordsource? The recordsource is a cursor which is filled from a select statement (RecoursourceType = Alias).
In my program the user is working with orders per day, so whenever a user selects a different day than the current one, I need to refill the cursor so it will contain the correct information.
First I let the grid recordsource use a dummy grid (so the layout will be safe), second I'm filling the cursor with the appropriate information and last I'm reassinging the cursor to the grid's recordsource. This results in a flash which I really want to prevent.