Cue WebGUI Manual do Utilizador Página 15

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 30
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 14
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
Vista de página 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 29 30

Comentários a estes Manuais

Sem comentários