When adding EULA text (or HTML) into the ‘EULA’ property in Project Properties, it stops the SQLite database from auto-loading. To test and see what is happening, do the following:
- Run the “Northwind” project (Start in Deskop Browser) from the sample projects.
- Make sure that it is working corectly
- Add any text to the EULA property field.
- Run the project a second time
- You should see that the data is no longer loading into the grid.
I believe that the code for handling the EULA tries to run the Main() subrouting rather than the rest of the initialization code (preMainFunctions etc.) . Can you please look into this and suggest a resolution or a fix?
Kindest Regards,
Robert Suranyi