Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yert33
  • Order by date
  1. yert33

    VFP9: Heavy traffic/transaction

    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?
  2. yert33

    VFP9: Heavy traffic/transaction

    Not a thing. I ran it first on my P3 900MHz ThinkPad and got even worse results. Both machines have VFP 9 SP1.
  3. yert33

    VFP9: Heavy traffic/transaction

    Yes. With them on I get only 1.5 Million per 30.
  4. yert33

    Windows XP and Windows 2000

    What's the error message you're getting when attempting to run the exe on W2K?
  5. yert33

    VFP9: Heavy traffic/transaction

    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.
  6. yert33

    ! set var=value Not Working

    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.
  7. yert33

    ! set var=value Not Working

    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
  8. yert33

    Command Window does not regain focus VFP 9.0

    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...
  9. yert33

    Grid Dblclick vs KeyPress event

    Olaf, you da man! That was it...
  10. yert33

    Grid Dblclick vs KeyPress event

    I had tried that before but to make sure I just did what you suggested, Mike. Same result.
  11. yert33

    Grid Dblclick vs KeyPress event

    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()...
  12. yert33

    Why won't my child window start out maximized

    The Height is from what Sysmetric(22) returns
  13. yert33

    Why won't my child window start out maximized

    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
  14. yert33

    Why won't my child window start out maximized

    But I don't want it to be In Top Level Form, I want it to be it's own Top Level Form.....
  15. yert33

    Why won't my child window start out maximized

    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...
  16. yert33

    memory penalty for multiple workareas?

    Yes, that is true. Just a Curious George moment of mine.
  17. yert33

    memory penalty for multiple workareas?

    Thanks for all the replies - learned a lot. What impact on RAM does opening a table have? Just a few bytes for the file handle?
  18. yert33

    memory penalty for multiple workareas?

    Thanks to both of you.
  19. yert33

    memory penalty for multiple workareas?

    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?
  20. yert33

    NOFILTER question

    Yes, it is, Mike. Thank you for it. I will get to fox.wiki sometime today....

Part and Inventory Search

Back
Top