| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Crystal Reports 8.5 question
Can anybody point me in the right direction for using a flat file to feed Crystal Reports?
|
|
#2
|
|||
|
|||
|
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/showth...&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!
__________________
I'd rather be wakeboarding... |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|