Search results

  1. G

    Error 255 on Truncate BI

    Sometimes, when my script truncates the BI file, I get a RETURN CODE of 255. Does anyone know what that means? I cannot find it in the documentation. Thanks in advance. Gary Mittleman
  2. G

    Changing a Validate Statement in CHUI

    In CHUI Progress, I am able to programmatically change the HELP of a form. As an example: if obuf.order-type = "C" then obuf.cust-po#:HELP = "Enter original invoice # or blank". else obuf.cust-po#:HELP = "Enter customer po #". How can I change the validate routine in a...
  3. G

    Open Edge Management Question

    I have just installed Open Edge Management and started to set up alerts etc. Now I would like to print a report of everything I have set up to monitor but there does not seem to be a way to do it. Anyone have any ideas? Thanks in advance. Gary Mittleman
  4. G

    CHUI - Change VALIDATE RULES in a program

    I have a CHUI V9 program that asks for a field for report selection. I want to have the possible values be different based on the user's language code (a shared varaiable) - If English, possible values are D,R,F,B - If French, possible values ate "S,F,C,R" I am not very familiar with...
Back
Top