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 Chriss Miller 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: *

  1. mmerlinn

    Excel to Foxpro 2.6

    Whether you stay with FPD2.6 or upgrade to VFP, you have a lot of years left to use that "dead horse." And either way that dead horse will continue to prove that it is one of the most useful and easiest to use programs ever designed for managing relational databases. $50,000 to move to a new...
  2. mmerlinn

    Excel to Foxpro 2.6

    Maybe he cannot upgrade. Or maybe why fix that which is not broken? I still use FoxPro 2.6b for the Mac because the ONLY VFP for the Mac is VFP 3.0 WHICH IS TOO BUGGY TO USE.
  3. mmerlinn

    Valid event fires when clicked outside of test box

    Ok, until I figure out why ESC is acting "erratically" in my code, I am going to use the CHR(1) method to CANCEL edits. Regardless, this change (a huge improvement) solves many of the problems I have been having with canceling edits. At least now my code is not likely to break when editing it. I...
  4. mmerlinn

    Valid event fires when clicked outside of test box

    Ok, did not know about SETting ESCAPE OFF. Will try that. I saw about property in the Hacker's Guide, but so far as I know, there is no PROPERTY function in FPM 2.6b.
  5. mmerlinn

    Valid event fires when clicked outside of test box

    Thanks for posting that - It elegantly solves a problem I have had for decades - Now I can throw away my clunky solution. However, it does not tell me where to and how to add the escape code to the buffer without causing an *** INTERRUPTED *** program error. But, if I stuff the buffer with...
  6. mmerlinn

    How necessary is an antivirus?

    Depends a lot on what system you are using. My gut feeling is that as long as you do not use your computer for CRITICAL information, INCLUDING WHEN YOU ARE OFFLINE, that you should be ok. I quit using anti-virus years ago because every one I tried would choke all of my computers, often to the...
  7. mmerlinn

    Custom format values

    So, exactly how are you displaying the data now? Numeric fields directly from your numeric data (with the resulting anomalies)? Text fields with manipulated data from your numeric data (with no anomalies)? How many screens display this data? Can you change the screens? Are you looking to create...
  8. mmerlinn

    Custom format values

    It seems to me that the simplest way would be to add 2 more columns for the text representation that you desire, then going forward fill the text columns, leaving the numerical columns empty. When you need a value, check the text column for with/without value. If it has a value, use it, but if...
  9. mmerlinn

    Anyone try using Grok AI to write FoxPro code? It actually works

    I am impressed. I told Grok to design a simple 2-box input screen without telling it what language to use. It whipped up an HTML screen with Javascript and CSS and it worked. Then I told it to recode the input screen using FoxPro 2.6 code. It assumed for DOS and it whipped out another...
  10. mmerlinn

    Opening and reading from a binary file larger than 2GB

    One of the main reasons I still use FPM 2.6 even though it is ancient. Just wish I could use it on modern equipment.
  11. mmerlinn

    VFP File Lock Issues with Windows Server

    Tripping on itself? That suggests timing issues. Try inserting some timing delays in your code to see if that solves the problem. If it does, then you will have a better idea how to attack the problem.
  12. mmerlinn

    Need to build web service, pronto :)

    It probably would have, but it is in a tiny font and grayed out. Once you mentioned it, I had to look at the page 3 times before I found the error message.
  13. mmerlinn

    Need to build web service, pronto :)

    You might want to translate the error into English as most people can understans English, but few understand Hungarian. So, what does "Ez a(z) autapp01wprlvmw oldal nem talalhato" mean in English?
  14. mmerlinn

    long vs short filenames

    Exactly why I do not use long file names.
  15. mmerlinn

    long vs short filenames

    Yes. If you have "customerzip" and "customername", FoxPro substitutes "custom~1" and "custom~2" to avoid conflicts.
  16. mmerlinn

    long vs short filenames

    It seems to me, although I never use them, that FoxPro 2.6 for Mac CAN use long file names. However, as Mike says, neither DOS nor Windows versions of FoxPro have that capability due to built in limitations of those platforms. I have no idea whether or not FoxPro for Unix can.
  17. mmerlinn

    Visual FreePro Update

    I have been coding for 44 years and have never made it past FoxPro 2.6 simply because everything I have written, and continue to write, keeps working. Why fix what is not broken? That said, even though I am greatly in favor of extending the language, I will never leave 2.6 behind, simply...
  18. mmerlinn

    FGETS() after reading a file line, is inserting a blank character after each valid character.

    If you want us to help you debug your FGETS() code, we will need to see your code. No code = WILD GUESSES, most of which will be WRONG. Having said that, and having written code using FGETS(), it seems very strange to me that FGETS() is causing your problem. Have you examined your text file...
  19. mmerlinn

    Loss of my privacy

    This does not make any sense at all. Are you saying that the Geek Squad scrapped (threw it in the trash) your Dell computer and it was replaced (and later scrapped) with another different Dell computer around 4 different times? And every single Dell computer had the same exact issues? If that...
  20. mmerlinn

    FoxPro button status

    I just drove 200 miles thinking about my problem. I never thought to check whether any of the SET/SYS functions might do what I need done. When I get a chance I will check them out.

Part and Inventory Search

Back
Top