How does one use GIST SDK with Powerbuilder Version 5.0/6.0?
Ans.: In powerbuilder you can not use ActiveX controls in the data window. Use windows to insert the ActiveX control. From the menu Select OLE control and select insert object. Select any one of the Gist controls and drop it on the form as you do with text control. Set the ActiveX Control properties ( like languages, fonts etc.). now in the script you can access the text as ActiveXCntrl1.text.