Friday, June 3, 2016

Using Shared Variable in Crystal Report

//used Shared Variable In Crystal Report

//create Formula Emp_Code
whileprintingrecords;
shared numbervar code := field namd
//Put Code InGroup Selection On Sub Report
shared numbervar code;
field name = Code

No comments: