home *** CD-ROM | disk | FTP | other *** search
- This extension library should be installed using the
- FNshell_InstallLib routine so that the variables
- and storage space can be set up.
-
- --------------------------------------------------------
-
- PROCshell_OLELinkFile()
- => str full name of file to 'watch'
- str function name to call when 'watched'
- file datestamp changes
-
- An error will be generated if file to link does not
- exist, or memory claim fails.
-
- User FN ( shell_OLELinkFile )
- => str full filename of changed file
-
-
- --------------------------------------------------------
-
- PROCshell_OLEDeLinkFile()
- Params =>
- str name of file to delink
-
- Removes a filename from the list of 'watched' files.
- No error generated if file is not in the list.
-
- --------------------------------------------------------
-
- FNshell_OLEFileStatus()
- Params =>
- str name of file
-
- <=
- int status flag
-
- --------------------------------------------------------
-
- FNshell_OLEGetNrOfLinkedFiles
- Params =>
- none
-
- <=
- int number of linked files
-
- --------------------------------------------------------
-
- FNshell_OLEInProgress
- Params =>
- none
-
- <=
- bool TRUE if files are being externally
- edited FALSE otherwise
-
- Useful for checking if OLE data is being edited
- before shutting down the application.
-
- --------------------------------------------------------
-
- PROCshell_OLEScanLinkedFiles
- Params =>
- none
-
- Call every 1 or 2 seconds via PollIdle to check
- the datestamps of 'watched' files.
-
- --------------------------------------------------------