Page 1 of 1
Edit codes for bound fields
Posted: Fri Feb 17, 2012 3:24 pm
by jholsombach
When you bind a field i see(at least for numeric) an option to place an edit word or edit mask on the value to format it. Is there a way to use edit codes? (1, 1$, 1*, A, X, etc)
Re: Edit codes for bound fields
Posted: Fri Feb 17, 2012 4:00 pm
by Brian
No, but you can accomplish the same formatting using the settings available on that dialog.
Re: Edit codes for bound fields
Posted: Fri Feb 17, 2012 4:15 pm
by jholsombach
How about formatting the output for the database driven widgets? We can select the fields in the Choice Options setting, but can we format those fields any?
Re: Edit codes for bound fields
Posted: Fri Feb 17, 2012 5:45 pm
by Brian
The database driven widgets just build an SQL statement out of your choices. Those fields that are comma separated just get inserted into that statement. Therefore you can use any kind of SQL functionality you want to format the values.