Hi all,
I have created a database with one of its
fields defined as an array of bytes (9 of them).
The array field is named 'Data' , for want
of something better.
I want to write another memory array defined
as, var MemData : array[0..8] of byte, to the Database field.
I can't remember or find out how to do this
and I would like somebody to enlighten me.
Something like
< Form1.FFTable1.Fieldbyname('Data'). {asArray?} := MemData; > maybe
?
Cheers
Colin
|
- Re: [DUG]: Database , Array of byte Field Colin Dillicar
- Re: [DUG]: Database , Array of byte Field Steve Peacocke
- RE: [DUG]: Database , Array of byte Field Chris Reynolds
- Re: [DUG]: Database , Array of byte Field Colin Dillicar
- RE: [DUG]: Database , Array of byte Field Chris Reynolds