Msgbox2Async ("Sorry - could not find the MusicBase database file." & CRLF & _
File.Combine(cmTMM.gsDBPath,cmTMM.gsDBFileName) & _
" Do you want to change the configuration settings," & CRLF & _
"or Exit Music Machine?","Music Machine Database", _
"Configure",cmTMM.NULLSTRING,"Exit",cmTMM.gbmpLogo36x36, False)
Wait For MsgBox_Result (iResult As Int)
If iResult = DialogResponse.POSITIVE Then
' Return to the settings file
B4XPages.ShowPage ("B4XPTMM_PreferencesID")
Return
Else
B4XPages.ClosePage(Me)
Return
End If