![]() |
Sergey Kornilov admin 2/6/2006 |
Hi, sFieldName = "DateRegistration" if rs.EOF and rs.BOF then strValue="" else strValue = GetData(rs.Fields(sFieldName), FORMAT_NONE ) end if if strValue="" then strValue=Now()
|
|
orit author 2/6/2006 |
Perfect. |