Obviously U can upgrade to OpenEdge, where this is simpler but that is NOT what U asked. I know what U require help with. There are 2 approaches, the active X / control method or 4GL. I like the active X / control method. will assume that U R on a windows environment. By that assumption I alsho assume that U have IE installed. With IE there is a control that U can access. On a container source - window - drop an IE control using the ocx button on the pallet selecting the control (windows\system 32\ieframe.dll) drop this control onto UR container source to embed documents.
there are many occasions I dont think people even read the answers.You could use the internet explorer ocx to view the documents for example.
U don`t need to upgrade to Progress OpenEdge.
The Progress 4GL is able to facilitate what U require. No need for the ABL.
It has been possible with the 4GL since at least V8 - Thats when I started doing it.
Using the ie control I mentioned. This syntax will help you achieve what you require, have a play with it:
chWebDisp:WebDisp:Navigate ("c:\temp\bob.doc",chWebDisp:WebBrowser,,,).
Hi mjpowellesq,mjpowellesq
Re: Can we Embedded PDF/ Excel/ Word Documents in Progress?
Try implementing this control.
It is an active X to enable you to insert office documents
into UR application
mjpowellesq
Re: Can we Embedded PDF/ Excel/ Word Documents in Progress?
Try implementing this control.
It is an active X to enable you to insert office documents
into UR application
Hi mjpowellesq,
Sorry a little futher question, where should I place the control ? And how do I call them out ?