Configure.ImportSched
Description
- Imports specified scheduled events configuration text file into the current PowerPro configuration.
Syntax
- Configure.ImportSched(inifile)
Parameters
- inifile
- (string) name of the .ini file, optionally with path & .ini extension
- If inifile does not include the full path, then the file is assumed to be in the "config" subfolder of the folder containing the current .pcf file.
- Optional; if omitted, a PowerPro file browse dialog is shown.
Examples
- Configure.ImportSched
- Shows a file browse dialog for selection of the scheduled events config file to import.
- Configure.ImportSched(pprofolder++?"backups\events.ini")
- Imports the file events.ini, which is located in "backups" under PowerPro's installation folder.
- Configure.ImportSched("events")
- Imports the scheduled events config file "events.ini", which is located in the "config" subfolder of PowerPro's installation folder.
See Also
-
PowerPro Help CHM > Configuring with text files > Maintaining configuration using .ini files > Importing text configurations with commands