r_paternoster Posted February 16, 2002 Posted February 16, 2002 I developing a runtime app but I need to be able to edit the value lists. If I assing a button the command to do this, it doesnt work on Kiosk mode. What can I do?
Chuck Posted February 19, 2002 Posted February 19, 2002 You'll need to change the way value lists are changed. Basically the Define Value Lists script command doesn't work in runtime solutions because runtime solutions don't have any design functionality. Here's a couple of options. First, include an other or edit option in the format field definition on the layout. Second, instead of keeping the value lists as a hard coded list, use a file where each record is a value list entry. Then you can provide the user interface to edit the file. This one's more difficult. Chuck
Recommended Posts
This topic is 8313 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now