Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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=KeysFound

End

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

SRP Computer Solutions, Inc.


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

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/21109bdf3006c02185256cdc001fed8b.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1