Having a problem using %Include it doesn't work ----Please help

Hi All,

I have a file ABC.lss which I am storing on my C:\TestFolder\

I have class files and Functions in it …Got this file from somewhere…

When I use the %Include “C:\TestFolder\ABC.lss” in the Declaration of the Form Action Button called Update Request , it doesn’t work …

It gives me an error " Update Requst Declarations 1: PUBLIC is not allowed in this module when I am trying to save the Form Action button.

Please help

Sue s

Subject: Having a problem using %Include it doesn’t work ----Please help

Comment out the “Option Public” line in the .lss. Obviously, you can’t load Option public into the form action (especially if you are loading it in “Declarations.”)

hth.

brandt

Subject: RE: Having a problem using %Include it doesn’t work ----Please help

Im a little late, but if you can, put it in the forms global “declarations” section. You shouldn’t have to go and edit out the “Option Public” that way.