Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 23 MAR 1998 02:07:15PM Jeff Blinn wrote:

It looks like this has been discussed before, but I couldn't find exactly what we're looking for . . .

How would you get the equivilant to the 'B= type lookup (from ARev) in OI? In other words, call IXLOOKUP - return the key(s) and populate the window? Would the best way be to set QBFLIST?

Thanks,

Jeff


At 23 MAR 1998 02:20PM Mike Ruane, WinWin Solutions Inc. wrote:

Jeff-

We do exactly that. Get data back from a popup/IXLookup/Select, and then populate the QBF list.

Example:

*—————

Rlist('SELECT file WITH field BY another field ',5,,,) list=' done=' loop readnext id else done=1 until done if len(list) then list:=@fm:id else list=id repeat if len(List) then @@Window-]qbflist=list .goto_record_btn-]enabled=1 end else x=msg(,'No records to put in list')

end

*————–

The 'Goto' Button control calls a popup so that the user can go to a record in the list. Using the existing QBF controls the user needs to know the position of the record in the list, and who knows that?

Hope it helps-

Mike Ruane

WinWin Solutions Inc.


At 23 MAR 1998 02:36PM Andrew P Mcauley wrote:

Return value in QBFLIST property of @Window.

Incidentally this trick is the easiest way of duplicating the catalyst=functionality. So for example, you could quick event a popup and return value in @Widnow, QBFLIST. No code required!

amcauley@sprezzatura.com

Sprezzatura Ltd

World Leaders in all things RevSoft

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/d5de4bc34cf44a21852565d000638ab5.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1