G
goo
Guest
11.7.4 Spending two hours on a simple case and right now fealing stupid. MyTest.w Having a combo-box formatted as integer (big mistake). CmbTest:delimiter = “|”. CmbTest:list-item-pairs = “somethingA” + “|” + String(203) + “|” + ....... Used the format of integer as “>>>9” I tried to do a lookup(cmbTest:list-item-pairs,string(203),”|”), but did not get it that the integer value in the list-item-pairs had a chr(32) between | and the number, like “| 203|.... the strange thing was that if I had a number with 4 digits, it worked. After two hours struggling, I tested with cmbTest as character, an everything was ok. Lesson learned, only use combo-box as character.., but why letting us use it as other data-types if it do not work?
Continue reading...
Continue reading...