[progress Communities] [progress Openedge Abl] Forum Post: Re: Adding A Lookup Button To A...

Status
Not open for further replies.
L

Laura Stern

Guest
No one addressed my previous post - is the object you are trying to get the Type of the custom class written in the ABL? If it is, then you need to do what I said. It wouldn't be THIS-OBJECT:GetType() as now you've explained that that code is the form, not the custom class itself. But you must have an instance of the custom class (RadPropertyGrid.PropertyGridButtonEditor). Call GetType() on that instance. As I explained, you can only use the Helper on pure .NET classes - not on an ABL class that inherits from .NET.

Continue reading...
 
Status
Not open for further replies.
Top