Hello,
Wondering if anyone had any good ideas. I have run into this problem several
times without a good solution.
EXAMPLE:
I use a Progress procedure to update the Qty Per field on the Job Material
Screen with a new value.
setDecimalValue("JobMtl.QtyPer.SCRVALUE":U, NewQtyPer).
It works great but the rest of my form is not refreshed. In this example the
Required Qty for the material should be updated with the QtyPer * Production
Qty.
The only work around I have found so far is to have the user click on the Qty
Per Field and hit enter.
I just need a way to fire off the on enter or Lost focus event for that field.
Any suggestions would be helpful.
Thanks
Jeremy
[Non-text portions of this message have been removed]
Wondering if anyone had any good ideas. I have run into this problem several
times without a good solution.
EXAMPLE:
I use a Progress procedure to update the Qty Per field on the Job Material
Screen with a new value.
setDecimalValue("JobMtl.QtyPer.SCRVALUE":U, NewQtyPer).
It works great but the rest of my form is not refreshed. In this example the
Required Qty for the material should be updated with the QtyPer * Production
Qty.
The only work around I have found so far is to have the user click on the Qty
Per Field and hit enter.
I just need a way to fire off the on enter or Lost focus event for that field.
Any suggestions would be helpful.
Thanks
Jeremy
[Non-text portions of this message have been removed]