SCATTER with memofield

This forum is meant for questions about the Visual FoxPro Language support in X#.

Post Reply
User avatar
COMSYSplus
Posts: 7
Joined: Sun Nov 26, 2023 8:48 pm
Location: Deutschland

SCATTER with memofield

Post 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
User avatar
robert
Posts: 4336
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: SCATTER with memofield

Post by robert »

Peter,
What happens if you write

SCATTER MEMVAR MEMO

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
COMSYSplus
Posts: 7
Joined: Sun Nov 26, 2023 8:48 pm
Location: Deutschland

Re: SCATTER with memofield

Post 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
User avatar
robert
Posts: 4336
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: SCATTER with memofield

Post by robert »

Peter,
I will look at this

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
COMSYSplus
Posts: 7
Joined: Sun Nov 26, 2023 8:48 pm
Location: Deutschland

Re: SCATTER with memofield

Post by COMSYSplus »

Thank you Robert.

Peter
Post Reply