This is a browse and form combination. The browse has some rows and I want the customer change only the quantity field. I put a change button to call the form. When form returns to browse I want the totaling field updated in the browse, but automatically. For now, the browse refresh the totaling field only if I refresh the whole browse.
I try with a callbrowse after the form call but this creates an infinite cycle and it does not stops.
If I use an Other button to call the form I can use the Refresh browse row or refresh whole browse but I can not manage the form.
the question is: How I can refresh the browse after form returns?.
Thanks
Jorge