You got it, Mr. Boyd: what would be meaningful is a comparison against other systems. I would like to nominate the LAMP stack for comparison, if that makes sense.
As for Access, is it a given that VFP would cream Access in a shootout?
What's wrong with my hardware? I ran your program, Mr. Boyd, on my W2K, P4 1.6GHz, 512MB machine and I can only get up to a little over 15 million per 30 min.
Mike - it only needs to last for the current session
Dave - Thank you
Craig - Thank you and that is a good link.
I found a better way to do what I was wanting to do anyway. But it was bugging me that it wasn't working.
Thank you all.
Simply trying to set an environment variable from within a prg.
I've tried
! SET PETMODE=VALUE
I've tried
RUN SET PETMODE=VALUE
No worky. Gotta be something simple.....
TIA
This really irks me. Maybe you can tell me how to change this:
If I have a browse window open, click into the Command window and type "disp stat" and press any key enough times to page through all the status lines, the cursor land in the browse window - not the command window from whence it...
My grid's dblclick event is working fine. It returns the recno() of the current row and then set's it's own visiblity to .f.. The grid disappears.
I want the Enter key to do exactly what the dblclick code does so I put this in the Keypress event of the grid
If nKeyCode = 13
this.dblclick()...
That's what I have, Mike. That's why I'm wondering why it won't appear maximized.
I also have
AlwaysOnTop=.T.
AutoCenter=.T.
Closable=.F.
Desktop=.T.
Height=1153
MaxHeight=1600
MaxWidth=1600
ScaleMode=3
ScrollBars=3
ShowWindow=2
Width=1600
WindowState=2
Main form is a Top Level Form with WindowState = 2 (Maximized)
It calls another form which is also ToLevel Form and WindowState=2. But when it appears, it's not Maximized, but in a Normal state. The Windows Maximize button is enabled up at top right along with the Minimize button. I have...
Is there a memory penalty for having a lot of workareas open at once?
I'm thinking i could just open all 300 files at the beginning and forget about it.....
Whaddya think?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.