Search found 56 matches

by jpmoschi
Mon Dec 06, 2021 12:57 pm
Forum: Visual FoxPro
Topic: FoxPro MEM file support in XSharp
Replies: 9
Views: 7108

FoxPro MEM file support in XSharp

<r>Good morning forum, continuing with the XSharp FoxPro compatibility check, in this case it is the "mem files" turn: <br/>
Unfortunately only the Char, Numeric, Logic and Date types are supported. VFPArrays, DateTimes, memo, currency and the other common Fox data types (from FoxBase to VFP9) are ...
by jpmoschi
Fri Nov 12, 2021 6:35 pm
Forum: Visual FoxPro
Topic: dbSort test. order confuse
Replies: 2
Views: 14318

dbSort test. order confuse

<t>Hello guys, i am reviewing my topics status.<br/>
When i try to exec this in betatester environment occurs the flow error calling the 1st dbsort next to comment // 2nd step: order by<br/>
<br/>
System.StackOverflowException<br/>
HResult=0x800703E9<br/>
Message=Se produjo una excepción de tipo ...
by jpmoschi
Thu Oct 21, 2021 1:47 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

Good morning guys,
I just downloaded the new version and I just want to ask you: Was this Topic revised in this version or not?
If the answer is no, is it possible to know if it will be on the roadmap? and if possible, when it will happen?
best regards
Juan
by jpmoschi
Tue Sep 14, 2021 9:20 pm
Forum: Suggestions
Topic: Comments about "What's cooking"
Replies: 22
Views: 35038

Comments about "What's cooking"

<r>Good afternoon Guys<br/>
I would like to express my opinion regarding the proposed roadmap, starting by saying that my view is skewed from the point of view of a FoxPro user who works with this tool since the 80s.<br/>
First, a brief introduction: the logical path followed by a FoxPro multi-user ...
by jpmoschi
Thu Aug 19, 2021 7:09 pm
Forum: Visual FoxPro
Topic: dbSort test. order confuse
Replies: 2
Views: 14318

dbSort test. order confuse

<r>Good afternoon guys<br/>
The SortTest function combine sqlexec with dblocate and dbsort. I detected 2 bugs:<br/>
1st) The sort by number is inverted <br/>
2nd) Fail when i sort by char column or when i try to combine fields <br/>
best regards<br/>
Juan<br/>

<CODE><s>[code]</s>FUNCTION SortTest ...
by jpmoschi
Tue Aug 10, 2021 2:27 pm
Forum: Visual FoxPro
Topic: 2.6a vs 2.8.1 Primitive Replace Test
Replies: 9
Views: 4926

2.6a vs 2.8.1 Primitive Replace Test

<r>Good morning guys, don't forget this old reported bug.<br/>
The primitive dbEval() must be forced cbforcondition and cbwhilecondition arguments to avoid an error. Look the attached image<br/>
FUNCTION DbEval(cbExecute AS USUAL := NIL,<COLOR color="red"><s>[color=red]</s>cbForCondition AS USUAL ...
by jpmoschi
Mon Aug 09, 2021 5:55 pm
Forum: Visual FoxPro
Topic: first test in 2.8c XSharp.RuntimeState.LastRddError is null
Replies: 1
Views: 2488

first test in 2.8c XSharp.RuntimeState.LastRddError is null

<r>Good afternoon, guys<br/>
I continue testing version 2.8c and this time I expose the missing <B><s>[b]</s>XSharp.RuntimeState.LastRddError<e>[/b]</e></B> object after sqlexec () returned -1. The value is null<br/>
<br/>
The error occurred when I was trying to find out the development status of ...
by jpmoschi
Mon Aug 09, 2021 2:39 pm
Forum: Visual FoxPro
Topic: first test in 2.8c. Public variables and debugger
Replies: 6
Views: 3908

first test in 2.8c. Public variables and debugger

<r>Thanks, everyone's comments guided me to go to the source code on github. Fix the problem by replacing public declaration with:
<CODE><s>[code]</s>// public myvariablewitherror
XSharp.MemVar.Add("myvariablewitherror" , false)
<e>[/code]</e></CODE>
Is it correct to say that replacing all foxpro ...
by jpmoschi
Wed Aug 04, 2021 8:52 pm
Forum: Visual FoxPro
Topic: first test in 2.8c. Public variables and debugger
Replies: 6
Views: 3908

first test in 2.8c. Public variables and debugger

<r>Good affternoon, for me<br/>
<br/>
I began to test the xsharp 2.8c version. I noted a problem respect the previous version, because some public declared variables produce a runtime
<LIST><s>[list]</s>
<LI><s>[*]</s>runtime error: Variable does not exist (see the attached image)</LI>
<LI><s ...
by jpmoschi
Fri Jun 25, 2021 8:18 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

<r>Rober, the next program is an *SQLEXEC proof of concept with the intention to help proggress with SQLEXEC FoxPro function with parameters referred from memory environment variables with "?"<br/>
This test creates an stored procedure called sp_jpmoschi_xsharptest with input and output parameters ...