Do you know mORMot?
==============
1) it needs installing an own-complied server part - it's problematic
due to the common WEB hosting vulnerability restrictions.

2) Delphi/pascal based. For WEB apps, PHP & JS are much-much more
powerful in its syntax and also allows evaluating merged command, like
here :

for (var i in monthnums) {
    eval("var curr = indexdata_arr.m" + monthnums[i] + ";");
    gebid("m" + monthnums[i] + "MT1").disabled = (curr == 1) ? "" : "disabled";
    gebid("m" + monthnums[i] + "MT1").checked = (curr == 1) ? "checked" : "";
}

3) MSEgui's IFI + PascalScript look more promising.

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to