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
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
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
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
Question: How can I get the display value of a list box? Answer: In Oracle Power Objects, the Value property of the list box isautomatically set to the internal value
Question: How can I let a user enter a password and hide the charactersentered? Answer: You can let the user enter characters into a field and replace theletters entered by
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
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
Question: on a form based on the selection. I tried this two ways: 1) Using the validate method. This worked when the value was changed but not when scrolling through
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;