% % external process run within frame % % start a frame container % false { "Valus" "StdData" newsub % % create column name/headers sequentially % "AttrN" "Attrib Name" @^AddCol "AttrV" "Attrib Value" @^AddCol "AttrS" "Status" @^AddCol } { "Xls" "StdData" newsub % % event handler for all requests from Xframe % "Proc| !Task.Request *xlsrload " Mep.Can % % start the Excel application shell % @^xlApp } ifelse @@