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

Reply via email to