--=====================_7419390==.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
Hello,
I have an instance in which it appears an mvc is working properly locally
with the Mia VM and works as expected on the server using Firefox, but
fails when I am using IE. I can't account for this, so my assumption about
the browser may be entirely wrong.... however the functionality works with
Firefox locally and on server, and fails locally and on server with IE.
Whatever the cause, the failure is evidenced in a value not being passed in
a form. Here is where it is input:
<FORM METHOD = "post" ACTION = "events_add.mvc">
<INPUT TYPE = "hidden" NAME = "CID" VALUE = "{ get_random() }">
and, later in the script, here is the function it calls:
<MvFUNCTION NAME="get_random"
PARAMETERS=""
STANDARDOUTPUTLEVEL="text"
ERROROUTPUTLEVEL="syntax,expression,runtime">
<MvOPEN NAME = "RANDOM"
DATABASE = "/CHAMBER/RANDOM/RANDOM.dbf">
<MvIF EXPR = "{ MvOPEN_Error }">
Error opening CID dbf: <MvEVAL EXPR = "{
MvOPEN_Error }"></P>
<MvELSE>
<MvGO NAME = "RANDOM" ROW = "top">
<MvIF EXPR = "{ RANDOM.d.EOF }">
No records found. Error message RG1.</P>
<MvELSE><MvASSIGN NAME = "hold_it" VALUE = "{
RANDOM.d.RANDOM }">
<MvDELETE NAME="RANDOM">
<MvPACK NAME="RANDOM">
</MvIF>
</MvIF>
<MvFUNCRETURN VALUE="{ hold_it }">
</MvFUNCTION>
Any thoughts? I would welcome any comments.
Thanks
rg
Ralph Gauer
[email protected]
www.ralphgauer.com
505-534-4184
Silver City, New Mexico
--=====================_7419390==.ALT--
Comment