Thank you all in advance..
I have just started using crystal ocx in VB
I got the following report Last Year's Sales.rpt which i display.
However, AT RunTime
1) I want to disable Group Tree.
2) I want export button hidden.
3) Assign a Title
For 1 i can only see the following which carry the name Group
crp1.GroupCondition
crp1.GroupSelectionFormula
crp1.GroupSortFields
crp1 is the name of crystal component on the form.
For 3) I am able to assign the tittle but the when the report shows it has no title!
crp1.ReportTitle = "Xtreme Last Year's Sale"
I did also try to refresh the report without results.
crp1.Action = 1
Would you give some guidanc on this?
thanks
I have just started using crystal ocx in VB
I got the following report Last Year's Sales.rpt which i display.
However, AT RunTime
1) I want to disable Group Tree.
2) I want export button hidden.
3) Assign a Title
For 1 i can only see the following which carry the name Group
crp1.GroupCondition
crp1.GroupSelectionFormula
crp1.GroupSortFields
crp1 is the name of crystal component on the form.
For 3) I am able to assign the tittle but the when the report shows it has no title!
crp1.ReportTitle = "Xtreme Last Year's Sale"
I did also try to refresh the report without results.
crp1.Action = 1
Would you give some guidanc on this?
thanks