
Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.
Question: How does a person in my office forward certain e-mails from his account in the office to his external e-mail account? Answer: Sounds to me like Auto-Replies to the
Question: If a program constructs an object (let’s say, foo) that has a number of large and involved methods 100 times, does it duplicate in memory all the code for
There are two ways to invoke a remote object through Remote Scripting: synchronously and asynchronously. The asynchronous approach is particularly useful because it doesn’t stop the user from working within
The tag can be used to create an XML data island. XML data islands are XML- data referenced or included in an HTML page. The XML data can be part
With the introduction of Internet Explorer 5.0, many people had to remove the image-based menus from their Web sites. The reason for this is bad performance. When the file-caching mode
Question: How do I assign a specific address location to a pointer (e.g., If I want *ptr to point to 0x5800FF)? Answer: You have to use an explicit cast: void
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
Question: Is there a fast way to delete all the rows (in other words, truncate) the table in Informix 7.xx? Answer: There is no truncate command. The fastest way to
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
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
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
Question: Is there a way to write a script at the Outlook client that will make sure the message size—including an attachment—doesn’t exceed our limit as soon as the message
Question: Is there a workaround to gain access to Microsoft’s public calendar using Outlook Web Access? Answer: The workaround is on its way—it’s called Exchange 2000. Outlook Web Access gets
Question: I would like to distribute my application on CD. The distribution kit I have is on 1.44 disk. Can I get a batch to update my distribution code to
Question: I have my first Visual FoxPro app that runs fine in the development environment, but will not run in runtime. What do I need to do to keep it
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
Question: Is there any way to capture SQL at the transaction object level? Answer: If you are using a datawindow/datastore object, then you can add code to the SQLPreview event
Question: Can we publicly share Outlook folders in Outlook 97, without using Microsoft Exchange Server? Answer: The easiest solution for you would be to upgrade to Outlook 2000 and use
Question: How do I get multiple domains in Exchange 2000? Answer: I’m not sure what you mean by multiple domains in Exchange. Exchange 2000 allows you to have only a
Question: I have a table in Informix that is changed regularly. The records have no datestamp, so how do I get the date/time of amends and inserts to this table
Question: When I do aDECLARE CURSOR FOR SELECT, it returns a SQLCODE = 0. When I do an OPEN CURSOR, it also returns a SQLCODE = 0. But I have
Question: Our Sun E450 system seems slow, especially when 20 users log in together to our Baan ERP system. The physical RAM is 640MB and the disk space has about
Question: How do I forward appointments made to a public calendar to a set group of people? Answer: That’s fairly easy to do. First, open your folder list (View |
Question: When I try to access Exchange Outlook, it produces the following message: “The Microsoft Exchange Address Book was unable to log on to the Microsoft Exchange Server computer. Contact
Question: We have a user on Exchange Server that no longer can access his account (“User does not have permission to log on to Microsoft Outlook”). I remember seeing an
Question: I read recently that Exchange databases, like the Public and Private Information Stores, are highly susceptible to corruption when exceeding 4GB. Our Exchange 5.5 (Standard Edition) claims a 16GB
Question: What does the following Informix error message mean, and what can I do to prevent it: “could not position within a file via an index” It happens when I
Question: How do I validate a textbox, which doesn’t have any control source, so if it’s empty it should not lose the focus until the user enters some value? Answer:
Question: How do I make the toolbar not movable? Answer: To disable the toolbar control from the user, you need to alter a property on your application object. In the
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











