We have Active4D running on a client (OS X). We have some A4D scripts that are actually like library methods - they produce generic data (e.g., a PDF .xfdf structure). The data output could then be formated to return to the browser if called from the web, or to a 4D method if called from a 4D Client. While I could put these methods in 4D, I like the flexibility I get with A4D - especially when we're just prototyping a form. If A4D were running on the server, I could execute these methods from any client with "A4D Execute {file:text}" and retrieve the response blob. Is there an easy way to do this with A4D running on a client?

I guess one option is Execute on Client, but then I've got to go through all kinds of hoops to return the data. I've tried "A4D Execute 4D Request", but it also seems to want to execute the method on the requesting client, not the client that is running as the web server. I guess there are the TCP plugin methods, but maybe I'm missing something in the A4D execute methods.

Steve



_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to