Guys,
I've reviewed the docs regarding "Creating a poor man's class" and I think I
get what's going on; Aparajita has made the fusebox library class like and
that has changed the syntax of the calls to the classes methods.
So I changed the call from:
fusebox.SendFuseaction("DistrictInfo.ShowTeacherDetail"; $fusebox; new
collection("f_FName"; $attributes{"f_FName"}))
to
$fusebox->SendFuseaction("DistrictInfo.ShowTeacherDetail"; new
collection("f_FName"; $attributes{"f_FName"}))
The $self coming from the dereferenced collection, $fusebox->
And I now get a different error as a result:
Active4D error
Source Method Line
/C/Willsub/web/willsub/index.asp [main] 13
/C/Willsub/Active4D/fusebox.a4l fusebox.core 123
$fusebox{"thisCircuit"} := $fbx_reverseCircuitPath{$fbx_circuitName}
Expected a non-empty value.
I don't think it's the syntax anymore, but I'm going to need to re-read that
section several times.
Any observations?
Thanks,
Mike
> Brad Perkins>
> Mike,
>
> Look at the v4 docs and search for "poor man's class".
>
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/