devxlogo

Tip Bank

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

Can’t change Blaze table structures

Question: I’m using an evaluation copy of OPO for the Mac. After I create a table, I go into the table structure window to try and change the table structure

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

Push Button Increments

Question: I have this declaration in init: pushButton1 = new Button(“0”). In the action class I try to increase the value from 0 through 9 every time I click the

Reading Text File From Server

Question: I know I can’t read files from a local machine through my browser, but I can’t seem to read a file off my originating server either. There’s a way

Code Generates Null Pointer Exception

Question: If I have: class point { double x,y; } & import point; class test { public static void main(String args[]) { point[] P = new point[10]; P[0].x = 5;