Search found 211 matches

by mainhatten
Sat Jul 03, 2021 9:36 am
Forum: Deutsches Forum
Topic: Ist der XBase-Datenbanktreiber unter XSharp.Core bereits fertiggestellt?
Replies: 25
Views: 10628

Ist der XBase-Datenbanktreiber unter XSharp.Core bereits fertiggestellt?

<r>Einer der ersten Tests, die ich mache, wenn ich auf ein Verhältnisse zusammen mit deutlichem Unterschied der # der records sehe, ist den Test der 1:40 Tabelle mit unterschiedlicher # von Datensätzen auf einer Kopie zu wiederholen: immer die Hälfte der großen Tabelle löschen, pack machen und ...
by mainhatten
Fri Jul 02, 2021 10:14 pm
Forum: Visual FoxPro
Topic: BindEvent() And other
Replies: 14
Views: 7239

BindEvent() And other

<r>Hi Robert,
<QUOTE author="robert"><s>[quote="robert"]</s>We may be able to emulate this behavior, but to properly do so we need an example that shows what you describe.<br/>
Are you saying that you want to have one method as "handler" for all events, with different parameters depending on the ...
by mainhatten
Thu Jul 01, 2021 12:59 pm
Forum: Visual FoxPro
Topic: BindEvent() And other
Replies: 14
Views: 7239

BindEvent() And other

<r><QUOTE author="robert"><s>[quote="robert"]</s>
The BindEvent function is a runtime function that allows you to bind a function (method) to an event.<br/>
In X# we do that at compile time, just like in C# and VB. For example for a Form object you can bind an event with the += syntax:
<CODE><s ...
by mainhatten
Thu Jun 17, 2021 9:27 pm
Forum: Visual FoxPro
Topic: sqlexec parameters input / output
Replies: 21
Views: 16536

sqlexec parameters input / output

<r>Joshi,<br/>
passing parameters inside function brackets is equivalent to LPararameter, not Parameter<br/>
From vfp9 help on function:<br/>
<br/>
Creates a user-defined function in a program file. There are two versions of the syntax.<br/>
FUNCTION FunctionName <br/>
[ LPARAMETERS parameter1 ...
by mainhatten
Thu Jun 17, 2021 5:41 pm
Forum: Deutsches Forum
Topic: Database question..
Replies: 18
Views: 6709

Database question..

<r><QUOTE author="RGreim4XS"><s>[quote="RGreim4XS"]</s>
Gibts auch schon was für X#, das mir dann aus den Tables Forms baut. Bei VFP heist sowas Visual Extend oder VPME.<e>[/quote]</e></QUOTE>

Hier würde ich BEWUSST dem Weg von Visual Extend u.a. folgen: Auf Basis von CursorAdapter eine Structure ...
by mainhatten
Thu Jun 17, 2021 5:18 pm
Forum: Visual FoxPro
Topic: cmd with FoxPro
Replies: 6
Views: 4121

cmd with FoxPro

<r><QUOTE author="neewbee"><s>[quote="neewbee"]</s>I want the answer in a String like "File mit found"<br/>
I Open cmd over FoxPro and send command with sendkey Funktion.<br/>
And dir that I Neef the answer AS a String ti Work with ir in my programa.<e>[/quote]</e></QUOTE>

Google "foxpro command ...
by mainhatten
Thu Jun 17, 2021 4:55 pm
Forum: Visual FoxPro
Topic: Visual Foxpro File / DBF file editor and browser
Replies: 5
Views: 4726

Visual Foxpro File / DBF file editor and browser

<r><QUOTE author="Bourke"><s>[quote="Bourke"]</s>"Since SMB2 you have to depend on having correct registry settings,"<br/>
"SMB since ver.2 is not dependable for multiuser ISAM access"<br/>
<br/>
Other than having to change caching settings for some machines for a while in 20182019, this is not our ...
by mainhatten
Thu Jun 17, 2021 2:03 pm
Forum: Visual FoxPro
Topic: Visual Foxpro File / DBF file editor and browser
Replies: 5
Views: 4726

Visual Foxpro File / DBF file editor and browser

<r><QUOTE author="Bourke"><s>[quote="Bourke"]</s>Microsoft have not 'f*cked up SMB for good'. They occasionally break something in an update meaning that things like Visual Foxpro and MS Access have corruption issues - the last time was in 2018.<br/>
...<br/>
SMB is orders of magnitude faster than ...
by mainhatten
Thu Jun 17, 2021 10:41 am
Forum: Product
Topic: Best Practices: Seek() vs AScan()
Replies: 7
Views: 2559

Best Practices: Seek() vs AScan()

<r><QUOTE author="robert"><s>[quote="robert"]</s>
The Ascan code will use an average of 1500 (1/2 n) comparisons. A Dictionary of this size will do a binary search so that will be square root of n, = Sqrt(3000) ~ 55 comparisons.<e>[/quote]</e></QUOTE>
Hi Robert,<br/>
<br/>
IIRC Dotnet Dictionary as ...
by mainhatten
Tue Jun 15, 2021 4:34 pm
Forum: Visual FoxPro
Topic: Visual Foxpro File / DBF file editor and browser
Replies: 5
Views: 4726

Visual Foxpro File / DBF file editor and browser

<r><QUOTE author="OhioJoe"><s>[quote="OhioJoe"]</s>I've been using an old Visual Foxpro 6 browser and now having difficulties with DBFs indexed in X#. (Can't modify structures.) I checked the date on this VFP6 app and it's 1998, which means it's about time to switch. What does everyone else use? <e ...