Hi Team
I have to maintain an VB app that uses Crystal formulas in a strange way.
The reports have formulas Stating with 'PASS_' eg PASS_Grouping. All it has in it is the following
//Type = NumberCombo
//Caption = Select Grouping
//Add = 1,Contact - Contact Group
//Add = 2,Contact Group - Contact
//Default = 1
1
The app then seems to read this and presents the user with a combo box with the caption 'Select Grouping' and this become part of the selection criteria for the report.
Does anyone know how this is done? Or has anyone seen this done before?
I have to maintain an VB app that uses Crystal formulas in a strange way.
The reports have formulas Stating with 'PASS_' eg PASS_Grouping. All it has in it is the following
//Type = NumberCombo
//Caption = Select Grouping
//Add = 1,Contact - Contact Group
//Add = 2,Contact Group - Contact
//Default = 1
1
The app then seems to read this and presents the user with a combo box with the caption 'Select Grouping' and this become part of the selection criteria for the report.
Does anyone know how this is done? Or has anyone seen this done before?