From message 9430 description..
"Your action code segment has exceeded 63000 bytes, which will make
it unusable for versions earlier than 9.1C. If you need earlier
versions to use this rcode, you will need to reduce the size of the
main program."
I've ran into a 64k limit in triggers before, if that is what "action
code" refers, but I forget exactly how I solved it. I may have put
some of the code in a subprocedure, or set the "-inp" client
parameter "-inp 16384".
You can try removing "white space" and any blanks in source code.
Maybe use abbreviated commands. Anything to lower the number of
characters in the offending segment.
Good luck,
Lonnie
"Your action code segment has exceeded 63000 bytes, which will make
it unusable for versions earlier than 9.1C. If you need earlier
versions to use this rcode, you will need to reduce the size of the
main program."
I've ran into a 64k limit in triggers before, if that is what "action
code" refers, but I forget exactly how I solved it. I may have put
some of the code in a subprocedure, or set the "-inp" client
parameter "-inp 16384".
You can try removing "white space" and any blanks in source code.
Maybe use abbreviated commands. Anything to lower the number of
characters in the offending segment.
Good luck,
Lonnie
--- In vantage@yahoogroups.com, "Babette Welch" <bwelch@a...> wrote:
> Hopefully, someone can give me some insight here.
>
> When compiling a simple progress program,
> receive this warning, is it serious?
>
> "WARNING: More than 1 action code segment used in H:\Progress
Programs\Prod_gr.r. (9430)"
>
> =============================================
> Babette Welch
> IT Director
> Argonics
> 1110 Wright
> Marquette MI 49855
> 906.226.9747 ext 235
> 906.228.0951 fax
>
>
>
>
> [Non-text portions of this message have been removed]