Hello
I've created an application which uses Crystal Reports 8.5 with VB6
I have some fields which require a user to enter values, and I use this code : report.fieldXXX.SetUnboundFieldSource (array(x))
(public report As New CrystalReport1(the name of the designer)
The 'fieldXXX' is a formula : when i create one, i left it empty and i save it
I also set an automatic print system with the .PrintOut False command
>>> My problem is that when this automatic print job is sent, only the formulas designed in the report are taken into account... the ones modified manually do not appear, although in the CRViewer I can see them
What did I miss ??? is it because i use formulas (i found out i could also use text fields) ?
Regards
bob
I've created an application which uses Crystal Reports 8.5 with VB6
I have some fields which require a user to enter values, and I use this code : report.fieldXXX.SetUnboundFieldSource (array(x))
(public report As New CrystalReport1(the name of the designer)
The 'fieldXXX' is a formula : when i create one, i left it empty and i save it
I also set an automatic print system with the .PrintOut False command
>>> My problem is that when this automatic print job is sent, only the formulas designed in the report are taken into account... the ones modified manually do not appear, although in the CRViewer I can see them
What did I miss ??? is it because i use formulas (i found out i could also use text fields) ?
Regards
bob