Updateable browse problem

hawkeyeguy78

New Member
I am having issues using two browse objects in main and sub program. I am using Progress V9, CHUI. I'm thinking it has to do with the multiple 'wait-for' statements but I don't know what the fix is. I'd love to use two updateable browses for this maintenance screen.

I have a main procedure "main.p" that defines an updateable browse "A1". Based on user input, the procedure then runs a sub program "sub.p". The sub-program defines another updateable browse "B1". My problem is that in "sub.p" the "B1" object is not allowing update to the field I enabled. It just displays the detail data and doesn't navigate anywhere. If I comment out the input parameter definitions in "sub.p" i can get the browser to work just fine. Any help is appreciated.
 
I'm not sure what types of input parameters you are passing, but just in case, have you tried to disable all on the initial browse A1 before you go into the sub.p program (and perhaps do an apply 'entry' to the B1 browse object), then re-enable the appropriate objects in A1 when you return along with the appropriate apply 'entry' / return no-apply?
 
Back
Top