Load Combo Items from a Text File
Hi,
We have seen most methods to populate Combo. I would like to share another way, which is an important one.
In this example, we will import Combo items from a Text File. This file has comma separated values ( techies call em CSVs ). In our case, each line in the Text File will contain Text and Data separated by a comma.
To separate each line into Text and Data and insert them into the Combo, we will use a function called DelimitedStringFunction ( available in the AMS software Script Gallery Folder ). I placed this function in the Global Panel.
For this example, I use a Button to import data from the Text File. If you want to load items directly as your App starts, just Copy the scripts in the Button and Paste it in the Page OnShow.
Please Login or Register to download this file.
Please leave a comment about this example.




Necesito delimiter string para hacer un dowloader