Good morning guys, I'm reviewing XSharp and I enjoy the evolution when I recognize that the equivalent of the FoxPro SET command has been incorporated, a useful debugging object to see the different "dbf aliases" open in different data sessions.
The question arises for me: what is the approach to ...
Search found 56 matches
- Mon Feb 03, 2025 6:39 pm
- Forum: Visual FoxPro
- Topic: privates DataSession
- Replies: 2
- Views: 7634
- Thu Jul 25, 2024 9:02 pm
- Forum: Visual FoxPro
- Topic: numeric operation with big numbers
- Replies: 1
- Views: 1423
numeric operation with big numbers
good afternoon guys
I'm coming back here after detecting an uncomfortable limit in VFP regarding very large numbers and I discover this.
A picture is worth a thousand words
xsharp last public version
visual studio 2019
Best regards
Juan
I'm coming back here after detecting an uncomfortable limit in VFP regarding very large numbers and I discover this.
A picture is worth a thousand words
xsharp last public version
visual studio 2019
Best regards
Juan
- Mon Apr 25, 2022 1:10 pm
- Forum: Visual FoxPro
- Topic: Fox developper "UNBOXING XSHARPDEV " experience
- Replies: 7
- Views: 6261
Fox developper "UNBOXING XSHARPDEV " experience
<r>I want to share an experience with the Xsharp Forum.<br/>
<br/>
A bug in the latest revision v2.11.0.1 made me wonder why what happened? (a confusion between variables, free procedures, class methods and arrays that at first I reported as a warning and then I realized that it was a very important ...
<br/>
A bug in the latest revision v2.11.0.1 made me wonder why what happened? (a confusion between variables, free procedures, class methods and arrays that at first I reported as a warning and then I realized that it was a very important ...
- Fri Jan 14, 2022 1:18 pm
- Forum: Visual FoxPro
- Topic: sqlexec parameters input / output
- Replies: 21
- Views: 16508
sqlexec parameters input / output
<t>Kevin, your parameterised queries are part of the same VFP concept "SQL Pass-Through Technology". It is the 1st brick under FoxPro approach to remote data. Mounted over "sql* functions" lives "Remote Views", (read in VFP Help on line "Selecting the Right Methods"). You chose the general option ...
- Thu Jan 13, 2022 7:24 pm
- Forum: Visual FoxPro
- Topic: sqlexec parameters input / output
- Replies: 21
- Views: 16508
sqlexec parameters input / output
<t>hello Kevin<br/>
I recommend the FoxPro online to understand the power of the FoxPro SqlExec command with parameters<br/>
Why do I use it, because it is really powerful and scalable in my large VFP application with more than 3000 menues points, 2000 tables and 5 million lines of code (500 mem ...
I recommend the FoxPro online to understand the power of the FoxPro SqlExec command with parameters<br/>
Why do I use it, because it is really powerful and scalable in my large VFP application with more than 3000 menues points, 2000 tables and 5 million lines of code (500 mem ...
- Wed Jan 12, 2022 10:27 pm
- Forum: Visual FoxPro
- Topic: sqlexec parameters input / output
- Replies: 21
- Views: 16508
sqlexec parameters input / output
the message is Merging is blocked
I suppouse that it is normal or not?
Can you follow this link?
https://github.com/X-Sharp/XSharpPublic/pull/907
I suppouse that it is normal or not?
Can you follow this link?
https://github.com/X-Sharp/XSharpPublic/pull/907
- Wed Jan 12, 2022 6:43 pm
- Forum: Visual FoxPro
- Topic: sqlexec parameters input / output
- Replies: 21
- Views: 16508
sqlexec parameters input / output
<t>good afternoon forum<br/>
Continuing with the idea of improving the open source XSharp project from the FoxPro programmers point of view. I just uploaded this enhancement. It is my 2nd contribution, before I solved some MEM file formats and I hope it will be contagious for the community. The ...
Continuing with the idea of improving the open source XSharp project from the FoxPro programmers point of view. I just uploaded this enhancement. It is my 2nd contribution, before I solved some MEM file formats and I hope it will be contagious for the community. The ...
- Tue Dec 21, 2021 7:48 pm
- Forum: Visual FoxPro
- Topic: FoxPro MEM file support in XSharp
- Replies: 9
- Views: 7034
FoxPro MEM file support in XSharp
<r>Good afternoon<br/>
I downloaded the Runtime project from GitHub, then I adapted<URL url="https://github.com/X-Sharp/XSharpPublic/blob/main/Runtime/XSharp.RT/Functions/MemVarSave.prg"><s>[url= https://github.com/X-Sharp/XSharpPublic/blob/main/Runtime/XSharp.RT/Functions/MemVarSave.prg class ...
I downloaded the Runtime project from GitHub, then I adapted<URL url="https://github.com/X-Sharp/XSharpPublic/blob/main/Runtime/XSharp.RT/Functions/MemVarSave.prg"><s>[url= https://github.com/X-Sharp/XSharpPublic/blob/main/Runtime/XSharp.RT/Functions/MemVarSave.prg class ...
- Tue Dec 07, 2021 7:45 pm
- Forum: Visual FoxPro
- Topic: FoxPro MEM file support in XSharp
- Replies: 9
- Views: 7034
FoxPro MEM file support in XSharp
Yes Robert, but for me those data types are not as used in "Mem Files" as they are in DbStruct () or DbCreate () array. There if there is an important lack of compatibility
best regard
Juan
best regard
Juan
- Mon Dec 06, 2021 6:46 pm
- Forum: Visual FoxPro
- Topic: FoxPro MEM file support in XSharp
- Replies: 9
- Views: 7034
FoxPro MEM file support in XSharp
<r>I understand that it is less important than other topics but some of us want to know the real compatibility with FoxPro, to know where we stand. In my particular case the most important type non supported that I use in a "mem file" is the Array and in a few minutes I deduced the undocumented ...

