You'll find hereafter the all text of the Main
#Region Project Attributes
#MainFormWidth: 600
#MainFormHeight: 400
#AdditionalJar: sqlite-jdbc-3.7.2
#End Region
Sub Process_Globals
Public db As SQL
Private fx As JFX
Private MainForm As Form
End Sub
Sub AppStart (Form1 As Form, Args() As String)
LoadDatabase
End Sub
Sub LoadDatabase
If Not (File.Exists(File.DirData,"qizine.rsd")) Then
File.Copy(File.DirApp,"qizine.rsd", File.DirData,"qizine.rsd")
End If
db.InitializeSQLite(File.DirData,"qizine.rsd")
End Sub
and a screen copy of the error msg
When I make a new B4J, It work until I saved it.
Thanks in advance
Luc