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 bkrike 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 Corim

  1. Corim

    Quick syntax question...

    if (ary.Length > 0) { str = ary[0].Field; } else { str = null; }
  2. Corim

    How to run DOS box full screen in XP?

    Alt + Enter
  3. Corim

    date problem

    SET CENTURY ON
  4. Corim

    UNICODE

    How to put unicode caracters in VFP table? How to put unicode caracters in VFP forms? Thanks
  5. Corim

    Get DLL in memories

    How can i load a DLL in memorie? (Like a loadlibrary in C++) Thanks

Part and Inventory Search

Back
Top