EBDN - Community

Community Blog Posts

This example shows how to set or change the attribute category definition. EasyBlog.require() .library("ace") .done(function($){ var editor = ace.edit("628e16567ba18"); editor.setTheme("ace/theme/crimson_editor"); editor.getSession().setMode("ace...
  1.   Thursday, 03 March 2022
  2.   Code Samples
  3.   Application Development C#
  4. Comments
This example shows how to set or change the attribute category definition. EasyBlog.require() .library("ace") .done(function($){ var editor = ace.edit("628dd1e7484ab"); editor.setTheme("ace/theme/crimson_editor"); editor.getSession().setMode("ace...
  1.   Thursday, 03 March 2022
  2.   Code Samples
  3.   Application Development VBA
  4. Comments
The data revision has a macro call for post processing.This macro must have a specific name (VBA: Revision.Rules.Run   .NET: RevisionRules.Run)The example shows how different events (e.g. "Ok", "Cancel", "Created"...) can be quired. EasyBlog.req...
  1.   Friday, 03 April 2020
  2.   Code Samples
  3.   Application Development VBA
  4. Comments
Beginning with EB version 6.9.1, an attribute of an object can be marked as "released". For this purpose, there is the property IAucAttribute.Released on the attribute object. This property is protected by an access control.  EasyBlog.require() ...
  1.   Wednesday, 18 December 2019
  2.   Code Samples
  3.   Application Development VBA
  4. Comments
The Extended Partner Runtime Interface contains classes and methods to access partner functionality. 1. Add a reference to your project 2. Cast the application object to ExPartnerApplication EasyBlog.require() .library...
  1.   Friday, 02 August 2019
  2.   Application Development C#
  3. Comments
Norbert Schulz doesn't have any blog post yet.
Unable to load tooltip content.