Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

refresh flexgrid on form

Status
Not open for further replies.

alanf

Programmer
Feb 7, 2001
39
US
I have an MDI form containing 3 child forms. The child forms each contains a FlexGrid. There is a datepicker control on one of the forms. When the date is changed I want to refresh the data in all of the FlexGrids. The only way I have been able to do this is to unload the forms and reload them. The form.refresh and form.FlexGrid.refresh methods don't seem to do anything. What do I need to do to get the refresh methods to work?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top