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

  • Thread starter Thread starter Evy De Block
  • Start date Start date
Status
Not open for further replies.
E

Evy De Block

Guest
Hi Laura, I think I understand what you mean and I tried it on the sample gdb provided. I do something like this in the radPropertyGrid1_EditorRequired method: define private variable mybuttonEditor as RadPropertyGrid.PropertyGridButtonEditor no-undo. mybuttonEditor = new RadPropertyGrid.PropertyGridButtonEditor(). e:EditorType = buttonEditor:getType(). This code compiles but if I run it I get another error: System.InvalidOperationException: calling method CreateEditorElement Followed by: A .Net object is attempting to access a method or property of an ABL/.net hybrid class that already been deleted. Any idea on this?

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