Re: V17 - Select list items Always Returns Zero

2018-07-12 Thread Douglas von Roeder via 4D_Tech
Miyako: Thank you for pointing out the two new commands. I'll read up on them in the docs. From my signature block of yore - "99.% of all 4D 'bugs' are self-inflicted". The tab control was set to numeric but, when I clicked on "Default Values", the window opened to display all of the entries

Re: V17 - Select list items Always Returns Zero

2018-07-11 Thread Keisuke Miyako via 4D_Tech
what is the "variable type" in property list set to? it should be numeric (default is string) just tested, $l:=New list APPEND TO LIST($l;"a";1) APPEND TO LIST($l;"b";2) APPEND TO LIST($l;"c";3) $p:=OBJECT Get pointer(Object named;"Tab Control") $p->:=$l and $sel:=Selected list items(*;"tab

V17 - Select list items Always Returns Zero

2018-07-11 Thread Douglas von Roeder via 4D_Tech
I've converted an app running in 13.5 to V17 and the following line of code returns zero regardless of which tab I click on the tab control: $pageSelected_L:=Selected list items(*;"PROPOSAL_Tab_L") The tab control has an object name of PROPOSAL_Tab_L (the "_L" is a carry over from when it was