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) or FIELD (in context)
  • Variables: $1-$10 (scratch), $NAME$ (general), variables/endvariables blocks
  • Lists use gold-semicolon as separator
  • $status holds 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:

Related skills

More from dedalus-erp-pas/hexagone-foundation-skills

Installs
20
GitHub Stars
3
First Seen
Mar 27, 2026