declaration in crystal report?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Here is my problem: I have a store procedure name stEmployees, with Code is the attribute. In the formula editor of crystal report, I tried to declare a variable string such as: stringVar string := {stEmployees;1.Code}; ReplicateString (string,10 - Length (string) ) & string However, when I run a check syntax on this, it returns error "A string is required" on the first line of the code. Could anyone help me with this problem. Thanks a bunch. John