Browse By Tags

  • Action buttons on Custom Entity Find Screens

    Below is a picture of the Company Find screen.. This is the standard system screen. But can this screen be duplicated for new entities such as "Project". The answer is very nearly yes. In the code for a Project Find screen that I have presented here you…
  • More thoughts on adding Action buttons to Find Screens

    SyntaxHighlighter.config.clipboardSwf = '/dp.SyntaxHighlighter/Scripts/clipboard.swf'; SyntaxHighlighter.all(); I wrote an article previously that showed how the action buttons on the system search screens set a hidden value in the form. This is the…
  • How to arrange buttons.

    I am trying to arrange my custom buttons so that they are all consistently in order on every single page. Please see the code below : this.EditMethod = "RunEntityDataPageEdit"; this.AddUrlButton("Delete", "Delete.gif", UrlDotNet(ThisDotNetDll, …