I created 2 forms (list and card) .
With a menu buttom I can move from a form to the other.
How can I close the current form when opening the new one?
Thank you Max
the form closed, but the other form (50002) doesn't open.
I tryied also with RUNMODAL but it tells me that I cannot close the current form because it is blocked by the other.
Than you Max
I cannot find this & property, I searched in the standard forms but nothing.
Is it in the c/al code of the button?
the c/al code of the entire form?
somewhere else?
Thank you
Max
Comments
Thank you
Max
"Profanity is the one language all programmers know best."
<Control1150004> - OnPush()
CurrForm.CLOSE;
FORM.RUN(50002);
the form closed, but the other form (50002) doesn't open.
I tryied also with RUNMODAL but it tells me that I cannot close the current form because it is blocked by the other.
Than you Max
I tried this on item card->Item Menu Button->List (OnPush).
List form opens & Item Card gets closed.
Try it.
Manish
Is it in the c/al code of the button?
the c/al code of the entire form?
somewhere else?
Thank you
Max
ItemList.RUNMODAL;
CurrForm.CLOSE;
Remove the data (LookupTable) under the Action Property of the Item Menu Button "List"