Date:  03/29/2002 04:06:26 PM Msg ID:  000509
From:  John Potter Thread:  000509
Subject:  Server.Execute() parameter problem
Hello,

I have the following stub in http://www.config.org/potter/browseBeta.fwx:

=Server.Execute("reply.fwx",m.currentRecNo)

It generates the error message below:

Error #:      1238
Message:  No PARAMETER statement is found.
Program:  C:\INETPUB\POTTER\POTTER\REPLY.FXP

The very first lines in http://www.config.org/potter/reply.fwx are:

<%
PARAMETER m.CurrentRec
private m.CurrentRec,string
set proc to foobar
=OpenFiles()
sele DATA
set orde to
goto m.CurrentRec
%>

What's up?

Ciao,

John Potter