Can anyone point me to the place which is the 'highest' point where I could
add common code that is executed for EVERY record that is selected by the
user.

I guess it is somewhere like where the document handling icon is made active
or greyed out.  I read in so old posts (see below) about it being maybe in
Common docursor but not sure exactly what this is and whether it can be
edited by a developer.

Is there any Docu class (or other class) I can ride on the back of to put my
code that needs to be system wide?

Thanks
James


-----Original Message-----
From: Kim Mørup [mailto:[EMAIL PROTECTED] 
Sent: 26 June 2000 21:46
To: '[EMAIL PROTECTED]'
Subject: RE: [tadorna-axapta] Document handling button


Hi Seva

This is the docCursor method from the form WMSTransportHandling (version
2.1).


// AOSRunMode::Client
// This method disables document handling in the form. Done to increase
performance Common docCursor() {
    return null;
}



As you can see, you disable document handling by overloading the docCursor
method.

best regards

Kim Mørup
Damgaard Development



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to