How to reset dropdownlistbox in Powerbuilder
Anybody familiar with Powerbuilder? (PB). I'm one among the ancient PB programmer. My journey starts when assigned a project that use PB5 as a development tool. Until now, various version of PB12 have been in my application developer Tool List. Here's my humble list of version that i have experienced :-
- PB5 (Sybase)
- PB8 (Sybase)
- PB10 (Sybase)
- PB12 (SAP/Sybase)
When look back at the list, i have been manipulating PB scripts and object until come to my mind....How in the world that I should reset a dropdownlistbox?. Have been searching around the net, but found no clue. Until I sat down for sometimes looking into my rusted logic and couples of trial and error, then i have found it!. Here's how :-
ddlb_1.selectitem(0)
Yup, that's it...Thank you for reading.
-sabalkunan-