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 in a form .
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]> 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
[Non-text portions of this message have been removed]
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

