MODIFY SCREEN

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.


When you run an ActiveDoc application, a bunch of things happen on the way in (like the Browser starting up, if it's appropriate). Once all that's done and the ActiveDoc object has been created and situated, this event fires. This is the place to do all those things that normally live in the main program of your application, or, if you prefer, just call the main program of your application. Normally, this method either contains READ EVENTS or calls a routine that does.

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

ActiveDoc


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net