Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening 2 tables weird behaviour?
Message
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01278032
Message ID:
01278061
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Hi Ken,

It's configure in Windows not in VFP. Save following registry update as vfpfiletypes.reg and double-click on it to update registry for VFP9 associations.
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Visual.FoxPro.Table\shell\open\command]
@=""C:\Program Files\Microsoft Visual FoxPro 9\vfp9.exe""

[HKEY_CLASSES_ROOT\Visual.FoxPro.ClassLibrary\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.ClassLibrary\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.ClassLibrary\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Database\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Database\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Database\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Form\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Form\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Form\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Label\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Label\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Label\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Menu\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Menu\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Menu\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Program\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Program\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Program\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Project\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Project\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Project\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Query\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Query\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Query\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Report\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Report\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Report\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\Visual.FoxPro.Table\shell\open\ddeexec]
@="open(\"%1\")"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Table\shell\open\ddeexec\Application]
@="FoxPro"
[HKEY_CLASSES_ROOT\Visual.FoxPro.Table\shell\open\ddeexec\Topic]
@="System"
>I'm sure it's my fault in some way, somthing I've accidentally activated one of the many times i've fell asleep on my keyboard however for some reason if I double click a dbf in explorer foxpro now opens up the table twice. so foxpro loads up and there is 2 browse windows open one with mytable.dbf and the other "B"
>
>any ideas why it's doing this? it's nothing to do with the tables as I've tried a few and from different locations.
>
>I've also tried switching off the resource file use incase somthing had gone wrong there but no difference.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform