![]() |
Sergey Kornilov admin 2/12/2008 |
Using checkboxes with text field is not a good idea. if CInt(dict("FieldName"))=0 then
|
U
|
uludag 2/13/2008 |
Hi, if CInt(dict("BorrowerId"))=-1 then
|
J
|
Jane 2/13/2008 |
Hi, if CInt(dict("BorrowerId"))=-1 or isnull(dict("BorrowerId")) then dict("OnLoan") = "0" else dict("OnLoan") = "-1" end if |