devxlogo

March 21, 1997

Creating a Message Window

Question: I have a note section on my Web page. I would like to be ableto click a radio button, and a small window with the note inside it wouldpop

How can I add text to the graphs control

Question: I’m building some process control software and I need to addlabels, such as Upper Control Limit (UCL), into my chart. Answer: The graph control was added to PowerBuilder in

Windows95 printing error

Question: When I attempt to preview a report in OPO under Windows95, I get an error: WFW-03049: Internal buffer too small for printer port name Is this an OPO or

Inserting rows without retrieving data

Question: I have a very large table that contains thousands of rows. I want to let a user insert new rows into it on a particular form without having to

Eliminating toolbars

Question: How do I eliminate the toolbar for a form? Answer: To eliminate the toolbar from displaying for a particular form, add the code: Self.SetToolbar(NULL) to the InitializeWindow() method for

Cannot connect to Personal Oracle

Question: I have been trying to connect to Personal Oracle 7 on the Macintosh. I can connect from the DBA applications, but cannot connect from Power Objects. Can you give

How Can Java Applet Display HTML?

Question: I believe there is a JavaScript function: ‘ShowDocument(URL,targetFrame)’ Is there a way to replicate this in Java? I realize that in the future the solution may materialize when a