[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How implement/Integrate an Infragistics component into OpenEdge

  • Thread starter Thread starter olivier.dunemann
  • Start date Start date
Status
Not open for further replies.
O

olivier.dunemann

Guest
Bart, Have a look at this: Progress.Windows.Form class Using the Procedure Editor, - Copy/Paste/Save the first block of code in a directory that is part of the PROPATH, and name it "DemoForm.cls". - Copy/Paste the second block of code and run it. You'll see a simple form with 2 buttons. So far so good. The Procedure Editor won't tell you what are the members (properties, methods, events) of objects on screen. In order to go further, you'll have to dig in the online documentation. For instance: Button class PDSOE gives you all the assistance you need to explore all the capabilities of .Net controls. Still not convinced? Just look at the hundreds of members of the Infragistics' UltraGrid

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