i need help in Crystal Report coding
please help me in these proplems:
1- when i designed the report in crystal report and define the data base from data Explorer + database Files + find data base
when i ever i call the report from the visual base code the report always connect to the data base that i refred in designing not the the database that call in the code :
frmSelect.CrystalReport1.Connect = database_path
rmSelect.CrystalReport1.ReportFileName = reportPath
2 - and how can i make new page for each group in crystal report in the runtime in VB6
so how can i fix these problems , please help me and thank you
Report