PDA

View Full Version : I'm stuck



Chuck Atkinson
23-Jan-2007, 12:37 PM
Trying a test of the Ajax library.

Created a new Workspace. Added the Ajax Library to the Workspace Library.
Copied over the recommended files from AppHTML etc.

Created a new 'Web Project for Business Rule Engine'

Added Web Object : Session Manager for Business Rule Engine.

Tried compiling and get the following output errors:
===================================
Error 4313 .... Include file not found CBREWEBAPP.PKG

Error 4313 .... Obsolete command is unsupported OLD STYLE USAGE: S/B
GOSUB_RETURN

====================================

The obsolete command appears to be in the Function HasRights. There is a
'Return bResult' instead of 'Function_Return bResult'

Is this me or is something wrong????

Thanks,
Chuck Atkinson

Harm Wibier
23-Jan-2007, 06:51 PM
Hello Chuck,

There are indeed some problems with the templates because of last minute
changes before the alpha release.

The include error was already known and fixed for the next version, the
included file should be the usual cWebApp.pkg instead of cBreWebApp.pkg. The
return instead of function_return wasn't reported yet and will also be fixed
for the next version.

Thanks for reporting the errors!

Regards,

--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl


"Chuck Atkinson" <chuckatkinson@idealease.com> wrote in message
news:1DM3VUxPHHA.1796@dacmail.dataaccess.com...
> Trying a test of the Ajax library.
>
> Created a new Workspace. Added the Ajax Library to the Workspace Library.
> Copied over the recommended files from AppHTML etc.
>
> Created a new 'Web Project for Business Rule Engine'
>
> Added Web Object : Session Manager for Business Rule Engine.
>
> Tried compiling and get the following output errors:
> ===================================
> Error 4313 .... Include file not found CBREWEBAPP.PKG
>
> Error 4313 .... Obsolete command is unsupported OLD STYLE USAGE: S/B
> GOSUB_RETURN
>
> ====================================
>
> The obsolete command appears to be in the Function HasRights. There is a
> 'Return bResult' instead of 'Function_Return bResult'
>
> Is this me or is something wrong????
>
> Thanks,
> Chuck Atkinson
>
>
>