June 2010
Intermediate to advanced
272 pages
5h 55m
English
In the 'Tips and Tricks – JavaScripts' chapter, we saw many recipes to manipulate the prompts. However, it is to be noted that JavaScripts are executed every time the page loads. Hence, it is important to control the execution of certain scripts.
This recipe will show you why taming the JavaScripts is necessary in certain cases, and how to do it.
We will use the report created in 'Dynamic default value for prompt' recipe (Chapter 3) for this one.
Read now
Unlock full access