Focal Point
[SOLVED] (FOC1517) UNRECOGNIZED COMMAND after -RUN

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/182109121

May 20, 2009, 04:13 PM
ChannyS
[SOLVED] (FOC1517) UNRECOGNIZED COMMAND after -RUN
As per the advice I followed from this posting, I now get a (FOC1517) UNRECOGNIZED COMMAND after the -RUN. Of course if I don't have the -RUN, I can't use the define functions. Anyone know what is going on here?

This message has been edited. Last edited by: ChannyS,


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
May 20, 2009, 05:30 PM
Waz
Can you post the code ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

May 20, 2009, 08:00 PM
j.gross
Perhaps you omitted the "-" on a continuation of a dialog manager -SET -- like:

-SET &var = something
+ something else
- ;

The second line would get stacked and interpreted as a Focus command, leading to a FOC1517.


- Jack Gross
WF through 8.1.05
May 21, 2009, 10:02 AM
ChannyS
Thanks - indeed - a line that should have had a -* only had a --......


Thanks.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv