Toon posts:

[vbscript] RecipientControl object *

Pagina: 1
Acties:
  • 74 views sinds 30-01-2008

Verwijderd

Topicstarter
In vbscript wil de email adres in de RecipientControl object plaatsen nadat ik eerst een keuze heb gemaakt (combobox) maar ik krijg de volgende foutmelding:

object doesn't support this property or method: _RecipientControl1.value

Sub CommandButton1_Click()
Set _RecipientControl1 = Item.GetInspector.ModifiedFormPages("Form").RecipientControl1
Set ComboBox12 = Item.GetInspector.ModifiedFormPages("Form").ComboBox12

If ComboBox12.value = "VF Admin" Then
_RecipientControl1.value = "_VF Admin"
End If
If ComboBox12.value = "John" Then
_RecipientControl1.value = "John Westerbeek"
End If
End Sub

ik heb ook met (item) getest, kreeg weer dat foutmelding.
VBscript biedt weinig events, geen onChange event.
Weet iemand hoe ik dit kan oplossen?

  • drm
  • Registratie: Februari 2001
  • Laatst online: 09-06-2025

drm

f0pc0dert

X-post

Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz


Dit topic is gesloten.