Вопрос

I'm using PowerBuilder 11.5 and still relatively new to PowerBuilder. I need to get the datacolumn value of the selected item of a DDDW from a popoup window? Any help would be appreciated.

Это было полезно?

Решение 2

Thanks for the reply I got the datacolumn value by doing a case statement on the dwo.name in the itemchanged event of the datawindow, and storing the data in an instance variable.

Другие советы

On the surface, the answer is datawindow.GetItemxxx () (where xxx is String or Number or ... corresponding to the data type of the column being retrieved).

Good luck,

Terry.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top