Recent content by Anamika

  1. A

    How to hide field from input frame

    I have define 2 character variable for input and one logical variable. If logical variable is True then I wanted to display both input variables and if its false then only one variable needs to display.
  2. A

    Error How can we fix warning - pcondb for db qaddb has lkctr.

    1) Progress version, Service Pack and product - Progress 10.2B 2) OS and version - OS is Windows 10 3) What you have tried - We had executed supplier invoice create API which is customised but warning message not occurs exactly after executing this menu. 4) What errors you are receiving - No...
  3. A

    Error How can we fix warning - pcondb for db qaddb has lkctr.

    We wanted to fix this pcon Db warnings at programming side instead of changing Database. this message occurs along with ") WARNING: -l exceeded. Automatically increasing from" message during program execution.
  4. A

    WARNING: -l exceeded. Automatically increasing from 11002 to 11012

    How can I handle this warning by program.This warning message occurs during execution of program.
  5. A

    API programming

    There are some program in financial module which load data as CIM load does but using API programming,Does anyone know how can i learn API programming?
  6. A

    How To Increase Character Variable Like Aa,ab,ac....zz

    Hello, I have define character variable with value "AA".I want to display value for variable as "AA","AB,"AC".....until "ZZ". How we can write repeat loop.
  7. A

    Cim File For Character Field

    Thanks.This will also not useful.But yes I had resolved it.All we need to pass this as- Example: @@batchload icunrc.p "A0000038" 1 - - "960" "tankfarm" "pn09319-001" "12""b""123" - - - - "tested" "05/04/16" "5635" "9196" "AKOP" y . @@end Thanks a lot for.
  8. A

    Cim File For Character Field

    This is the only code which I executes. Using this code I want to create stock in inventory.It should accept "12"b"123" as reference number.Please refer attached output file.
  9. A

    Cim File For Character Field

    I had already try using ~ but not working.
  10. A

    Cim File For Character Field

    I had already try this but it's not working.
  11. A

    Cim File For Character Field

    Hello, I want to load file with character field which conatins "(double quote) in description how can we create cim file for this. Example: @@batchload icunrc.p "A0000038" 1 - - "960" "tankfarm" "pn09319-001" "12"b"123" - - - - "tested" "05/04/16" "5635" "9196" "AKOP" y . @@end Where 12"b"123...
  12. A

    Redirect ouput to screen

    Its not working I had tried it before.As I'm using gpselout.i which determines output destination.So I'm not able to get output on screen using this.
  13. A

    Redirect ouput to screen

    I want to redirect output to screen if procedure is not in batchrun mode. How do I get to know value of procedure is in batchrun at runtime. I m using gpselout.i in my procedure in which output destination is decided.
  14. A

    How to resolve "Unable to evaluate expression with UNKNOWN value in argument. (4391)" Error.

    M trying to display output stream to screen instead of getting store it in specific path.
Top