/ Forums / Advansys Formativ / Formativ Runtime / Formativ Applet runtime error / Reply To: Formativ Applet runtime error
August 9, 2002 at 8:39 am
#5671
I think I have tried both versions of the multiple signature file – one downloaded from Advansys and one from install. But I don’t recall any difference.
It also chokes on this code around line 274:
‘——————————————————————————-
‘ Display the available signatures in the list box
‘——————————————————————————-
Function SetupDlg(LBCtl, FileList)
Set Dlg = Utilities.NewControlBoxDialog
With Dlg
.Height = 250
.Caption = CAPTION
.Title = “Select a signature”
.WizardImage = IMAGE
End With
It seems the Set Dlg = Utilities.NewControlBoxDialog is the objectionable line.
I appreciate your help –
Nancy