Popup type overide (OpenInsight 32-Bit)
At 28 JUL 2004 10:11:23PM Jonathan Bird wrote:
I've defined a popup in the IU workspace, with a "source" set as "List of table rows". When coming to use it, I expect to pass a value-mark delimited list of rows, like so:
Overide ='
Overide =Orders
result =popup(@Window,Override,'PURCHASE_ORDER_MULTI_EMAIL')
…but there are never any rows displayed. What am I doing wrong?
J
At 29 JUL 2004 01:52AM Donald Bakke wrote:
Jonathan,
That should work just fine for you. You should test your popup in the UI Designer by entering the keys in the Selection tab screen in the List of Keys section. If the popup works then there is something wrong in your code. If it doesn't work then there is something wrong with your popup.