![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table with this kind of field: ADD FIELD "MyField" OF "MyTable" AS character FORMAT "x(10)" INITIAL "P" LABEL "MyLabel" POSITION 25 SQL-WIDTH 20 VIEW-AS "VIEW-AS COMBO-BOX LIST-ITEM-PAIRS ""Planned"", ""P"", ""Ordered"", ""O"", ""Filled"", ""F"", ""Complete"", ""C"", ""Distribute"", ""D"", ""History"", ""H"" " LENGTH 0 ORDER 50 I have a loop on this table in a non-visual procedure: for each MyTable no-lock: put MyField "," . end. the result is something like: P,O,F,C but this result is wanted: P,Planned,O,Ordered,D,Distribute Is there somebody with a solution ? Thank you, Stéphane. |
#3
| |||
| |||
|
|
the LIST-ITEMS is a visual or a widgets attribute you can create one using a FORM statement then use it to get the labels I have a loop on this table in a non-visual procedure: |
#4
| |||
| |||
|
|
Thank you for your answer. But i specified that i wrote a NON-VISUAL procedure |
|
this is just a dummy frame to create the widget */ |
|
ranger101 (AT) hotmail (DOT) co.il (ranger) wrote in message news:<d6cdf6f8.0402191921.33f3d571 (AT) posting (DOT) google.com>... the LIST-ITEMS is a visual or a widgets attribute you can create one using a FORM statement then use it to get the labels I have a loop on this table in a non-visual procedure: |
![]() |
| Thread Tools | |
| Display Modes | |
| |