devxlogo

March 21, 1997

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

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

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;

Connecting to a database

Question: I noticed that there are 3 different types of connect properties for a session. What’s the difference? Answer: Every session has three different connect properties that are used at

How do you catch a double-click on a poplist?

Question: I have made the poplist readonly to avoid activating it whenclicking, but apparently the DoubleClick() method doesn’t fire atall. How do I catch the double-click? Answer: The DoubleClick() method