Search found 56 matches

by jpmoschi
Thu Jun 17, 2021 7:17 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

<r>Robert, another comment related with the visibility of variables that complement my last reply: parameters of procedures or functions are visible too in a procedure called. It must be trated like privates variables in a called procedure. They are visibles in FoxPro<br/>

<CODE><s>[code]</s>USING ...
by jpmoschi
Mon Jun 14, 2021 10:17 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

<r>thanks Robert, <br/>
The attribute NeedAccessToLocals could not be enough . We need access to all variables. This is different to another languages and is most important. I abandon the initial question because if you can resolve the next comment i will resolve the sqlexec problem with another ...
by jpmoschi
Fri Jun 11, 2021 9:15 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

<r>Robert, i am reading now your comments in <URL url="https://www.xsharp.eu/forum/public-vfp/2265-input-needed-on-foxpro-local-support#16751"><LINK_TEXT text="https://www.xsharp.eu/forum/public-vfp/ ... port#16751">https://www.xsharp.eu/forum/public-vfp/2265-input-needed-on-foxpro-local-support ...
by jpmoschi
Fri Jun 11, 2021 3:10 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16670

sqlexec parameters input / output

<r>good morning Forum<br/>
In FoxPro you can pass parameters in a sqlexec function like the next example cutted and pasted from VFP9 help on line. <br/>
<br/>
Are there any equivalent support in xsharp? I recognice that it's related with sql driver and all are diferents but particulary is usefull in ...
by jpmoschi
Thu Jun 10, 2021 3:45 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

It runed ok, the replace test is approved!!
Thanks Robert
by jpmoschi
Thu Jun 10, 2021 2:33 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>Robert, thanks for your attention <br/>
<br/>
I changed with your suggestion and the result is the same.The error : <COLOR color="red"><s>[color=red]</s>System.InvalidCastException<br/>
HResult=0x80004002<br/>
Message=No se puede convertir un objeto de tipo 'System.Boolean' al tipo 'XSharp ...
by jpmoschi
Wed Jun 09, 2021 9:02 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 forum, I am trying to jump from 2.6a to the last revision but i have primitive problems.<br/>
The next is a part of conseptual tests passed in revision 2.6a that fail in the last one <br/>
Attached a screen capture error catched in the code line below a fail comment <br/>
Best ...
by jpmoschi
Wed Jun 09, 2021 3:53 pm
Forum: Product
Topic: SQL Database choices
Replies: 15
Views: 4615

SQL Database choices

<t>Some time ago I evaluated SQLite for my developments and I should have discarded it due to the mathematical precision in the calculations. Perhaps for most of the developments it is not important but my need included 10 decimal places of precision which I could not obtain with that engine.<br/>
I ...
by jpmoschi
Tue May 04, 2021 7:17 pm
Forum: Visual FoxPro
Topic: 2.6a vs 2.8 Index creation problem. Why?
Replies: 2
Views: 2922

2.6a vs 2.8 Index creation problem. Why?

<r>Good morning forum, i have serious problems with the 2.8 revision. I am trying to jump from 2.6a revision but is imposible with this level of errors. The next is a Console Program to expose one of them with a index creation. Before the index creation and DbGoTop() the record pointer is in EOF ...
by jpmoschi
Mon May 03, 2021 6:55 pm
Forum: Welcome
Topic: 2.6a vs 2.8 Method or procedure calls. Error or behavior change?
Replies: 1
Views: 2632

2.6a vs 2.8 Method or procedure calls. Error or behavior change?

<r>I have declared a method in a class
<CODE><s>[code]</s>public method say(fila as usual, columna as usual, ptext as usual, ppicture as usual, flgbold as usual, flgunderline as usual, flgreverse as usual) as void

<e>[/code]</e></CODE>
in 2.6a i can call them with less parameters like this
<CODE><s ...