devxlogo

Insert a bitmap into Word 97

Question:
I’d like to get a bitmap file (c:mypic.bmp) placed on a MS Word97 file (msfile1.doc) using Powerbuilder (6.5). I am interested in printing that file afterwards.

Answer:
The following commands will allow you to pick an image file and then insert it into an already connected PowerBuilder to Word 97 OLE session:

GetFileOpenName( 'Select the Image', ls_FP, ls_F, '*.*', 'Image,*.*' )lole_OEL.Selection.InlineShapes.AddPicture( ls_FP, FALSE, TRUE )

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  Five Early Architecture Decisions That Quietly Get Expensive

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.