User bio
404 bio not found
Member since Nov 7, 2019
Posts:
Replies:
Yes, that was a typo on my part. %GetComponentById is being used in the parent class.
You see, when I try to call it with ##super I get "method does not exist in any super class"
The line that's giving me trouble is:
Set tCombobox=..%GetComponentById(pComboName)
I'm basically trying to pass a class parameter into the GetComponent so it can be used in a variable.
The parent class uses the GetComponentById without an issue so I can't figure out why I'm getting the "not present in class" error.
Certifications & Credly badges:
Paul has no Certifications & Credly badges yet.
Global Masters badges:
Paul has no Global Masters badges yet.
Followers:
Paul has no followers yet.
Following:
Paul has not followed anybody yet.
This is part of an instance method.
The exact error is: Method or Property '%GetComponentById' does not exist in this class.