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 derfloh 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. Tore Bleken

    setting focus on EXE run

    Sounds like missing Read Events after the Do Form command. NB! Please ask new questions in a new thread.
  2. Tore Bleken

    Slow excel

    Have you considered FoxCharts? It's pure VFP and totally free. https://github.com/VFPX/FoxCharts Here you can read about it: https://doughennig.com/papers/Pub/FoxCharts.pdf
  3. Tore Bleken

    NetBarCodeV1.06 Zxing

    I'm glad to see that you finally post in English. However, your earlier postings have resulted in several questions which still remain unanswered. It would be very nice if you spent the time to check, and answer them.
  4. Tore Bleken

    NetBarCodeV1.06 Zxing

    This is an English speaking forum, please follow the forum's rules. And, when someone asks a question, please be polite and answer in English.
  5. Tore Bleken

    NetBarCodeV1.06 Zxing

    @iswithzhz Please stop your one way communication here. So far you haven't answered a single question, as far as I have seen. Instead you keep on pushing new, more or less meaningless, messages. If this continues, I will ask to have you banned.
  6. Tore Bleken

    website URL validation in a text box

    Be aware that vbscript will be deprecated. https://techcommunity.microsoft.com/blog/windows-itpro-blog/vbscript-deprecation-timelines-and-next-steps/4148301
  7. Tore Bleken

    List Out Missing Numbers of a Number Range

    Just to avoid any misunderstandings; my code won't find every missing number, but it will find every first record where there are "holes".
  8. Tore Bleken

    List Out Missing Numbers of a Number Range

    From my session at SoutWest Fox last year: Find gaps in asequence Background: You have a table which is supposed to contain a series of sequential data, for instance a list of invoice or order numbers. If you find or suspect that some records are missing or contains doubled values, this code...
  9. Tore Bleken

    Variables: NULL vs RELEASE

    I have learned to do both; first set it to null, then release it.
  10. Tore Bleken

    Latest VFP Version

    No, I have not used it. I have seen it demonstrated several times, and I will see it presented once more next week, at Virtual FoxFest. But the reality is that I have never had any reason to switch, and I don't expect anything to happen in the future that will make me change my mind. I...
  11. Tore Bleken

    Latest VFP Version

    Yes, 7423 is, and will always be, the last version.
  12. Tore Bleken

    Excel to Foxpro 2.6

    You have nothing to lose by making a copy of all the relevant files to a new set of folders, and try to run it from VFP9. Most likely it will run, but look "funny". This funny look is mostly caused by different fonts. If you change _screen.fontname you can try other fonts. VFP9 installs a font...
  13. Tore Bleken

    Excel to Foxpro 2.6

    I am not talking about rewriting the software in another language, I am talking about upgrading it to work in VFP9. I have done several such upgrades, none took more than one week. And I am willing to assist if you want.
  14. Tore Bleken

    Excel to Foxpro 2.6

    Why don't you take a look at the calendar? It's 2025... DOS is dead, and has been dead for more than 30 years. Upgrade the software to VFP9 before it's too late.
  15. Tore Bleken

    MySql to VFP cursor

    I don't use MySql myself, so I am not quite sure about the syntax. Could it be that you need to add a Where clause? Something like
  16. Tore Bleken

    SQLEXEC crashes VFP

    Too many fields? One or more incompatible field types? Illegal field names? Just guessing.... Anyway, Select * should be avoided, it's better and faster to list only the necessary fields. If you use Thor, SuperBrowse can help you create the Select statement
  17. Tore Bleken

    Report not showing selected records

    Are you absolutely sure that the cursor is the data source for the report? If so, try to add Nofilter to the select statement.
  18. Tore Bleken

    LEDGER PAGE NO.

    My ears hurts when people shout...
  19. Tore Bleken

    LEDGER PAGE NO.

    Again, please don't SHOUT!!! Using UPPER case only is considered SHOUTING!!!
  20. Tore Bleken

    LEDGER PAGE NO.

    Please don't SHOUT in this forum.

Part and Inventory Search

Back
Top