cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button GetItem ??

Former Member
0 Kudos

I have a radio button edit style for one of my columns.

I was assuming that a simple GetItemNumber(1,"Colname") would retrieve the value for this edit style. Instead I crash.

That is the proper way. The data values are just simple integers 1,2,3,4 with human friendly display values.

Thanks

TPS

Former Member
0 Kudos

powerbuilder classic 12.6

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You getitem method should match with the Datatype of the columns. If everything correct, then remove the column and place again in the Datawindow and set the properties and try again

Thanks

Balu

Former Member
0 Kudos

Hi Tom;

What is the corresponding DW column's data type in the DW object definition within the "Column Specification" pane?

Regards ... Chris