[VCOM 2.2] How to delete picture?
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Thu Mar  2 17:42:10 CST 2006
    
    
  
On 3/2/06 5:32 PM, "Dean" <dean at depue.us> wrote:
Hi Dean,
> Ruslan:
> 
> Minor problem with the COM version one that I am hoping you can help me
> with.  I managed to get the picture field to work satisfactorily, but can
> not delete a picture I put in the field.  How do get rid of the picture once
> there is one there?
> I'm using VB.NET remember and I've tried jest setting
> the value of the field to Nothing, but that doesn't work.
For ANY BLOB including Pictures to delete BLOB value but not a record itslf
you do:
    fldBLOB.DeleteData()
    
    tbl.UpdateRecord()
-- 
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