R
rob
Hi Everyone,
I have a project which will migrate crystal report from vb to .net,
and I decided to use vb.net and crystalreportviwer. However I have the
code with vb6 like (using crystl32.ocx)
with .crystalreport
.sqlquery = 'mysql query is here'
.action = 1
.....
this to do the query from my odbc settings.
How to use this kind of way in crystalreportviewer?
Thanks,
R
I have a project which will migrate crystal report from vb to .net,
and I decided to use vb.net and crystalreportviwer. However I have the
code with vb6 like (using crystl32.ocx)
with .crystalreport
.sqlquery = 'mysql query is here'
.action = 1
.....
this to do the query from my odbc settings.
How to use this kind of way in crystalreportviewer?
Thanks,
R