PDA

Click to See Complete Forum and Search --> : CrystalReport binding


arnoldm
Jul 1st, 2003, 01:26 AM
- I would like to print my data from SQL using CrystalReport 7
- Using a SQL Select Statement, Do you have a code for binding it from CrystalReport 7?

SUBASF1
Jul 2nd, 2003, 01:17 AM
:) take a crystal report control on the screen
then set the following.

1.control.Connect
2.control.SQLQuery
3.control.RetrieveDataFile
4.Control.PrintReport


i think this may help u..