Quote from
Nickj_UK on February 6, 2025, 7:14 pm
Hi everyone.
Can I move a list of data from a database table and use it into a drop down list for the user to select.
Open the table ~ example dbpOpenTable "MainDB" "Category1" ""
This will pull the data list and hold it an array
I am already using this with ~ example dbpShowGrid "MainDB" "Category1" "Group1"
Am I able to access this array and populate a list box?
Or will I have to do something very messy like generate an external CSV of the table contents then parse that to make a list for the listbox to display?
Any thoughts, ideas or experiences gratefully received.
Hi everyone.
Can I move a list of data from a database table and use it into a drop down list for the user to select.
Open the table ~ example dbpOpenTable "MainDB" "Category1" ""
This will pull the data list and hold it an array
I am already using this with ~ example dbpShowGrid "MainDB" "Category1" "Group1"
Am I able to access this array and populate a list box?
Or will I have to do something very messy like generate an external CSV of the table contents then parse that to make a list for the listbox to display?
Any thoughts, ideas or experiences gratefully received.