| | fileAttach | |
rtActiveObject AltText BaseClass Codebase documentURL files HeightUOM HTML objectHeight objectName objectWidth overwriteConflict ObjectType parameter As rtAppletParameter parmCount ParentContainer ParentObject root useCorba useSSL widthUOM
| version 1.5
Function fileAttach (fullpathname As String, filename As String, docTarget As NotesDocument) Use this method to attach class files. In case you are copying the applet from one document to other class files get copied by default. However in case you have specified CodeBase parameter or you want to change the class files in process, use FileAttach. Parameters: fullpathname full path of the file on disk filename filename - class or resource name as defined in applet docTarget document to attach files to; may be passed Nothing if document is the same the rtActive object is being written to
| |