Is there anyway to change the default icon toolbar to a smaller icon toolbar in version 9?
Hi, I'm trying to do a simple jscript to determine whether some specific text box is enabled or not in v9. My jscript is as below. function addOnLoad is called during form load and all dependencies of the involved form control is ok when i test it on server side. Can someone share any idea why it's not working?? function…
Question. Can the floating license server be installed on the same server hosting the application?
when I'm using sample code from "SZK Enterprise Component Libraries", to get "Custom List" : IMetastormOperation metastormSession = new MetastormOperation(); IFormField[] loginData = new FormField[] { new TextField() { Name = "username", Value = "sysadmin", Culture = CultureInfo.InvariantCulture.ToString() }, new…