Version 4.0.7
Release 24 Sep 2015
License freeware
   

SID, Free Sermon and Illustration database search software

  • Bug fix, SID was not handling protected RTF data
  • Turned off ImportDialog and ExportDialog minimize and maximaize buttons
  • ImportDialog topics checkbox label was too small to show all text
  • Fix, modified startup to transform the main database relative path to an absolute path due to XP not handling relative paths correctly e.g. .\
  • Added the ability to quit SID when database not found on startup
  • Fix, Get Import Illustrations / Sermons working on Windows XP
  • Fix, Had AddRecord() function disabled for testing
  • Fix, NULL topic fields were causing error "Cound not convert variant of type (Null) into type (OleStr)
  • Removed debug information in sermon topics import
  • Added Sermon topic browse functionality
  • Added "Empty Sermon Topics Table" menu option
  • Added "Update Sermon Topics Table" menu option
  • Added import functionality to add / update sermon topics
  • Fix, update topics was not processing all illustration records
  • Fix, illustration and sermon bookmarks not generating correct SQL
  • Change file name back to Sid.exe
  • Import bug fixes
    - fix Add / Update function to handle empty join table
    - fix Add / Update function to ignore date 1899
    - if table tblCommand contains no comment description use Command field
  • Export bug fix, turned on SetEmptyStrToNull in the options of ExportTable as it was causing HardCopy to fault with length = 0
  • Export bug fix, was output last record twice
  • Added browse lookup option by hitting enter or return key in search edit field
  • Changed Search type to flat buttons to help visually to see if Illustrations or Sermons is selected
  • Major Version release
  • Database backend changed to MS MDAC interface.
  • Updated to Unicode compilant strings
  • Fully functioning Illustration and Sermon importing again.
  • Help file updated to HTML compiant file
  • Enabled export ability of database
  • Added Illustration and Sermon editor, bold, italic, underline, font, font size, font color, background color, bullet marks etc.
  • Modified, the database interface from Jet DAO based to a ADO database interface due to DAO no longer being supported by the Microsoft 64-bit OS's.
  • Modified, the sermon/illustration search selection from a combobox to a toggle button selection
  • Fix, print sermons & illustrations was not working since going to RTF memo fields
  • Fix, printing selected sermons & illustrations was not outputting all selected records
  • Fix, export selected sermons & illustrations was not outputting all selected records
  • Added Undo, Cut, Copy, Paste, Delete and Select All to the Sermon and Illustration RTF Memo field
  • Added short cuts to RTF Memo filds, Ctrl-Z (Undo), Ctrl-X (Cut), Ctrl-C (Copy), Ctrl-V (Paste), and Ctrl-A (Select All)
  • Fixed Sermon & Illustration RichText display to stop text bleeding when database contains both RTF and plain text data
  • Fixed default font setting for Sermon & Illustration grid under the File->Options menu
  • Fixed default font setting for plain text Sermons & Illustrations
  • Added SermonID dislay to detailed sermon results panel
  • Added Illustration SearchBy Number and HolwickID options
  • Added Sermon SearchBy SermonID and Holw-sermon-ID options
  • Added help menu "check for updates" menu option
  • Added help menu "change log" menu option
  • Illustration & Sermon numeric fields text is display left aligned now
  • Sermon and Illustrations TDBRichEdit can display richtext now
  • Added rich text copy and paste functionality
  • Added rich text export functionality
  • Disabled sermon and illustration default font
  • Add version number to inifile
  • Update manually inserted holwick ids
  • Add copy and paste popup menu to topics and sermons
  • Check not trying to backup to currently used database
  • Added export MDB ability
  • Added ToolBtnSFont function call to set font dialog
  • Changed default "Search By" for Sermons to "Main Text"
  • Changed Illustration and Sermon detail to be plain text
  • Added illustration and sermon text find functionality
  • Fixed sermon grid header sort functionality
  • Fixed Update illustration topics table function to strip quotes and dashes from topics as this caused problems with the browse functionality
  • Fixed copy illustration/sermon error message when no record selected
  • Changed Holwick's to Kerux in the Illustrations and Sermons copy functions
  • Changes AddBookmark() to bookmark the current record rather than selected
  • When adding/editing an illustration/sermon no longer check that a title has been entered only the illustration/sermon must contain information
  • Browse button was not performing cancel operation once an item was selected
  • Changed browse button string comparison to strnicmp as the Ansi equivallent function was not working correctly