Jurgen Bratzke
|
| Posted: 06/07/2002, 6:07 AM |
|
Hello,
this are my Problems:
1)
Own Code on before Show :
myField.VALUE="<b>" & myField.VALUE & "</b>"
Result in Browser :
<b>25</b>
In the Property-Toolbar there is no property HTML.
So what should I do ?
2)
By Default I want in Forms "Required Fields" to be Yellow
and "Read only Fields" to be Grey, how can I handle this ?
|
|
|
 |
Charlie Kunz
|
| Posted: 06/07/2002, 10:20 AM |
|
I am doing CCS Tutorial, and when I added custom code on pg 192 to show own name in blue, it shows <b><font color="blue">John Smith</font></b> in field instead of displaying John Smith in bold and blue.
Using CCS 1.0.6.0, PHP, Apache, Win2K.
Help,please!
|
|
|
 |
Jean-Michel Giorgi
|
| Posted: 06/07/2002, 11:48 AM |
|
I got the same problem and had the solution by the support team.
Just select the user_id_assign_to field, go to field properties (Properties window/ Data tab) and select HTML from Content list.
|
|
|
 |
Jean-Michel Giorgi
|
| Posted: 06/07/2002, 12:05 PM |
|
I got the same problem and had the solution by the support team.
Just select the user_id_assign_to field, go to field properties (Properties window/ Data tab) and select HTML from Content list.
|
|
|
 |
|