[progress Communities] [progress Openedge Abl] Forum Post: Oe11.7 Regression : Browse...

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
Up until oe11.6 a browse column widget did not have a frame attribute. starting with 11.7 it has a frame attribute that refrences the frame the browse widget is in. This caused our logic to reverse walk the widget tree to skip the browse widget. I won't be reporting this to tech support as I was able to solve our problem but maybe it will affect someone else The sample shows --------------------------- Message --------------------------- 11.6 RowId can-query frame no --------------------------- OK --------------------------- --------------------------- Message --------------------------- 11.7 RowId can-query frame yes --------------------------- define temp-table tRow no-undo field RowId as integer field RowDescription as character index Rowid is unique primary RowId. define query qRow for tRow scrolling. define browse bRow query qRow display RowId RowDescription with 10 down. form bRow with frame fBrowse . define variable hColumn as handle no-undo. do with frame fBrowse: view. enable all. hColumn = browse bRow:first-column. message proversion hColumn:name "can-query frame" can-query(hColumn, "frame") view-as alert-box. end.

Continue reading...
 
Status
Not open for further replies.
Back
Top