TsDBRadiogroup – List index out of range Root › Technical support › Troubleshooting This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by Siegbert. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 16, 2014 at 5:30 pm #51576 CheshireCatParticipant Hello Siegbert, your database is already open when the line below is executed? Code: Application.CreateForm(TfrmSettings, frmSettings); I suspect an access to data fields of a closed database. February 16, 2014 at 5:49 pm #51577 SiegbertParticipant 'CheshireCat' wrote: Hello Siegbert, your database is already open when the line below is executed? Code: Application.CreateForm(TfrmSettings, frmSettings); I suspect an access to data fields of a closed database. The Database is open. The query is opened in datamodule and datamodule is created before the settings-form. Siegbert February 16, 2014 at 7:52 pm #51578 SiegbertParticipant I solved it: the property “itemindex” was set to 1. Resetting it to -1 solved the problem. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting