Andy..
3rd June 2009, 17:25
I'm trying to compile an old report, that was supposed to be working last year - but now find that it won't compile with an error at line '321'. There aren't 321 lines in the report script, so assume its referring to the temp compile file. Here's the rep_gen results:
rtisfc040807wsc2:
repgen '2tiB40Cc4livesfc040807wsc' -c 'tiB40Cc4live' -o "d:\baan\tmp\tmp0811429
31" -qe "d:\baan\tmp\tmp081142932" -x "d:/baan/tmp/tmp081142933"
2tiB40Cc4livesfc040807wsc: Warning: Section 'detail.9' defined but never used.
bic -w "d:\baan\tmp\tmp081142931" -d ottstprepdll -u -o rtisfc040807wsc2 -f "d:\
baan\tmp\tmp081142930" -qe "d:\baan\tmp\tmp081142932"
tmp081142931( 321): Error: 'ser' not declared
2 warnings suppressed due to errors.
1 ERROR REPORTED.
I can't find referece to 'ser' anywhere in the report (input fields, script) - but if I add :
string ser(666)
to the report script it does compile! (BTW, if you make ser or type that isnt string it says error long=string)
I don't like the idea of modifying code without knowing why, and wonder what else might be different/wrong - any ideas what's going on here?
rtisfc040807wsc2:
repgen '2tiB40Cc4livesfc040807wsc' -c 'tiB40Cc4live' -o "d:\baan\tmp\tmp0811429
31" -qe "d:\baan\tmp\tmp081142932" -x "d:/baan/tmp/tmp081142933"
2tiB40Cc4livesfc040807wsc: Warning: Section 'detail.9' defined but never used.
bic -w "d:\baan\tmp\tmp081142931" -d ottstprepdll -u -o rtisfc040807wsc2 -f "d:\
baan\tmp\tmp081142930" -qe "d:\baan\tmp\tmp081142932"
tmp081142931( 321): Error: 'ser' not declared
2 warnings suppressed due to errors.
1 ERROR REPORTED.
I can't find referece to 'ser' anywhere in the report (input fields, script) - but if I add :
string ser(666)
to the report script it does compile! (BTW, if you make ser or type that isnt string it says error long=string)
I don't like the idea of modifying code without knowing why, and wonder what else might be different/wrong - any ideas what's going on here?