Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Modifying Display Value in RadioButton edit style

566 views
Skip to first unread message

lena

unread,
Dec 18, 2003, 6:01:26 AM12/18/03
to
Hello,

I have a dw with a column shown in RadioButton style with several display
values (in the Code Table).

I need the syntax for the modify function to change those display values
depending on the data value.

Thanks in advance,

Lena.


Paul Horan[TeamSybase]

unread,
Dec 18, 2003, 9:36:19 AM12/18/03
to
Use the .values attribute to change this. It's a forward-slash separated list, in the format
display~tdata/display~tdata

As in:
dw_1.Modify( "rb_col.values='optionA~tA/optionB~tB/optionC~tC'" )

You have to replace the entire list of display/data values - you can't just pick one and change its display value or
data value.

--
Paul Horan[TeamSybase]

"lena" <ega...@cimkey.es> wrote in message news:3fe18906@forums-1-dub...

0 new messages