How do I sort my choicebox?
My code below:
//Get the field types from the table.
info = db4.describeTable(selected_items);
//Create a variable with all the field names for the dynamic SQL query.
for (var e = 0; e < info.length; ++e)
{
var name = info[e].name;
choicebox.addItem(name.toUpperCase());
}
Kirix Support Forums
Sort Choicebox
1 post
• Page 1 of 1
Sort Choicebox
Last bumped by abenitez77 on Fri Apr 13, 2012 10:22 am.
- abenitez77
- Registered User
- Posts: 143
- Joined: Fri Jan 21, 2011 12:42 pm
1 post
· Page 1 of 1
Return to Strata Help & Feedback