Search results

  1. Rajendran_

    Question How to increase decimal limit?

    Hello, I have a piece of code which has decimal value with 4 whole-number and 5 decimal value (5608.90585). When I display this decimal value, its displayed as 5,608.9059. But I want to display it as 5608.90585. It might be a silly question but I couldn't find anything to increase it's limit...
  2. Rajendran_

    Answered How to expand include files content in a procedure file

    Do we have an in-built mechanism to expand the include files content in a procedure file? Let's say I have a procedure with 10 lines of code. I include a .i file with 5 lines of code at line 6 and that .i includes another .i with 10 lines of code. How can we generate a .p file with all the .i's...
  3. Rajendran_

    Question Can we remove the space allocated for a table field in a frame when the field values is empty in CHUI?

    Hello everyone, I have table with certain number of fields, let's say for example 7 fields. My 7th field would have value for some records and would be empty for some records. I created a simple frame with a particular width that fits the first 6 fields and the 7th field is displayed on the...
Top