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

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. 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.
  8. 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?
  9. mmerlinn

    long vs short filenames

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

    long vs short filenames

    Yes. If you have "customerzip" and "customername", FoxPro substitutes "custom~1" and "custom~2" to avoid conflicts.
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. mmerlinn

    FoxPro button status

    Thanks. You have given me some ideas to try. Your code throws "Alias 'MyButton' not found" error which makes sense since MyButton.Enabled is trying to find the 'Enabled' field in a table named 'MyButton'. IF MyButton = 'ENABLED' throws "Operator/operand mismatch" error. I am thinking that I...
  17. mmerlinn

    FoxPro button status

    Is there a way in FP (and maybe VFP) to test the status of a push button, that is to return whether a button is ENABLED or DISABLED?
  18. mmerlinn

    Poll #2: What versions of FoxPro/XBase languages do you currently use/support?

    FPM 2.6b only. Your poll implies DOS & Windoz versions only even though it says any versions.
  19. mmerlinn

    Poll #3: What versions of FoxPro/XBase languages are you planning/considering to use?

    None of them since they won't run on my Macs. To be complete, I think this poll should have specifically included FP versions that run on platforms other than DOS and Windoz. I realize that they could be implied to be included the legacy version category listed. Sure, these other versions are...
  20. mmerlinn

    Poll #4: What (proposed) successors of FoxPro have you tried, plan to use/learn about?

    None for several reasons. 1) I only write and maintain FPM 2.6 for in house applications 2) None of those will work on any of the MACs I use. 3) I am too old to waste time learning something that I will never live long enough to be proficient with.

Part and Inventory Search

Back
Top