xsharp.eu • SCATTER with memofield
Page 1 of 1

SCATTER with memofield

Posted: Wed Jun 26, 2024 11:57 am
by COMSYSplus
Hi everyone,

we just try to convert your VFP 9.0 software applications zu x#.

We tried to use "SCATTER MEMO MEMVAR" like VFP, but we get an compiler error when we use the keyword "MEMO".
Therefore we do not get all data from a table. The momofields are missing when we try to "GATHER" the data to an new table.

Is something different in x#, have we to set something ?

Thank you very much for helping.

Peter

Re: SCATTER with memofield

Posted: Wed Jun 26, 2024 5:30 pm
by robert
Peter,
What happens if you write

SCATTER MEMVAR MEMO

Robert

Re: SCATTER with memofield

Posted: Thu Jun 27, 2024 1:28 pm
by COMSYSplus
Dear Robert,

we tried, but there is no difference between "SCATTER MEMO MEMVAR" and SCATTER MEMVAR MEMO.

Both don´t work with memo-field.

Peter

Re: SCATTER with memofield

Posted: Thu Jun 27, 2024 2:17 pm
by robert
Peter,
I will look at this

Robert

Re: SCATTER with memofield

Posted: Thu Jun 27, 2024 3:11 pm
by COMSYSplus
Thank you Robert.

Peter