Hi,
I read this in your docs for the PickList:
What would be a good approach to display both?
For example, I'd want to show an "All" or "None" or blank option in the list, but none of those options would be in my database.
I could do a UNION in the select statement, but then I would not want that data appearing in other places.
Thanks,
Mike
SmartClient Version: SC_SNAPSHOT-2011-01-05/LGPL Deployment (built 2011-01-05)
I read this in your docs for the PickList:
Note that if a normal, static valueMap is also specified for the field (either directly in the form item or as part of the field definition in the dataSource), it will be preferred to the data derived from the optionDataSource for whatever mappings are present.
For example, I'd want to show an "All" or "None" or blank option in the list, but none of those options would be in my database.
I could do a UNION in the select statement, but then I would not want that data appearing in other places.
Thanks,
Mike
SmartClient Version: SC_SNAPSHOT-2011-01-05/LGPL Deployment (built 2011-01-05)
Comment