Hi there,
I am running CR8.5, where I have created a report that works brilliantly.
The problem comes when I transfer it to the app, which I have only now been told uses CR7 DLL's. I get the following error (from the app):
'numberVar intCount := 0;
'
The remaining text does not appear to be part of the formula.
Now the formula is pretty basic:
numberVar intCount := 0;
stringVar strResult := '';
For intCount := 1 To UBound({?Person}) Do
strResult := strResult + ', ' + {?Person}[intCount];
Mid(strResult, 3);
Does anyone know why this wouldn't work in CR7?
If so, any solutions?
Thanks,
Peter.
I am running CR8.5, where I have created a report that works brilliantly.
The problem comes when I transfer it to the app, which I have only now been told uses CR7 DLL's. I get the following error (from the app):
'numberVar intCount := 0;
'
The remaining text does not appear to be part of the formula.
Now the formula is pretty basic:
numberVar intCount := 0;
stringVar strResult := '';
For intCount := 1 To UBound({?Person}) Do
strResult := strResult + ', ' + {?Person}[intCount];
Mid(strResult, 3);
Does anyone know why this wouldn't work in CR7?
If so, any solutions?
Thanks,
Peter.