Has anyone who has Active4D running on a 4D Client tried to use a direct 
execution command? From the server with EXECUTE ON CLIENT?

We have a 4D wrapper method A4D_execute that  builds parameters and calls the 
plugin command "A4D Execute Text".

It works fine on a development server where Active4D is running. It works fine 
in 4D standalone, or whatever you call it. It works if I call it from an 
Active4D script on the web client.

If we wrap it in EXECUTE ON CLIENT, I get no response. The client is registered 
and  all that 

For instance

EXECUTE ON CLIENT("4DWebClient";"A4D_Execute";"<% write to console('hi 
steve')%>";"")

where A4D_execute has 3 parameters $script, $query, and optional pointer to a 
blob)

Just trying to do: 

 In fact, you could easily use Active4D as a general-purpose scripting engine 
by executing files or blocks of text that are nothing but Active4D code.

Again, I don't do much 4D code. If someone see something I missing, please let 
me know.

Steve Alex
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to