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. Gene77532

    Fox26Win File Open Dialog with Long File Names

    OK, I'm back. This has been one big pain in the rear. I've made a lot of progress on this issue, but one of the main problems is that there is VERY little sample code in FoxPro 2.6 in calling DLL files. Most of the code is in VFP, VB, or some other language that is already 32-bit or object...
  2. Gene77532

    Fox26Win File Open Dialog with Long File Names

    Thanks again Dave for your reply. After doing several searches and reading numerous blogs, I have concluded that the "GetOpenFileName" function within the Win32 API is the ultimate solution. I think the CALL32.dll library can be used to call the GetOpenFileName function within Win32. Now, I...
  3. Gene77532

    Fox26Win File Open Dialog with Long File Names

    Hi Dave: Thanks for the reply. I was actually reviewing your website when you replied. I have searched through Foxtools.fll on numerous occassions and can't seem to find any calls that are beneficial in solving this problem. I was hoping someone else had actually solved this problem already...
  4. Gene77532

    Fox26Win File Open Dialog with Long File Names

    I am modifying a FoxPro 2.6 for Windows application where I need to prompt the user for selecting a file using the long file name scheme, instead of the 8.3 file name scheme. I would like to have the selected filename stored in a memory variable. Following is the code being used now: *...

Part and Inventory Search

Back
Top