Set tCombobox=..%GetComponentById(pComboName)
Set tCombobox.valueList=%session.Data("Codes")
Set tCombobox.displayList=%session.Data("Display")This is part of an instance method.
The exact error is: Method or Property '%GetComponentById' does not exist in this class.
- Log in to post comments