Howdy, Ryan:
 
  What does it blow out with? .. or where does it?

  maybe:

  if error? try [message-action-cgi no-cgi-input][
     print "The error is down here?"
  ]

  Just a thought--

  -jeff

> The following statement works in my script...
> 
> cgi-input: retrieve-user-data
> message-action-cgi cgi-input
> 
> The function 'retrieve-user-data successfully transfers the CGI input into
> the variable 'cgi-input and subsequently, the 'message-action-cgi function
> successfully processes the cgi-input variable. The cgi-input object
> includes three values: messageType, messageID, and actionType. I test the
> above statements using a URL, as such...
> 
> 
>http://www.fargonews.com/cgi-bin/messages.cgi?actionType=display&messageType=news&messageID=none
> 
> 
> But if I try to add error-checking so that it will default to using a
> pre-defined object!, it does not work.
> 
> if error? try [
>      cgi-input: retrieve-user-data
>      message-action-cgi cgi-input
> ][
>      no-cgi-input: make object! [
>          messageType: "news"
>          messageID: "none"
>          actionType: "display"
>      ]
>      message-action-cgi no-cgi-input
> ]
> 
> 
> I've been working on this little problem for a long time now. Can anyone
> see what I'm doing wrong?
> 
> Ryan C. Christiansen
> Web Developer
> 
> Intellisol International
> 4733 Amber Valley Parkway
> Fargo, ND 58104
> 701-235-3390 ext. 6671
> FAX: 701-235-9940
> http://www.intellisol.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to