Hi everybody...
When Navision Open Form Sales Order, and open No. Series Form by Textbox behalf Sales Header called
No.
, How can I know that No. Series Form is opened by Sales Order Form?
- I have function on Sales Order Form;
IF CurrForm.ACTIVE THEN
EXIT(TRUE)
ELSE
EXIT(FALSE);
Return Value is Boolean.
- When No. Series Form use this function return value is always FALSE.
thanx...
Answers
while in a form tools->design will give the form name & #
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
| while in a form tools->design will give the form name & #
No, I want to Know that No. Series Form is called by Sales Order Form. Because i want to filter No. Series if it called by Sales Order Form. For any form like Purchase, Transfer, Item Journal, etc will by pass the filter... how can i do that? thanks...
RIS Plus, LLC