Thanks for the info about the Utilities->Export menu. Why I neve
saw it was because the application I used to open the data file woul
remove the utilities menu. Thus, I never knew such a menu existe
until you mentioned it
I doubt anybody will ever the problem like I had, but I'll explain i
in the hopes it may help someone in the future. The application
inherited (ri.app using ri.df1 as the datafile) would load up an
remove all menus that allow modification of the program itself (suc
as the design menu). The Achilles' heel, as I learned, was to ope
the app as normal but lock ri.df1 (I had it open in a hex editor).
This would throw an error, bringing up the debugger screen, an
viola, I can edit the app's code. I eventually found the line tha
removes the utilities menu, and I thus removed that line. I save
the application, unlocked ri.df1, and reopened the application, no
with the utilities menu. Then from there it was easy; I jus
exported the data to a csv file
I should mention a couple of things about exporting. It's ver
annoying how you have to type out every field you want exported. I
would have been better if checkboxes or something were used, but thi
program is about 13 years old. Also, "file" in omnis really mean
table (on the export screen, it asks for "main file" which means fro
what table do you want data)
As pathetic as it sounds, I wrote a visual basic program that emulate
a user exporting the data (pretty much just mouse clicks and keyboar
emulation). Why? Because the app had about 40 tables, some table
had 3 fields and others had over 200! I would have to type all thes
by hand; why not write a program that does it?! Anyway, it worke
well. It takes about 15 minutes to do a full export, and no use
intervention is required (the visual basic program even opens an
closes omnis7)
Well, thanks again for this thread. It's amazing people still us
this program
-Jami