
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: 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
Question: I created a “help” button in a form and coded this button’s click event as: { help } The code { set help to MyHelp.chm }is included in the
Question: Suppose I wanted to setup the IIS 4.0 to process the WML with ASP codes. Which MIME type should I configure: text/vnd.wap.wml or text/x-wap.wml? What is the difference between
Question: About how fast can the current wireless systems transmit a medium- to high-resolution digital photo? What’s currently the best way to do it? Will higher baud rates of wireless
Question: How do I link an Oracle (8i) database to pull and push data from WML decks? Answer: An XML parser is available in Oracle8i. Oracle is developing a product
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.
Question: I’ve installed Exchange Server, and I’ve installed Outlook 2000 in the client, which is receiving email from POP3 accounts and three accounts from Exchange Server. How can I choose
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
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
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
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
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.
When it comes to usability, the devil is in the details. Annoying little quirks can make your users hate to use your perfectly good web app. One easy (but often
Question: What is a run-time library? How are they different from other libraries? Answer: A library is essentially a file that contains compiled object modules (a module is an object
Question: How does the compiler handle dynamically allocated templated objects? As I have read, the compiler generates code for templated objects and functions according to the required data type. Answer:
Many sites don’t do a very good job focusing their users attention on the form controls that they have to fill out. It’s easy to jump from one form control
The DHTML capabilities (such as changing the text color/fonts/size dynamically) are very nice features to have, but unfortunately, they are not available on all browser applications. Essentially, DHTML features work
Checkbox control is one of the widely used controls in Web pages. However, it is important to understand that a name/value pair for the checkbox is only submitted with the
Question: I am unable to use “setAttribute” method in Visual Basic. Following is the piece of code. Dim objXML As DOMDocumentDim objOrders As IXMLDOMNodeDim objOrder As IXMLDOMNodeSet objXML = CreateObject(“Microsoft.XMLDOM”)Set
Question: I want to force the addition of two numbers in JavaScript, but they always just concatenate. There has to be a simple way to do this that I’m missing.
Question: I have an XML document for news items. It has a tag which has 3 child nodes , and , of which there can be multiples with the one
Question: I want to know from which time zone a client is accessing my site to control display of commercial ads. How can I find this out? Answer: In general,
Here’s a scenario that might be familiar to you: You create a WebClass or a regular COM component that will be invoked from within an ASP applicationThe application uses VB’s
Question: Let’s assume I am logged onto an NT Workstation as a normal user. Using one of your10-Minute Solutions I managed to get the LogonUser API to log me in
Question: I have written a function which strips out all carriage returns from a memo field passed toit, replacing them with the characters ““. The returned piece of text is
Question: I have a form with a block of code that hides the form and then calls another form. This other form accepts input, saves it to a table and
Question: I have a multi-page form with navigation controls on the first page. When I “Next”through the records, the data fields refresh fine on Page One but not on the
Question: Is there any way for FoxPro to accept a command-line argument: c:foxpro2.0fox myprogram “Justin” Where “Justin” is a string sent to the FoxPro program ‘myprogram’ as a parameter? Answer:
Question: How do I find the parents of a control? Answer: All VFP objects have a property called “parent,” which is an object reference to thecontainer of the object. For
Question: How many fields is one allowed in a FoxPro table? Answer: VFP tables can contain 255 fields.











