PHPR build 5106
Playing with the somewhat new feature "add button", seem to me only be working partly...
- im leaving the javascript onBefore as is.
- im editing the php server side with:
global $dal;
$dal->Table["arg_broadcast"]->Value["subject"]="First event";
$dal->Table["arg_broadcast"]->Add();
$result["txt"] = $params["txt"]." world!";
- leaving the js, onAfter as is.
For some reason the output is: Sending request to server...
and the record is never added to the table.
I succeeded once to get a message from the onAfter event. A record was not added here as well.
so if anyone could guide me in the right direction....