Browse By Tags

  • The Client Side API

    This is a simplified and specialised set of code libraries that will allow easy screen customizations. The API is based on the JQuery syntax although I must stress that knowledge of JQuery is not needed in order to use the API. The API is included…
  • Merge Input of the Fields into an other Field

    Hello everyone, i've a problem to merge to fields (pers_firstname, pers_lastname) into a new field pers_completename When a user add a new person or edit a person the field pers_complete name should be filled automatically. I am really new to the…