Send_event to popup (OpenInsight 32-Bit)
At 01 MAR 2003 12:48:44AM Chris Meyer wrote:
I have the following code:
BTREE.EXTRACT(SearchData, Filename, DICT.File, KeysFound, "S",
) IF KeysFound then If Index(KeysFound, @vm, 1) then swap @vm With @fm in KeysFound Make.list(0, KeysFound,
,'')TypeOverride='TypeOverride=C'TypeOverride=0
RetVal=Popup(@window, TypeOverride, Popup)End Else
RetVal=KeysFoundEnd
I would like is to send a dblclk event to the second column of the popup above. The popup is sortable and I would like to presort the popup by the second column.
Thank you in advance
At 01 MAR 2003 02:19AM Donald Bakke wrote:
Chris,
You will need to modify the POPUP_SUB code to accomplish this. Since a running PopUp window is a modal dialog box, you can't execute external code until it has been closed.
dbakke@srpcs.com
At 01 MAR 2003 10:31AM Richard Hunt wrote:
Chris,
Along with Don's reply… Use "column (field) 26 to pass the column to sort by. Since that "column (field) is "user defined". Kinda like…
TYPE_OVERRIDE=SORT_COLUMN