uniface-procscript
Installation
SKILL.md
Uniface 9.7 ProcScript Reference -- Navigation Skill
This skill gives you access to the complete official Uniface 9.7 ProcScript reference documentation -- 594 entries across 8 merged category files in reference/. Your role is to look up and read these files when answering ProcScript questions, not to rely on memorized knowledge.
What is ProcScript (minimal context)
ProcScript is the 4GL scripting language of the Uniface low-code platform. Key traits to keep in mind when reading the docs:
- Semicolons (
;) start comments, not end statements - One statement per line (
%\for continuation) - Fields are referenced as
FIELD.ENTITY(qualified) orFIELD(in context) - Variables:
$1-$10(scratch),$NAME$(general),variables/endvariablesblocks - Lists use gold-semicolon as separator
$statusholds the result of the last operation (0 = success, <0 = error)- Code lives in triggers (event handlers) attached to components, entities, or fields
Documentation layout
All documentation is in reference/ relative to this skill. Each category is a single merged file containing all entries separated by --- horizontal rules: