My app has a “Settings” Data Page which first lets the user select one or more states from a multiselect list box, and then one or more cities from a multiselect cascading list box showing only cities in the selected state/s. The selected state/s and cities are exported as parameters on exit and used by other Data Pages. When Settings are opened, previously selected states are pre-loaded. The process works perfectly, except that cities cannot be set to preload - presumably because its list box is cascading (and that of course makes sense). My problem is that the app makes continual use of the Settings Data Page in an iterative way to add or delete a single city while maintaining many previously-set cities – so not having the text box pre-loaded is a problem. Any JavaScript or other solution that I can be pointed to would be greatly appreciated. Thank you.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
BobLerner
My app has a “Settings” Data Page which first lets the user select one or more states from a multiselect list box, and then one or more cities from a multiselect cascading list box showing only cities in the selected state/s. The selected state/s and cities are exported as parameters on exit and used by other Data Pages. When Settings are opened, previously selected states are pre-loaded. The process works perfectly, except that cities cannot be set to preload - presumably because its list box is cascading (and that of course makes sense). My problem is that the app makes continual use of the Settings Data Page in an iterative way to add or delete a single city while maintaining many previously-set cities – so not having the text box pre-loaded is a problem. Any JavaScript or other solution that I can be pointed to would be greatly appreciated. Thank you.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.