I am using crystal reports 2008.
I am creating a formula of :
Shared shr_addr_1 As String
shr_addr_1 = {customer_address.addr_1}
formula = ""
But when I try to save it I get the message " A variable type(for example, 'numbervar' is missing). The shr_addr_1 seems to be the issue.
I've used this in other reports with no problem but when I copy this to my new report I get the error.
Any ideas?
Thanks,
Bruce
I am creating a formula of :
Shared shr_addr_1 As String
shr_addr_1 = {customer_address.addr_1}
formula = ""
But when I try to save it I get the message " A variable type(for example, 'numbervar' is missing). The shr_addr_1 seems to be the issue.
I've used this in other reports with no problem but when I copy this to my new report I get the error.
Any ideas?
Thanks,
Bruce