Run
This ambiguously named event is the main program for active documents.
Usage |
PROCEDURE acdActiveDoc.Run LPARAMETERS cHyperLinkTarget |
Parameter |
Value |
Meaning |
cHyperLinkTarget |
Character |
Additional information that can be appended to the address of your ActiveDoc and passed as a parameter. See the example below. Requires that the ActiveDoc be on a Web site and navigated to via HTTP. |
Example |
* Here's a simple Run method that puts up one form * and issues a READ EVENTS DO FORM MyMainForm READ EVENTS * Three different sites might link to your ActiveDoc, and want * to pass to the Run parameter their settings. Site 1 would have * a link of : http://www.yoursite.com/yourdoc.app#Site1Parameters * site 2 might be http://www.yoursite.com/yourdoc.app#Site2Parameters |
See Also |