Probably a daft question, but I'm new to this.
I'm having trouble refreshing a grid on a parent form when udpates to a child form are made.
I have a grid on my parent form and when an item is double clicked, it opens the child form where the user can update or add new items. I have a grid refresh function in the main form. Is there a way to call the refresh every time the user clicks save on the child form without moving focus or closing the child form??
thanks.
I'm having trouble refreshing a grid on a parent form when udpates to a child form are made.
I have a grid on my parent form and when an item is double clicked, it opens the child form where the user can update or add new items. I have a grid refresh function in the main form. Is there a way to call the refresh every time the user clicks save on the child form without moving focus or closing the child form??
thanks.