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 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.