COPY STRUC and COPY TO, with CDX

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

COPY STRUC and COPY TO, with CDX

Post by COMSYSplus »

Hi everyone,

While trying to convert our VFP 9.0 software applications zu x# we have some problems with COPY.

When we try to use "COPY Struc" or "COPY TO" with the keyword "WITH CDX" the compiler marked the words as known,
but no CDX-File is created.

What have we to do, or what do we wrong?

Thank you very much for helping.

Peter
User avatar
robert
Posts: 4336
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: COPY STRUC and COPY TO, with CDX

Post by robert »

Peter,
Thanks for reporting this.
You are right that we are not creating the CDX at this moment.
I have created a ticket for this:
https://github.com/X-Sharp/XSharpPublic/issues/1497

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: COPY STRUC and COPY TO, with CDX

Post by COMSYSplus »

Thank you Robert.
Post Reply