Hello everyone
Public of the new post because I had the wrong forum category.
I need to change the display settings of label and fields as far as alignment, font size, font color, etc…
Example:
Should I select some forms, put the label in red, right-aligned, and font size 14, fields of blue color, bold and size 15. Others in form should I put the label in light blue, right-aligned, and font size 15, fields of red, bold and size 17.
Hello
Thank you
Enrico
For certain an enhancement request. You currently have to change every field css one by one… But perhaps you can use some javascript to do the job, but I’m not very familiar with that. Within a grid you have a macro to change field appearances.
Thanks Abert. Very nice for you to answer.
In fact in onLoad event I will use the macro sc_field_style trying to automate it as much as possible.
I’ll watch you too might screw do with javascript
Thanks Albert
Hello
Enrico
Henry, sc_field_style wouldn’t work on form, only on grid, and very limited
if you want it on forms-multiple-records, have a look here http://www.scriptcase.net/forum/showthread.php?6434-again-multiple-records-form-discussion-and-selecting-working-row
if fo single records, either do it manually as Albert told you or use the above example of java and bypass the the row counting step that my bro jsb advised, that is for multiple records form counting…