boolean field value refuses to change

Lilu gogaworm at tut.by
Fri Jun 23 12:16:50 CDT 2006


I save values to the DB using the code

public sub SaveDB( ByVal table as IVTable, ByVal id as Integer, ByVal 
fieldName as String, ByVal value as Object )
   table.RecId = _id 'some valid id
   dim _field as IVField = _table.Field(fieldName)
   _field.Value = value
   table.UpdateRecord()
end sub

It works fine until I try to save boolean value to boolean field. In that 
case the value stayes the same and no exception is thrown. What am I doing 
wrong?
Thanx, Ilona Karpova

P.S. I'm using VServer with VNET
     
     
---
Ну очень интересное кино в Автокинотеатре!
Менковский тракт 2, Центральный автомобильный рынок (в Малиновке),
тел/автоответчик 507-62-48. Смотрите кино из Вашего автомобиля.
http://av.by/tmk/kino.html


More information about the Valentina mailing list