dspeight
March 11th, 2004, 01:09 PM
Can anybody point me in the right direction for using a flat file to feed Crystal Reports?
|
Click to See Complete Forum and Search --> : Crystal Reports 8.5 question dspeight March 11th, 2004, 01:09 PM Can anybody point me in the right direction for using a flat file to feed Crystal Reports? malleyo March 11th, 2004, 04:39 PM If I understand correctly, a flat file is basically a text file that contains your data? Whether I understand correctly or not, this may help you... Crystal Data Objects (CDO) - You populate an array with your data and pass the array to Crystal in the same way you would pass a recordset. Look at my post here for an explanation of how to use CDO: http://www.codeguru.com/forum/showthread.php?s=&threadid=281658&highlight=cdo It contains the VB code you need as well as a link to Crystals website to an article that tells you how to setup the report. Hope that helps! codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |