Establishes a prompt for a specific page in the project. Usually used to pass parameters to display applications like a dashboard.
Syntax:
PromptForPage, Add, name, value
Parameters:
name – the sequence of characters to be replaced in subsequent script commands
value – the new value to be used
Examples:
PromptForPage,add,maaniheader,line
This example creates a new prompt of the name “maaniheader” for the current page. The value associated with this will be “line”. This new value is available to programs from the object model using page.GetParameter("maaniheader").
Comments:
|