devxlogo

Tip Bank

Scanning for Words in a String

Question: I am currently writing an application to scan a text file for certain text keywords, and then copy the text (in between the kewords) into a new textfile. Could

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

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