Hi,
I created a new program,
Where I created forms by coding. with AddForm functions
see the code
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Design
End Sub
Sub Design
AddForm("FIRSTFORM","First")
FIRSTFORM.Show
End Sub
Sub FIRSTFORM_Close
AppClose
End Sub
So when I close that form, I got an error.
Please see the attachment. Can you help me please.
jothis
:sign0085:
I created a new program,
Where I created forms by coding. with AddForm functions
see the code
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Design
End Sub
Sub Design
AddForm("FIRSTFORM","First")
FIRSTFORM.Show
End Sub
Sub FIRSTFORM_Close
AppClose
End Sub
So when I close that form, I got an error.
Please see the attachment. Can you help me please.
jothis
:sign0085: