<r>Hi Matt,
<QUOTE author="FoxProMatt"><s>[quote="FoxProMatt"]</s>
1. I'll check this out.<br/>
2. I really wish you would post it as a repo on Github, rather than attaching it as a zip file in a message board.<br/>
<br/>
#2 allows for public discussion and issue tracking in the GitHub space, rather ...
Search found 211 matches
- Tue Jul 27, 2021 5:30 pm
- Forum: Examples
- Topic: We Will Fox You! - Command Window to Compile and Run simple vfp/foxpro scripts
- Replies: 17
- Views: 25276
- Tue Jul 27, 2021 2:27 am
- Forum: Examples
- Topic: We Will Fox You! - Command Window to Compile and Run simple vfp/foxpro scripts
- Replies: 17
- Views: 25276
We Will Fox You! - Command Window to Compile and Run simple vfp/foxpro scripts
<r>This is ***not*** something X# specific, but an option to edit, compile & run simple prg based scripts of fox code <br/>
It needs the Vfp9SP2 Runtimes from <URL url="https://github.com/VFPX/VFPRuntimeInstallers">https://github.com/VFPX/VFPRuntimeInstallers</URL> or <URL url="http://www.foxpert ...
It needs the Vfp9SP2 Runtimes from <URL url="https://github.com/VFPX/VFPRuntimeInstallers">https://github.com/VFPX/VFPRuntimeInstallers</URL> or <URL url="http://www.foxpert ...
- Tue Jul 13, 2021 7:00 pm
- Forum: Visual FoxPro
- Topic: Alines() used with multiple String „Parsechar“ to parse large files ?
- Replies: 6
- Views: 4197
Alines() used with multiple String „Parsechar“ to parse large files ?
<r>Hi Antonio,
<QUOTE author="atlopes"><s>[quote="atlopes"]</s>please keep in mind that the order of the parsing characters is relevant to how the string is split into array elements.<e>[/quote]</e></QUOTE>
Yupp, this an implementation detail I have to follow even if in my very own POV it borders on ...
<QUOTE author="atlopes"><s>[quote="atlopes"]</s>please keep in mind that the order of the parsing characters is relevant to how the string is split into array elements.<e>[/quote]</e></QUOTE>
Yupp, this an implementation detail I have to follow even if in my very own POV it borders on ...
- Mon Jul 12, 2021 3:24 pm
- Forum: Visual FoxPro
- Topic: Alines() used with multiple String „Parsechar“ to parse large files ?
- Replies: 6
- Views: 4197
Alines() used with multiple String „Parsechar“ to parse large files ?
<r>Hi Chris,<br/>
thx for confirming. Adding .Trim() in fluent interfaces probably won't inflate code size very much <E>;-)</E><br/>
<br/>
More a reminder for myself to think about such possible side effects when developing with "latest" Dotnet version. Vfp gave us not that many options - including ...
thx for confirming. Adding .Trim() in fluent interfaces probably won't inflate code size very much <E>;-)</E><br/>
<br/>
More a reminder for myself to think about such possible side effects when developing with "latest" Dotnet version. Vfp gave us not that many options - including ...
- Mon Jul 12, 2021 6:43 am
- Forum: Visual FoxPro
- Topic: Alines() used with multiple String „Parsechar“ to parse large files ?
- Replies: 6
- Views: 4197
Alines() used with multiple String „Parsechar“ to parse large files ?
<r><QUOTE author="lumberjack"><s>[quote="lumberjack"]</s>Hi Thomas,<br/>
Have you looked at the .NET String.Split overloads that contains overloads for arrays of char and strings?<e>[/quote]</e></QUOTE>
Hi Johan,<br/>
thx for chiming in. Yes, I have looked at String.Split(), which might resolve ~90 ...
Have you looked at the .NET String.Split overloads that contains overloads for arrays of char and strings?<e>[/quote]</e></QUOTE>
Hi Johan,<br/>
thx for chiming in. Yes, I have looked at String.Split(), which might resolve ~90 ...
- Sun Jul 11, 2021 1:40 pm
- Forum: Visual FoxPro
- Topic: Alines() used with multiple String „Parsechar“ to parse large files ?
- Replies: 6
- Views: 4197
Alines() used with multiple String „Parsechar“ to parse large files ?
<t>Hi,<br/>
I volunteered to code alines() implementation in X#, as it fits GetWord* I did earlier, is often used here and I don’t think I know enough of X# to try for tableupdate(), cursorset/getProp, Buffermode, Cursoradapter package I currently miss most in X#.<br/>
<br/>
In my use cases there ...
I volunteered to code alines() implementation in X#, as it fits GetWord* I did earlier, is often used here and I don’t think I know enough of X# to try for tableupdate(), cursorset/getProp, Buffermode, Cursoradapter package I currently miss most in X#.<br/>
<br/>
In my use cases there ...
- Mon Jul 05, 2021 5:59 pm
- Forum: Visual FoxPro
- Topic: Input needed on FoxPro array support
- Replies: 13
- Views: 7196
Input needed on FoxPro array support
<r>Robert,<br/>
looked up current version of GetWord - I still recognize it <E>;-)</E><br/>
<br/>
When fumbling along without real knowledge what declarations like "new export method" map to when overriding I was glad when I found something working (tested in detail only speed differences of ...
looked up current version of GetWord - I still recognize it <E>;-)</E><br/>
<br/>
When fumbling along without real knowledge what declarations like "new export method" map to when overriding I was glad when I found something working (tested in detail only speed differences of ...
- Mon Jul 05, 2021 6:49 am
- Forum: Visual FoxPro
- Topic: Input needed on FoxPro array support
- Replies: 13
- Views: 7196
Input needed on FoxPro array support
<r><QUOTE author="robert"><s>[quote="robert"]</s>We plan to release a new version (2.8 ) of the product 2-3 weeks from now. This will include the new FoxPro array support<br/>
...<br/>
The Dimension statement should also work and it should also allow you to re-dimension arrays without loosing the ...
...<br/>
The Dimension statement should also work and it should also allow you to re-dimension arrays without loosing the ...
- Sun Jul 04, 2021 7:47 am
- Forum: VO & Vulcan
- Topic: Strongly-Typed methods within classes
- Replies: 18
- Views: 5320
Strongly-Typed methods within classes
<r><QUOTE author="OhioJoe"><s>[quote="OhioJoe"]</s>
THINK<br/>
....<br/>
Perhaps I should. I have one project that tries to merge two large databases. If first checks name matches and then gets into a labyrinthine sequence of sub-routines to check for things that might establish a match. For example ...
THINK<br/>
....<br/>
Perhaps I should. I have one project that tries to merge two large databases. If first checks name matches and then gets into a labyrinthine sequence of sub-routines to check for things that might establish a match. For example ...
- Sat Jul 03, 2021 3:48 pm
- Forum: Deutsches Forum
- Topic: Ist der XBase-Datenbanktreiber unter XSharp.Core bereits fertiggestellt?
- Replies: 25
- Views: 10627
Ist der XBase-Datenbanktreiber unter XSharp.Core bereits fertiggestellt?
<r>Hi Robert
<QUOTE author="robert"><s>[quote="robert"]</s>
That is exactly what we will do:<br/>
- evaluating the index expression for all rows in the dbf<br/>
- sorting the index keys<br/>
- writing the index to disk<br/>
But we need the example data. We did not see this (yet) in our test data ...
<QUOTE author="robert"><s>[quote="robert"]</s>
That is exactly what we will do:<br/>
- evaluating the index expression for all rows in the dbf<br/>
- sorting the index keys<br/>
- writing the index to disk<br/>
But we need the example data. We did not see this (yet) in our test data ...

