Search found 56 matches

by jpmoschi
Mon May 03, 2021 3:50 pm
Forum: Visual FoxPro
Topic: first test in 2.8 high priority! All the fields values have the same value:false
Replies: 5
Views: 3691

first test in 2.8 high priority! All the fields values have the same value:false

I know what is happening. The sqlexec return the result but the record pointer is in eof() in the new 2.8. release
by jpmoschi
Mon May 03, 2021 3:43 pm
Forum: Visual FoxPro
Topic: first test in 2.8 high priority! All the fields values have the same value:false
Replies: 5
Views: 3691

first test in 2.8 high priority! All the fields values have the same value:false

hi Robert . The Evaluate() was only used in inmediate window. The screen capture attached is more clear to show the problem.
i create a new Console App
Then run and watch ...
by jpmoschi
Fri Apr 30, 2021 6:17 pm
Forum: Visual FoxPro
Topic: first test in 2.8 high priority! All the fields values have the same value:false
Replies: 5
Views: 3691

first test in 2.8 high priority! All the fields values have the same value:false

<r>ok, it is not important because i can replace <B><s>[b]</s>Select()<e>[/b]</e></B> with <B><s>[b]</s>DBGetSelect()<e>[/b]</e></B> without alotof work<br/>
<br/>
but it is really important. The query below execute correctly but all the fields values have the same value:false<br/>
<br/>
if SqlExec ...
by jpmoschi
Thu Apr 29, 2021 2:50 pm
Forum: Visual FoxPro
Topic: first test in 2.8 high priority! All the fields values have the same value:false
Replies: 5
Views: 3691

first test in 2.8 high priority! All the fields values have the same value:false

<r>good morning for me, forum:<br/>
A simple error beginning the test of the 2.8 review. May by, it is a project setting option?<br/>
<br/>
my code say <br/>
local lseleant := select()<br/>
<br/>
The error is <I><s>[i]</s>'Select()' threw an exception of type 'System.ArgumentException'<br/>
Data ...
by jpmoschi
Tue Mar 30, 2021 1:00 pm
Forum: Product
Topic: xsharp.data.dll
Replies: 4
Views: 2398

xsharp.data.dll

good morning forum
Where could I find this type of example?
I think it is really important and it is exposed a bit dark for VFP users

best regards
Juan
by jpmoschi
Tue Mar 23, 2021 5:23 pm
Forum: Visual FoxPro
Topic: Input needed on FoxPro array support
Replies: 13
Views: 7312

Input needed on FoxPro array support

<t>I found this nice thread about foxpro arrays. <br/>
It is clear that all of you catch the real situation.<br/>
I even gave you examples to help to understand the case without lost the macrosubsitution.<br/>
I understand the problem between brackets and parenthesis and accept the brackets like a ...
by jpmoschi
Fri Mar 12, 2021 1:26 pm
Forum: Welcome
Topic: Arrays in FoxPro
Replies: 1
Views: 2586

Arrays in FoxPro

<t>Hello forum<br/>
I continue testing in 2.6a until new advice. I know that the xsharp team is working in 2.8 to resolve arrays problems and this example try to expose in a little Probe of Concept the FoxPro capability. Please, see the comments<br/>
thanks <br/>
Juan <br/>
<br/>
PRIVATE mvec1 ...
by jpmoschi
Thu Mar 11, 2021 1:17 pm
Forum: Visual FoxPro
Topic: private variable pased by ref to a method
Replies: 7
Views: 3896

private variable pased by ref to a method

Hi Robert
Obj is defined like this
private Obj
Obj:= MyStartupCode:WinFormOn()
and WinFormOn() is a static method like this
static method WindOmaOn() as WinForm_private // and this one inherit from System.Windows.Forms.Form

Regards
Juan
by jpmoschi
Wed Mar 10, 2021 3:21 pm
Forum: Visual FoxPro
Topic: private variable pased by ref to a method
Replies: 7
Views: 3896

private variable pased by ref to a method

<t>Good morning forum, look this case <br/>
When a private variable not change by ref values inside a method but if i change the private declaration with local the problem is resolved. Remember i am testing in 2.6a<br/>
<br/>
private loteprueba <br/>
loteprueba:= 10<br/>
obj:ArrobaGet(1 , 0+ len ...
by jpmoschi
Tue Mar 09, 2021 8:28 pm
Forum: Visual FoxPro
Topic: Aritmetic incompatibility XSharp vs VFP
Replies: 7
Views: 6133

Aritmetic incompatibility XSharp vs VFP

<t>Good morning forum. There are maths operation incompatibility between XSharp and FoxPro <br/>
I am using 2.6a because 2.7 is incompatible for bugs. Rolling back to 2.6 was Robert choice until new advice...<br/>
<br/>
When in VFP assign a variable with default numeric type like:<br/>
a= 1 or a= 1 ...