Link to home
Start Free TrialLog in
Avatar of GuryTraub
GuryTraub

asked on

DataBase refreshing is ugly..

I'm designing a DB application.
But whenever I'm moving between pages(At run-time), I see an ugly refresh of the next page table (which is connected to the DB).

I'm asking which way is the best way in those cases, when you are moveing to a different form, which Selects from a table at startup.
First selecting and then showing ?, maybe the other way ?
I tries some ways but it stayed ugly..
ASKER CERTIFIED SOLUTION
Avatar of paul_tsekov
paul_tsekov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You might also consider setting the .redraw property of the grid to false whilst it is being populated and then back to true again. Though if it is invisible this may not have much benefit, if you subsequently recalculate the grid whilst it is displayed it makes for a more rapid and cleaner update.