accounting information

Post any questions, ideas, or topics related to Jython and Python scripting.
Post Reply
User avatar
joleenf
Posts: 1123
Joined: Mon Jan 19, 2009 7:16 pm

accounting information

Post by joleenf »

Is there a way to access the accounting information from a particular server through the adde data manager rather than typing it into every script?

Thanks,
Joleen
User avatar
Jon
Posts: 192
Joined: Fri Jan 09, 2009 8:44 pm
Location: Madison, WI

Re: accounting information

Post by Jon »

There isn't really a convenient way at the moment. One idea that comes to mind is to modify loadADDEImage so that it will attempt to find accounting information for remote servers if the loadADDEImage "accounting" parameter has not been set. Another would be to simply add a function that would return the accounting tuple...but you'd essentially have to pass the server-related parameters to this new function and loadADDEImage. :evil:

Suggestions are very welcome!
Post Reply