|
|
Sergey Kornilov admin 4/26/2005 |
|
Hi, if GetEditFormat("##FIELD##")<>FORMAT_DATABASE_IMAGE and GetEditFormat("##FIELD##")<>FORMAT_DATABASE_FILE then rs("##FIELD##") = UCase(strValue) else
|
|
|
E
|
ebolisa 5/13/2008 |
|
Hi, |
|
|
|
Sergey Kornilov admin 5/13/2008 |
|
In ASPRunnerPro 5.2 you can use BeforeAdd/BeforeEdit events and the following code: dict("FieldName") = UCase(dict("FieldName")) |
|