Hello,
we have made the following adjustments to the P41 for some customers; When an offer is moved from the Released status to the Open status, it should be editable. Basically, it works, BUT, you first have to leave the offer completely and then open it again so that the fields are no longer disabled.
I've tried putting a CurrPage.UPDATE in a number of places, but either the page keeps calling itself again, or nothing happens at all.
Can't the editability of a page be controlled via CurrPage.UPDATE? Otherwise, is there another way to grant editability without reloading the page?
With kind regards
0
Answers
NewRec := Rec.COPY;
CLEAR(Rec);
MODIFY;
I hope this helps
thanks for your answer. However, I have a question to that; Isn't it necessary to move the content from NewRec to Rec, again?
I'm very sorry to react to your post that late. I will give it a try as soon as possible. Thank you very much for your efforts.