boolean field value refuses to change
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Fri Jun 23 12:59:24 CDT 2006
    
    
  
On 6/23/06 12:16 PM, "Lilu" <gogaworm at tut.by> wrote:
> 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
I think this is bug. And we have it working new vserver 2.4 beta.
Please wait few days yet to get new server
-- 
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
    
    
More information about the Valentina
mailing list