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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Steve Meyerson

  1. Steve Meyerson

    Report not receiving data properly

    BlueSharp, One more thing. Chris is not only correct, but points out, in my opinion, the most important principle to develop reports for a specific task. You might want a report containing data from multiple files, but you know it scans only a single table. Many many times in my experience I...
  2. Steve Meyerson

    Report not receiving data properly

    ...the general principle of working on the currently selected workarea when it comes to data....
  3. Steve Meyerson

    numeric equivalent of space() in select

    I also think Doug's solution is best. I rarely use CAST. 00.00 will produce a N(5,2) field in the result. Incidentally, 000.000 will produce a N(7,3) field, 000 will produce a N(3) field, etc., etc. Steve
  4. Steve Meyerson

    PDF to text converter for batch folder processing

    Karen, Another possibility might be Adobe Acrobat Pro DC (64-bit). Using the Scan & OCR feature, it will convert a pdf to several formats including plain text. You would of course need to rearrange the text to fit your form. My sample test showed it to be pretty accurate. Not sure how much, if...
  5. Steve Meyerson

    Using 1 table in 2 different forms

    Filip, Suggest you look up parameters AGAIN and ALIAS in the USE command. It will take you far. Steve
  6. Steve Meyerson

    GETWORDCOUNT () IN VFP 6.0 ?

    I think you might mean OCCURS(" ",lcString)+1
  7. Steve Meyerson

    Data type mismatch

    Filip, Just a reminder. Don't forget to add one to the field length if you need to allow a negative number. For example -99.9 could overflow a N(4,1) field. Should be N(5,1). Steve
  8. Steve Meyerson

    Poll #5: What other programming languages did you use, do you use, or are planning to use/learn?

    None of the above. Many years ago I taught Fortran, Cobol, Pascal, Assembly & RPG but never actually used them. My method was to stay a chapter (or 2?) ahead of the class. :geek:
  9. Steve Meyerson

    Setting the foreground app

    Chris, I can seee why Mandy might want to call the form that way - but ONLY if there is data in the "opening" form which is needed in the next form. Of course, as you say, there are better ways of doing it. Steve
  10. Steve Meyerson

    Flagging Help topics as favorites

    Thank you, Mike. I've stared at the Favorites tab a thousand times, but never used it. No more. [dazed] Steve
  11. Steve Meyerson

    INDEX versus TAG

    There's VFP and there's everyone else. When I hear the term "database" used by a non-VFP or on the news, I have no way of knowing if they really mean a "table" (as in VFP) or a collection (container) of tables - they almost never specify (nor does it usually matter). So I don't see that...
  12. Steve Meyerson

    How to display photos from Visual Foxpro 6?

    Interesting. I don't recall the calculator. I built a Heathkit H89 PC & brought it to Korea with me. There were only 2 of us with a pc in Korea in the military. Soon realized I could do NOTHING with it without an operating system. So I bought HDOS and took the Microsoft Basic course by...
  13. Steve Meyerson

    How to display photos from Visual Foxpro 6?

    The reason you (and everyone else) never heard of this is because I made it up. It came from my way-back brain programming in Basic where each line was numbered. If anyone (besides me) remembers that, they're showing their age. [pc] Steve
  14. Steve Meyerson

    How to display photos from Visual Foxpro 6?

    Hi Dronner, I can empathize with your situation here based on personal experience. I was programming in Foxpro 2.x, a by-the numbers app. I was told Visual Focpro would take 6 months to learn. Well, it was far less than that before I could at least complete a simple project, with the help of...
  15. Steve Meyerson

    Project Compiler suddenly stopped including newer files

    Hi Joe, You say the 3 prg's are short. I know this makes no logical sense, but maybe recreate/retype them to replace the originals. I suggest this because on rare occasions, (maybe 2 in several years) I have had to retype a perfectly good statement to avoid a compilation error. Just a wild...

Part and Inventory Search

Back
Top