S
|
Skynet author 5/27/2005 |
Values for Date fields are processed under javascript function called (in add.asp): |
S
|
Skynet author 5/27/2005 |
I found non practical solution for this problem. To call the funtion is necessary select any month in the list and after select the first option of the list (blank value) in this form the javascript is called "onchange". |
![]() |
Sergey Kornilov admin 5/30/2005 |
Hi, |
S
|
Skynet author 5/30/2005 |
Thanks for your answer. See information required bellow. |
![]() |
Sergey Kornilov admin 5/31/2005 |
Hi, |
![]() |
Sergey Kornilov admin 6/6/2005 |
Hi, elseif GetEditFormat("##FIELD##")<>FORMAT_DATABASE_IMAGE and GetEditFormat("##FIELD##")<>FORMAT_DATABASE_FILE then rs("##FIELD##") = UCase(strValue) else
elseif GetEditFormat("##FIELD##")<>FORMAT_DATABASE_IMAGE and GetEditFormat("##FIELD##")<>FORMAT_DATABASE_FILE then if strValue<>Null then rs("##FIELD##") = UCase(strValue) else rs("##FIELD##") = strValue end if else |
S
|
Skynet author 6/6/2005 |
Thanks a lot. I will change now. |