requesttype

beasscript-logo-small

start a special funciton from the current page

 

(Variable requesttype)

 

reqrequesttypes

 

ajax

call the ajax-script

you've 2 variables

ajaxcommand, ajaxparameter

beas send no header or footer-html

update

call the updatescript

if you work with sqltable=update, then you must set the updatepage. This page is calling, when update is ok. If update is wrong, beas call the current window with errormessage.

 

if you work with your own script

when error:

shtml=message=error$$your message

return failure

beas will start the script from the same page

 

when ok

shtml=message=ok$$your ok-message

setvar=updateok=true

shtml=go2page=back

logout

full logout and restart the current web-program (same program)

<a href="@home@?requesttype=logout" @t=Logout@></a>

sessionlogout

full logout from program - restart to the program-list

<a href="@home@?requesttype=sessionlogout" @t=Logout@></a>

<functionname>

call directly the functionname from current page

sqltable:<name>

execute the SQL-Object

For this create a new Object "SQLTABLE"

then you can execute the sql-view with this request directly

 

Example: see shtml.search-Function