/plt

Compiles main development objects that are defined as palettes (Purpose = P), but does not generate runtime objects. Use it to ensure that palettes do not contain ProcScript syntax errors.

/plt

Example: ide.exe /cpt /plt

Use With

ide.exe—Uniface IDE

Description

By default, main development objects whose Purpose property is set to P (Palette) are not compiled when using a compilation command line switch such as /all or /cpt.

However, to ensure that any ProcScript contained in a palette does not contain syntax errors, it can be useful to compile them, although no compiled objects are produced.

For example, the following command compiles all objects that are defined as either palettes or templates.

ide.exe /all /plt /tpl 

Related Topics