SELPOS and edit tables (OpenInsight Specific)
At 23 JAN 1998 05:03:26PM Mark G. wrote:
Basically, I have built two arrays, one called formula, and one called pounds. I use the following code to populate the first column of the edit table with the array formula. No problem.
rv=Set_Property('MIXSHEET.TABLE_1',"COLDATA",Formula)
However, I am having trouble with the syntax to set the column position to the second column so that I can copy Pounds to the second column.
Thanks Mark.
At 26 JAN 1998 02:52PM Janie Millard wrote:
you could do both at once:
edarray='
edarray=formula
edarray=pounds
stat=Set_Property( 'MIXSHEET.TABLE_1', 'ARRAY', edarray )