devxlogo

May 2, 1999

Header Records

Question: I am using Visual FoxPro 5. Is it possible when exporting a table to a text file to have the field names exported on the first line of the

Versions 5 and 6

Question: Can you have both versions 5 and 6 of FoxPro installed and make applications that work with either versions 5 or 6? I want to make an app for

Simple C++ Dynamic Link Library

Question: I am trying to interface VBA with a C++ DLL. I am very new to C++ programming. I understand the declarations from the VBA side, but I am having

SQL fucntion calls

Question: Does SQL have a function to get only the time–rather than getDate()–which gets the date and time, or a function to get the Unix time() time. (the one that

Registering DLL Files

Question: When I try to register a DLL I created in VB6, I get the message that tells me the DLL is not a valid windows NT image. At the

Data Corruption

Question: I have a table where after an import from an ASCII, I see some funny characters in some fields. After using asc(), I show that the characters where the

How to Build an Online Help System

Question: How do I create an online help system to use in VB6? Answer: Try the HTML Help Workshop that ships with VB. It allows you to create a help

MMX code in C++

Question: I am involved in a project the aim of which is to demonstrate the effectiveness of MMX for image manipulation. For this project I need to write some MMX

Disconnected Recordsets

ne of the great and flexible features of the amazing elastic ADO recordset is that it can be disconnected from its data source, modified, and reconnected to update the data