.net - Keywords not recognised in Crystal Reports -
i'm attempting recreate form in crystal reports, under vs2010, after form created under vs2008 stopped working.
i have reached point trying copy following function old form new:
shared myvariable string myvariable = {mytable.mycolumnname} formula = ""
in original function editor, words "shared" "as string" , "formula" highlighted in blue keywords.
in new version of report, "shared" highlighted keyword. when try , save function, told contains error. error reported as:
"a variable type (for example, 'numbervar') missing."
the formula works on original formula workshop. why not now?
found it.
there's dropdown box @ top of formula workshop, set "crystal syntax". changed "basic syntax" , fine.
leaving question here in case finds same problem, because couldn't relevant out of google.
Comments
Post a Comment