FORMULA LANGUAGE

Examples: @URLOpen
1. This example displays the URL Open dialog box that allows a user to enter the URL.
2. This example opens the www.acme.com Web page from the database if it is found there. If the page is not found in the database, it is retrieved from the Web, loaded into the database, and then opened.
3. This example retrieves the www.acme.com Web page from the Web, loads it into the database, and then opens it.
4. The following code, when added to an action on the "Purchasing" Web application form, opens the "CustomerInfo" Notes form, which resides in the same database:
See Also