MajorSilence2257

MajorSilence2257 Progress Report

I have made some progress with MajorSilence2257. I have it running on Linux.

Screenshot 1
Screenshot 2

Besides SQLite the base data access layer now supports Mssql, MySql, and PostgreSQL. Eventually the maintenance and and GUI will support all four database types.

I am also slowly investigating what is possible with fyiReporting.

fyiReporting AsynchronousThreadAbort

I finally figured out what was causing the AsynchronousThreadAbort in MajorSilence2257 when using fyiReporting. Apparently it is caused by setting rdlView.ShowWaitDialog = true. You must set it to false as soon as you create a new instance of the rdlviewer.

rdlView = new fyiReporting.RdlViewer.RdlViewer();
rdlView.ShowWaitDialog = false;

I am assuming this is a bug as I found mention of it on their forums.

Syndicate content