Tip Bank

DevX - Software Development Resource

Threads in C++

Question: Is it possible to have threads in C++ like you can in Java? Answer: Sure you can have threads in C++. However, unlike Java, C++ uses external thread libraries

DevX - Software Development Resource

PDQ and Xtree

Question: How can I set the PDQPRIORITY for every user in the database? I am also trying to get Xtree to work on the same system so I can better

DevX - Software Development Resource

REPORT Functionality Within Informix

Question: What does a return code of 100 mean on a START REPORT statement? Answer: If this is an Informix error, and it probably is, Informix lists the following error

DevX - Software Development Resource

BUILD Date

Question: How do I capture the build date in PowerBuilder 6.5 and put it in an instance variable? Answer: Yes. You need to declare a constant integer variable and assign

DevX - Software Development Resource

Hiding Rows in a Result Set

Question: If I retrieve a record from my SQL into my DataWindow, can I hide the fields that return as 0? Answer: You can use the filter command to remove

DevX - Software Development Resource

Outlook / Exchange Shared Calendars

Question: We have an Exchange server and are running Outlook 2000 on dozens of workstations. What is the best and easiest way to share calendars? Answer: Well, you don’t specify

DevX - Software Development Resource

Dynamic Global Variable Declaration

Question: Can I declare a global variable at runtime? Answer: Yes and no. You cannot add a global variable at runtime, but you can dynamically create an object and store