Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Openning VFP files from WinExplorer
Message
From
08/06/2002 15:52:03
 
 
To
07/06/2002 13:41:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00666083
Message ID:
00666329
Views:
48
This message has been marked as the solution to the initial question of the thread.
Juliano,

How a file is opened is defined in Folder Options\File Types\Edit File Type\Action. If you want the file to open in the same instance, you have to specify the following parameters in the Edit action dialog:

[x] Use DDE
DDE Message: Open("%1")
Application: FoxPro
Topic: System

The easiest way to define these settings for all VFP file types is to run the following form that ships with VFP7:
DO Form (HOME()+"\Samples\Solution\Winapi\Shellopen.scx")
See also Set VFP Shell Open Commands in the VFP help.

HTH
>Every time I double-click any VFP file (.prg, .dbf...)in a Windows Explorer window a new instance of VFP is loaded...
>Does someone know what to do to a double-clicked file be openned in an already loaded window of VFP 7 ???
>
>Thanks...
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform