
User Manual
Page 15
www.cuesystem.com
WebGUI
InputTextForms
WebGUIServer1 generates event OnInputTextForm with parameter inputtextformid. Input texts are
passed using ParamArray. First text is ParamArray[1], second text is ParamArray[2] etc. Maxium number
of input texts is 8.
Private Process WEBserver1_OnInputTextFormSubmit(
inputtextformid As Long, ParamArray ) Link WEBserver1.OnInputTextFormSubmit
Private Var Login As AddressOf Text
Private Var Password AddressOf As Text
Select pageid
Case 1 Select inputtextformid
Case 1 // Code executed after pressing button Submit on InputTextForm 1
Login := ParamArray[1]
Password := ParamArray[2]
End Select
End Process
Komentarze do niniejszej Instrukcji