Xavier
|
| Posted: 05/07/2002, 3:58 AM |
|
Hello CC lovers,
I'd like to modify the format of a field in a grid form, without to change
other fields format.
I could do it editing the .html templates, but can I do it inside CC?
thanks a lot
Xavier
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/07/2002, 5:34 AM |
|
Make this field a Label with "html" checklbox checked in Field Properties.
Then you can apply formatting in Form/Before Show event , e.g.
fldfieldname = "<b>" & fldfieldname & "</b>"
--
Alex
CodeCharge Developer
"Xavier" <nobody@nowhere.invalid> wrote in message
news:ab8c0r$hmk$1@news.codecharge.com...
> Hello CC lovers,
>
> I'd like to modify the format of a field in a grid form, without to change
> other fields format.
> I could do it editing the .html templates, but can I do it inside CC?
>
> thanks a lot
>
> Xavier
>
>
|
|
|
 |
|