Customizing the metamodel : Keywords for USRPROPS : VNONE
  
VNONE
Enables you draw vertical lines inside symbols, as opposed to horizontal lines, which are the default. VNONE lays out properties from left to right, separating them but not showing any vertical line between them. (Note: the VFORCE command does the same thing but shows the vertical line.)
Syntax
{FORMAT String LEGEND "$$VNONE$$"}
Example
Notice that in the example USRPROPS.TXT snippet below, the first property listed specifies FORCE. Subsequent properties that you want to line up to the right of the first property (without a dividing line) are given the VNONE specification.
DEFINITION "Elementary Business Process"{PROPERTY "Supporting Applications"{ Edit Listof "Application" Label "Applications" LENGTH 2000 HELP "Must be entered through Matrix" READONLY DISPLAY { FORMAT String LEGEND "$$FORCE$$"} }PROPERTY "Referenced Data"{ EDIT ListOf "Entity" KEYED BY {Model QUALIFIABLE, Name} LENGTH 5000 READONLY DISPLAY { FORMAT String LEGEND "$$VNONE$$"}}
...}