devxlogo

Tip Bank

ASP

Question: I’m working with ASP to retrieve records, but I keep getting an “Unexpected Error” near my recordset function. Why? Answer: Pinpointing exactly what’s wrong would be hard without actually

Current Time in Query

Question: Can I include something in the title line of a query to include the current date/time? Answer: You can use the GETDATE() function to return the current date and

Creating an Application Setup Wizard

Question: How do I create an Application Setup Wizard from Visual FoxPro? Answer: VFP ships with a Setup Wizard, which builds three different types of installations: Standalone, Network, and Web.

Exchange Server Backups

Question: What is the best Backup Software available that will do a live backup of the Exchange Information Stores? Answer: I haven’t evaluated all of them, but we’ve been satisfied

Broadcast Messages to Online Users Only

Question: Is there any way in Outlook/Exchange to send out a message to all users currently logged on (like a network broadcast)? We currently send system announcements (such as for

Exchange Mail Storage

Question: I have an attorney client who wants to have all his e-mail stored on his local workstation, not on the Microsoft Exchange 5.5 SP2 Server. In fact, he would

Scheduling a Conference Room with Exchange

Question: How do you set up Outlook 2000 and Exchange 5.5 to use resource scheduling accounts, such as conference rooms? There are several posts about how to do this without

Remote Access Via the Internet

Question: We are a small company of some 70 staff, 50 of which are located away from the office (clients site, home, etc.). I am about to migrate from Microsoft

Redirecting to Another URL with setTimeout

Most of Web developers may be familiar with the META REFRESH tag in HTML. This tag is used to take the user to another location automatically, after a specified delay.