johnpaulfrace
Programmer
how to replace multiple text in Crystal report 9:
sample //
If InStr({ado.Majors}, 'Engineering') > 0 then replace({ado.Majors},'Engineering','Engr.',1,1)
else
If InStr({ado.Majors}, 'Communication') > 0 then replace({ado.Majors},'Communication','Comm.',1,1)
sample //
If InStr({ado.Majors}, 'Engineering') > 0 then replace({ado.Majors},'Engineering','Engr.',1,1)
else
If InStr({ado.Majors}, 'Communication') > 0 then replace({ado.Majors},'Communication','Comm.',1,1)