|
Put this code in the init method of your
form and call it from different places and see what you get, it should help you
get moving with this. Note: If the form object is being called
from a class like salesEdit lines, then this will
always point to a class, and you actually have to attack the class to find
where it is being called from. - //-----code if(! element.args().caller()) �������
info('No Caller'); else �������
info(element.args().caller().toString()); //----Code -----Original Message----- hi sonny, thank's for replay, good
idea - but: the mentioned form (in my
case: smmQuotationTable) will be called from other places in the
application by the same menuitem. so I can't distinguish if the form
was called by the "go to maintable" function or not.... anybody else a hint...? regards wolfgang
|
Title: Nachricht
- [development-axapta] The never ending "go to maint... wohegro
- Re: [development-axapta] The never ending "go... Sonny Wibawa Adi
- AW: [development-axapta] The never ending &quo... Gro�
- RE: [development-axapta] The never ending ... Preston A. Larimer
- RE: [development-axapta] The never ending ... Preston A. Larimer
- RE: [development-axapta] The never ending "go... Sonny Wibawa Adi
- RE: [development-axapta] The never ending &quo... Sonny Wibawa Adi
- Re: [development-axapta] The never ending "go... Sonny Wibawa Adi

