PDA

View Full Version : loading options


milan
22-May-2007, 08:47 AM
hi

Is it possible to import my eurekalog 6 eof file at run time in my code



thanks
milan

admin
23-May-2007, 04:52 PM
Not directly because the run-time file format is different from the design-time file format.

To convert the .eof file to the run-time file format try to do this steps:

1)...import the .eof file at design-time;
2)...run a project that executed the following command:
CurrentEurekaLogOptions.SaveToFile('new_options_fi le');
3)...now you can load the "new_options_file" at run-time using the command:
CurrentEurekaLogOptions.LoadFromFile('new_options_ file');