fmbiz.net Posted November 15, 2011 Posted November 15, 2011 Hello, Is there a list of fmpro methods that are accessible. Such as, fmpro.getContainerStream(fieldName) Or are these methods private IP owned by 360Works? There are some extremely powerful methods hidden in the fmpro class that I may be able to use if I knew the syntax of the methods. Thanks for sharing!
john renfrew Posted November 15, 2011 Posted November 15, 2011 return fmpro.metaClass.getMethods().name.unique().sort()
fmbiz.net Posted December 1, 2011 Author Posted December 1, 2011 Thanks John! Is there any published documentation for these methods or is this just discovery through hard work and dedication?
dansmith65 Posted December 1, 2011 Posted December 1, 2011 The documentation is included in the download and available on 360Works website: http://360works.com/plugins/SCRIPTMASTERPLUGIN/documentation.html It's mid-way down that page. Search for "getContainerStream" to find the section I'm referring to. (web browser text search) As far as I know, this documents all the available methods, but I haven't ran the code John posted, so I'm not positive about that.
Recommended Posts
This topic is 4757 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now