• Entry point when report is finished printing

    Hello We have the problem that sometimes the print server not prints out a report. Even though we started the print for a document (e.x. purchase order) in 4GL with the following code: For a custom development we are looking for an Entry Point which…
  • Customize standard operation of standard process

    Hello. I'd like to customize a standard operation into CNSSPRSTD standard process, called by the specific processing CNSSPRSPE, about projected stock inventory. It's possible to: - copy the standard process CNSSPRSTD - create a new one, called…
  • How to modify the quantities of a delivery and its movements of stock through code or import / export template

    I have a validated delivery to which I want to modify both the delivery quantities and the quantities of the stock movements made; I need to do it by code or template. Would anyone know what template to use or how could I develop it?
  • IMPRIME : Non-existent Label

    Good day, When trying to print a report that has the standard TRT script and a SPE script linked to it, we get the error IMPRIME : Non-existent Label @X3.TRT/AIMP3$adx(1279) : @X3.TRT/AIMP3$adx(877):AIMP3.IMPRIME @X3.TRT/AIMP1$adx(98):AIMP1.EXEC…
  • Cancel OK event

    I have a dialog window with just an OK button. When someone press the OK button in the OK action I check by code some fields. Depending of this fields I want to cancel the OK event, staying the window close until the user press the X button or correct…