Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Listbox Property


4 replies to this topic

Jann

Jann
  • Members
  • 35 posts

Posted 14 August 2001 - 12:07

I have a property for my listbox which I am calling in VBScript and then displaying in a message box

Test = Session.property("FREQTYPE")
MsgBox Test

but the msgbox is blank and I can't see why.

Goes with my previous query  yesterday

Thanks


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 August 2001 - 18:42

Does this work:
Test = Session.Property("FREQTYPE")
(capital P in Property)

Jann

Jann
  • Members
  • 35 posts

Posted 16 August 2001 - 12:59

No that didn't work.

Jann

Jann
  • Members
  • 35 posts

Posted 16 August 2001 - 13:02

I also tried a combo box instead of a listbox but when I ran the install, the combo box wouldn't drop down.  Is there a bug?