Try addressing the Array with numbers instead of names. Foxpro has no concept of Names instead of rownumbers for parameters. (only in collections)
i.e. figure out what row index that "Name" has. Then use it like MyFileView.ColumnWidth(5,0) = 240
wOOdy