SmallTalker
Programmer
Hi experts!
I've written a vb6-app which is designed to change the data driver and source of an existing report to a new one. One of the tasks, is to replace the database field occurences in Condition Formulas by the new ones.
I'm faced with a curious effect:
Area.ConditionFormula(crSectionAreaEnableNewPageAfterConditionFormulaType) = "".
In the Report designer you can see that in the GF.f (Group Footer f) a Condition Formula for the "NewPageAfter" is assigned yet.
Other Condition Formulae like Section.ConditionFormula(4) work properly. What is the reason Crystal "hides" those ConditionFormula?
Any help would be great. I haven't found any ressouces at businessopbjects.com. I think businessopbjects want's to "sell" those information.
Thanks in advance
SmallTalker
I've written a vb6-app which is designed to change the data driver and source of an existing report to a new one. One of the tasks, is to replace the database field occurences in Condition Formulas by the new ones.
I'm faced with a curious effect:
Area.ConditionFormula(crSectionAreaEnableNewPageAfterConditionFormulaType) = "".
In the Report designer you can see that in the GF.f (Group Footer f) a Condition Formula for the "NewPageAfter" is assigned yet.
Other Condition Formulae like Section.ConditionFormula(4) work properly. What is the reason Crystal "hides" those ConditionFormula?
Any help would be great. I haven't found any ressouces at businessopbjects.com. I think businessopbjects want's to "sell" those information.
Thanks in advance
SmallTalker