Return No-apply

chenthil

New Member
Hi there
I had earlier poste a query on triggers and I was suggested to use the RETURN NO-APPLY function to prompt the cursor to remain in the same field.
This did not work..I also used NEXT-PROMPT <field> and that did not work so how to do it?

Cheers
chen
 
Cause focus to stop where it is.
So basically APPLY an 'ERROR ' / 'END-ERROR' TO THIS-PROCEDURE.
This will cause Progress to stop, and flumex, wondering what it should do next. Then the next command will tell Progress no longer interested > RETURN NO-APPLY
 

cecsno

Member
If you've got source code for popomta.p this is where you need to look. The way you've got it written, the session trigger is not firing. You might try a database trigger, but I doubt if this will help. By the way the way PO maintenance is written pod_qty_ord is not update until unit of measure is, so you will need to know the frame name also.


Also if you've got a question about MFG/PRO post there, someone may have already done this.
 
Top