Using Custom Image in Application/Forms
At times we use custom images in controls (image controls) or as Graphic buttons. These have to be placed appropriately to be shown on Web and during development While in …
At times we use custom images in controls (image controls) or as Graphic buttons. These have to be placed appropriately to be shown on Web and during development While in …
Media Objects and Imaging is a wonderful feature JD Edwards has which enables you to attach useful information to an application, including information that might currently exist as a paper-based …
Reports like Sales Order Print, Invoice Print, Purchase Order Print often have the requirement to print the Page Numbers inline with the Orders. For e.g. each order should have Page …
Headerless Detail forms close after hitting OK button. This is the default property of the form. Many cases we do not want that to happen. There are 2 methods to …
Currently, there is no available business function to get time difference. The following event rules logic can be considered : Convert Input TimeA from HHMMSS into Seconds (Time A) Convert …
One of the most common pieces of code developers have to write is to copy a record from one table to another. Recently I had to copy a record from …