Using $attributes{"userID"} in the query fixed that problem, but now I get
th following error:

Active4D error
Argument types are incompatible.
$fb_rawFA:= $attributes{"fuseaction"}

Line     Source
3 /C/Documents and Settings/Mike/My Documents/MDS
Projects/Willsub_2003/web/FirstApp/index.a4d
181 Method "fusebox.Core"($inAppPath;$ioAttributes;$inNestedCall)
24 /C/Documents and Settings/Mike/My Documents/MDS
Projects/Willsub_2003/web/FirstApp/Login/fbx_switch.a4d
6 /C/Documents and Settings/Mike/My Documents/MDS
Projects/Willsub_2003/web/FirstApp/Login/act_ValidateLogin.a4d
6 Method "fusebox.SendFuseaction"($inFuseAction;$inAppPath;$ioAttributes)
99 Method "fusebox.Core"($inAppPath;$ioAttributes;$inNestedCall)

The closing bracket in $attributes{"fuseaction"} is Bold with this error.
I see that $fb_rawFA is defined as type text in the fusebox.a4l document,
and that the line:
$fb_rawFA := $attributes{"fuseaction"}
immediately follows, how can I find out what's in $attributes{"fuseaction"}?

>
> That should be $attributes{"userID"}. In Fusebox you must access form
> variables or query params through the $attributes collection.
>
> Regards,
>
>     Aparajita

Reply via email to