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.”)
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.