Running @Commands In Script
The 'evaluate'- method in script is a good way of running '@commands'. The problem is that you have to specify the notesdocument to run on and this is not always usefull. ex. when working with an unsaved UIDocument. It's also very limited in its use. This comes in handy when you for example by script compute a value. Based on that value a lot of other values should be fetched from different views. Instead of declaring all the views, fetching them, refreshing them, and doing the 'getdocumentbykeys', you can now do your lookups within the 'execute' field by using @dblookup (wich works a lot faster), and ask for the result by using script.
This was first published in November 2000
Disclaimer:
Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.