Skip to Content
0
Jan 12, 2008 at 05:47 AM

Syntax error

64 Views

there is a standard program, in which thr r several includes being used. One include is having a perform statement, which is calling a form that is written in another Include. When i compile this program, it throws syntax error saying "form not found". But form is very much there, only that its in another include. That include's name is not written in the include which is calling perform statement.... hope im making sense. Could that be the reason for syntax error? I want to confirm before i could think of touching standard program code.