• How to store Blob image's type in a table ?

    I created a custom screen where I am displaying images related to a driver. I am using a datatype of ABB, input of Display, and Graphic object of Photo.I have an issue on how to store those images. I know that it is stored in the CBLOB table. In the screen…
  • Delete/insert lines with SOAP web service

    Hi, I don't understand how to set up the parameters to insert and delete lines via web service; actually, I can't find much on those parameters in general (their definition, when should I use which, etc). A simple example would do the job as well, I…
  • How to Post Purchase Invoice via Code

    Hi, We want to post Purchase Invoices from code after it has been saved, we have done a similar customization for the Suppliers and it works perfectly. However, for the Purchase Invoices, it does not execute. Here is the code snippet we use. It…
  • 4GL - Reading a field value and formatting

    Hi all, I would like to read a value from a field (TEXT) and If the user entered a value different than only numbers the system will replace all non number characters to blank. something like : replaceAll( ' [^0-9] ' , ' ' ) is it possible? …
  • Progress bar in Sage X3 4GL

    Hi everyone, I'm using "Call OUVRE_BOITE From GESECRAN" to show a popup window with a progress bar while doing some stuffs. How can I show the same popup window but with 2 bars, the first for the main task and the second for the sub tasks? Thank you…
  • Read CLOB file that is not stored

    Hi, We have a string returned into an XML format the we store as Local Clbfile variable. What is the best way to get a string out of this variable? Kind Regards
  • Production BOM's - Customization V6.5

    Hello, We are trying to add a customization to the Production BOM screen (BOD1), which adds the average cost from ITV onto the mask for the screen BOD1. I have written the following code: $ACTION Case ACTION When "OUVRE" : Gosub OUVRE When "LIENS…
  • SAGE X3 V9 ASKUI IT DOESN'T EXIST

    Hello, First of all I have to say that I am a beginner on SAGE X3 environment, so it is possible I ask very easy question......sorry for that I have to read the content of an ascii delimiter file to generate accountancy entries on X3 V9 To do…