function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EatEat 

New S-Control, language suggestions?

We are looking to build an S-Control, and are exploring our options for what to develop it in.  From the docs, it looks like the three options are ActiveX, Applet, or Javascript.

I was wondering if anyone had any good or bad experiences with any of these technologies. 

Any input would be greatly appreciated.

J
DevAngelDevAngel
It all depends on what your scontrol needs to do.  The only real reason to use activex or applets is if you need to write trusted code that is not encumbered by the sandbox security imposed on javascript, ie: if you need to write files to the client, access an on premise datasource, etc.