Multivalue data not displayed correctly in edit table control (OpenInsight 32-bit Specific)
At 25 MAY 2002 01:56:12AM Rudhy B wrote:
I have an Edit Table control (called BRANCH_CODE) in a SEARCH_EMPLOYEE form not linked to any table. Then there is a push button (called BRANCH_CODE_POPUP), when clicked call a quickevent calling branch_list popup with multi-selection allowed.
The return value is set to Control: SEARCH_EMPLOYEE.BRANCH_CODE Property: TEXT.
It does return the multi-selection values but the display is: 21y43 (the @vm code) in line 1, instead of 21 in line 1 and 43 in line 2 in the edit table control.
how can I fix that problem ?
Rudhy
At 25 MAY 2002 05:49AM [url=http://www.sprezzatura.com" onMouseOver=window.status= Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
TEXT is the current cell, try LIST or ARRAY.
At 26 MAY 2002 12:40AM Rudhy B wrote:
Thanks :) ARRAY works. LIST only passes the first selection.
Rudhy
At 26 MAY 2002 06:05AM [url=http://www.sprezzatura.com" onMouseOver=window.status= Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
One is @VM : @Fm delimited, the other @Fm : @Vm…