Sunday, February 12, 2012

can i pass array of value to crystal report

Hi,friends...i need your help..
can we pass array of value into crystal report?
I retrieve a recordset from table..but the content is encrypted.
and i have a function to decrypt it in my visual basic app.
The problem is, when i want to pass the content of the table to crystal report, i meet a problem...i just can pass the recordset directly...but the data is encrypted..
So i think, if it's possible for me to decrypt the data and put them into an array list. After that, i want to pass it into the CR.But i don know, how to pass the array to crystal report...
Anybody can help me pliz....or any better suggestion for me?
I'm using CR 8.5 and VB 6.0

Thanks for your help...After decrypting the data, store them in EXCEL or XML file and design the report using those files. Or if you use SQL Server 2000, create a procedure doing that decrption and mover the result to temporary table and design the report a=using that sp

No comments:

Post a Comment