G
Guest
I have a form with a grid containing recs on it. When a user selects a
record
in this grid a maint form appears so they can edit the record. This maint
form has the properties popup = y, modal = n because I want them to be able
to move the maint screen around and see the recs in the grid in the form
underneath, and maybe interact with it while maint screen up (i.e. resort
recs in grid). In any case, once they update the rec in the maint form, the
user is brought back to the form with the grid in it but I can't figure out
how to refresh the recs in the grid with the newly updated data (the activate
event does not get executed). I've tried everything I could think of but
add a refresh button. Any suggestions would be greatly appreciated.
Jackie
record
in this grid a maint form appears so they can edit the record. This maint
form has the properties popup = y, modal = n because I want them to be able
to move the maint screen around and see the recs in the grid in the form
underneath, and maybe interact with it while maint screen up (i.e. resort
recs in grid). In any case, once they update the rec in the maint form, the
user is brought back to the form with the grid in it but I can't figure out
how to refresh the recs in the grid with the newly updated data (the activate
event does not get executed). I've tried everything I could think of but
add a refresh button. Any suggestions would be greatly appreciated.
Jackie