devxlogo

Tip Bank

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

Can’t get values back from a PL/SQL block

Question: I’ve noticed that I cannot get any values returned to my Power Objects application from a PL/SQL block. How can I get around this? Answer: The inability to get

When to use Access vs. VB

Question: I mainly do database applications and I am currently working on a project that will become very big. I have been trying to find any references to comparisons between

Importing data

Question: Is there a utility or a routine that will allow comma-separated flat files to be imported into Blaze? I don’t want to spend too much money. Answer: There is

Is this an Example of a Semantic Gap?

Question: I posted this question to Java newsgroups, but the response from experts avoids the real issue. Simple applet: import java.applet.*; import java.awt.*; public class FirstApplet extends Applet { public