Is it possible to modify a forms contents via VBScript?
The physical layout of a form (number of tabs, the fields that appear in a tab, and such) can’t be altered via VBScript. However, if you’re trying to limit tab visibility, you can do this in the Tab Properties dialog. See “Adding tab-level access” in the ClearQuest Designer online Help. If you’re trying to dynamically alter a field’s behavior (for example, by making it mandatory or read-only on a per-user or per-group basis), you can do it with VB Script using the Field Permission hook. The contents of a field can also be altered dynamically via hooks. This is typically done in the Default Value hook.