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

  • Users: dgfletcher
  • Content: Threads
  • Order by date
  1. dgfletcher

    Default user login scripts overriding container login script 6.5

    I moved a client from Netware 4 to 6.5. It is a small client with 10 stations. The container login script merrily sets up its mappings just as expected, but then the DEFAULT user login script trashes them and sets up it's own mappings. Before I figured out what was going on I went...
  2. dgfletcher

    Bloated classlib =VCXVCT VFP7

    Has anybody else experience dramatic inflation of a VCT file? We had one go from 548k to 17meg from one version to the next after only minor bug fixes to a couple of the classes. After locating the point where the size ballooned, I compared the VCX's of the differing versions and found a...
  3. dgfletcher

    Find doesn't work with FullName

    Hello, We are getting from outlook from Visual Foxpro 7 and on certain installations of Outlook the following fails: SomeData = mynewfolder.Items.Find("[Fullname] = 'XYZ' ") The routine works with any other field, and works with fullname on different data. Is this because...
  4. dgfletcher

    Interesting trap with ELS instead of ELSE

    A quick note. In VFP7 IF ..... ELS && misspelled ...... ENDIF seems to function exactly as if the ELS wasn't there. The compiler doesn't flag it as an error. If this is known, forgive the post. A quick search didn't show anything posted yet. Don.
  5. dgfletcher

    Problem with GOTO TOP

    HI, Hope this hasn't been addressed a hundred times. I didn't see anything in the FAQ. I've run into wierd behavior with GO TOP or GOTO TOP. The command produces record out of range errors, but executes correctly from the command line. Using LOCATE with no specification does what is...

Part and Inventory Search

Back
Top