Powerbuilder2010. 6. 17. 09:17
// DataWindow가 Focus를 받으면 첫번째 Item의 Text를 반전시킨다

If This.RowCount() = 0 Then RETURN

This.SelectText(1,Len(This.GetText()) + 100)

Posted by Julyus