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 Rhinorhino 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. Stephan_Neumann

    problem writing file, works perfect on Windows Server 2012 R2, fails on Windows 10 - solved

    Problem solved: turns out that Foxpro on Windows 10 automatically writes (some) special characters as double-byte characters. By replacing ÿ with chr(255) and û with chr(251) it is working again. Thanks Griff for the tip to use a hex editor! I create an array of X data from a database and write...

Part and Inventory Search

Back
Top