Modify columns of an Inline frame
ArborX


Summary
Modify columns of an Inline frame

This sample when placed inline and formatted will modify a frames columns.

 <?frame select "fname"> 1
 <?frame setcols> 2
 <?frame raw column 5,20> 3
 <?frame raw column 25,40> 4
 <?frame update "fname pb"> 5
4
Select the frame to be updated.
6
Clear the existing columns.
8
Define the new columns.
10
Update the frame with immediate effect.

Document created on 07-Apr-2003 (revision 001)