I'm new in PowerBuilder. Anyone can give me code or tutorial on how to display data from database in ListView? I only know additem() and setitem() functions. Please help, Thank you!
Asked
Active
Viewed 203 times
1 Answers
1
If you know additem() function you know how to add elements to the ListView. You only need to get the data from the database and insert it in the ListView. There are at least two ways to achieve it:
- Using cursor statements
- Using a DataStore. DataStores are the same as DataWindows but without a visual layer.

BraveOtter
- 114
- 1
- 12