Search found 7 matches
- Thu Jun 27, 2024 3:32 pm
- Forum: Visual FoxPro
- Topic: APPEND with for
- Replies: 3
- Views: 620
Re: APPEND with for
Robert, we did it with following Code: XSharp: COPY FILE "Zwischen\f_artike_kopie.DBF" to "Zwischen\005_f_artike_use.dbf" COPY FILE "Zwischen\f_artike_kopie.FPT" to "Zwischen\005_f_artike_use.fpt" COPY FILE "Zwischen\f_artike_kopie.CDX" to "Zwischen\005_f_artike_use.cdx" select 0 use "Zwischen\005_f ...
- Thu Jun 27, 2024 3:11 pm
- Forum: Visual FoxPro
- Topic: SCATTER with memofield
- Replies: 5
- Views: 764
Re: SCATTER with memofield
Thank you Robert.
Peter
Peter
- Thu Jun 27, 2024 1:28 pm
- Forum: Visual FoxPro
- Topic: SCATTER with memofield
- Replies: 5
- Views: 764
Re: SCATTER with memofield
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
we tried, but there is no difference between "SCATTER MEMO MEMVAR" and SCATTER MEMVAR MEMO.
Both don´t work with memo-field.
Peter
- Thu Jun 27, 2024 4:57 am
- Forum: Visual FoxPro
- Topic: COPY STRUC and COPY TO, with CDX
- Replies: 3
- Views: 654
Re: COPY STRUC and COPY TO, with CDX
Thank you Robert.
- Wed Jun 26, 2024 12:24 pm
- Forum: Visual FoxPro
- Topic: COPY STRUC and COPY TO, with CDX
- Replies: 3
- Views: 654
COPY STRUC and COPY TO, with CDX
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 ...
- Wed Jun 26, 2024 11:57 am
- Forum: Visual FoxPro
- Topic: SCATTER with memofield
- Replies: 5
- Views: 764
SCATTER with memofield
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 ...
- Wed Jun 26, 2024 11:47 am
- Forum: Visual FoxPro
- Topic: APPEND with for
- Replies: 3
- Views: 620
APPEND with for
Hi everyone, we just try to convert your VFP 9.0 software applications zu x#. We get some problems with "APPEND for". The "for" clauses appends less data then our VFP code ( which works well ) Is something different in x#, have we to set something ? Thank you very much for helping. Peter