Hi,
I am manually converting a bunch of Crystal Reports (V8.5). The database that these reports are attached to, went through a major version upgrade. Many of the actual datafile types have changed.
Evidently the file referenced below{AS_13Added_Fields_File.PermitOrdered} used to be a string field, now it is a date type.
After replacing all the old field names with the new field and running the formula checker, I got a message that “A STRING IS REQUIRED HERE” cursor stops in front of the {AS_13Added_Fields_File.PermitOrdered}.
Shared StringVar v110;
If{AS_02Service_History_Masterfil.Svc_Job_Num}="0002044" then
Shared StringVar v110 :={AS_13Added_Fields_File.PermitOrdered}
Can you store a date in a shared variable?
Thank you in advance.
Lisa
I am manually converting a bunch of Crystal Reports (V8.5). The database that these reports are attached to, went through a major version upgrade. Many of the actual datafile types have changed.
Evidently the file referenced below{AS_13Added_Fields_File.PermitOrdered} used to be a string field, now it is a date type.
After replacing all the old field names with the new field and running the formula checker, I got a message that “A STRING IS REQUIRED HERE” cursor stops in front of the {AS_13Added_Fields_File.PermitOrdered}.
Shared StringVar v110;
If{AS_02Service_History_Masterfil.Svc_Job_Num}="0002044" then
Shared StringVar v110 :={AS_13Added_Fields_File.PermitOrdered}
Can you store a date in a shared variable?
Thank you in advance.
Lisa