Is it possible to use scripting variables to selectively format a number? Depending on, for example, if the value of Column A in a table is "PercentFormat", I want the value of a double (Column B) to have the "%" sign displayed at the end of the dbForms field.
I have created a multi-row form with devgui and I would like to make the minimum modifications to the devgui code to accomplish this.
I'm looking for a strategy to accomplish this and any examples that may be available.
Thanks,
Charles Kogge
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to use scripting variables to selectively format a number? Depending on, for example, if the value of Column A in a table is "PercentFormat", I want the value of a double (Column B) to have the "%" sign displayed at the end of the dbForms field.
I have created a multi-row form with devgui and I would like to make the minimum modifications to the devgui code to accomplish this.
I'm looking for a strategy to accomplish this and any examples that may be available.
Thanks,
Charles Kogge
Should work. pattern attribute is of type [RTExpValue].
Just test it!