I finally had the time to find out what needs to be done to get the new menu items:
Besides using the new DataExplorer.app you need to know it takes some meta data from Home(7), which wasn't updated by me. I just downloaded and unzipped DataExplorer.zip, the Readme.txt also tells Sedna setup would put it into a /Sedna/ subfolder and then you start Dataexplorer.app from there.
Looking at source code I see the menu items are taken from DataExplorer.dbf in Home(7), to be precise the source code says:
Code:
* Note: this is just the default -- it's not hardcoded here
DataTable = ADDBS(HOME(7)) + "DataExplorer.dbf"
I wonder where else I could set the file location to a dataexplorere.dbf.
In the download comes a DataexplorereDefault.dbf and I renamed it to DataExplorer.dbf and moved it into the HOME(7) folder, which is in my profile in appdata...roaming, I can write to it and the data is not virtualised, but it also doesn't go there on it's own.
I double checked, because using the new menu item works and a newly added dbc connection is saved in that dbf and so the file at that position updated, no copy within virtualstore.
So, if you just download this seperate zip, unzip and follow Reademe.txt you're not fully instructed how it will really update the IDE. That's all there is to it, too less documentation. The only instructions are:
This is an update to the Visual FoxPro 9.0 SP2 Data Explorer. Setup will install the Database Explorer to the "Microsoft Visual FoxPro 9\Sedna\DataExplorer" folder under Program Files. To launch the new wizard run the 'DataExplorer.app' from this location.
First of all that is the text coming from Sedna, while I downloaded DataExplorer.zip only in this case. And I assumed launching the app for the first time would add data.
Now take into account I am a versed VFP user and still needed to dig into sourcecode to find out it depends on data, and I was just guesssing the dbf included is meant to be renamed and replacing the old DataExplorer.dbf (if you don't care to lose all connectons stored in there). There is no setup routine adding meta data on it's own.
I can understand, if juhlar didn't managed to get at the new features.
I assume a download of the full Sedna update with it's installer will do more, but the seperate download is merely ok, if you are familiar and want the source code update.
Is VFPX Thor perhaps a solution to get the IDE updated properly? including DataExplorer? Just wondering, I could also answer that myself.
Bye, Olaf.