FORMULA LANGUAGE
Examples: Compose
1. The following formula composes a new MainTopic document in the current database.
@Command([Compose]; ""; "MainTopic")
2. The following formula composes a new Client Information document in the REPS.NSF database in the Westchester directory of the "sales/nyoffice" server.
@Command([Compose]; "SALES//nyoffice" : "Westchester\\REPS.NSF"; "Client Information")
3. The following formula composes a mail memo in the user's own Mail database.
@Command([Compose]; @MailDbName; "Memo")
4. The following formula composes a response document based on the currently selected document, in a window four inches wide and seven inches high.
@Command([Compose];"";"Response"; 4:7)
5. The following code, when added to the "Next" hotspot button in form1 and triggered from the Web, saves form1 and opens form2 in edit mode.
@Command([FileSave]);
@Command([CloseWindow]);
@Command([Compose];"form2")
See Also
Compose @Command
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary