Imports one or more objects from either a text file or an .xml file to the application.
IMPORTOBJECTS(FileName[, Format])
ParametersFileName
Type: Text
The path and name of the file from which you import objects.
FormatType: Integer
The type of the file from which you import objects. The valid values are 0 and 1. If you specify 0, then the file that you specify in the FileName parameter must be a text file. If you specify 1, then the file that you specify in the FileName parameter must be an .xml file. The default value is 0.
RemarksThis function is not supported on the RoleTailored client.
This function achieves the same result as the Import item on the File menu in the Classic client.
After you import an object with this function, the object is not compiled. To run the object, you must first manually compile it.
Example
This example imports an .xml file that contains page objects.
IMPORTOBJECTS('C:\MyExport.txt', 1);
No comments:
Post a Comment