Recent content by olala

  1. O

    Can not access method of .Net class from 10.2B

    Hi, I am using progress verion 10.2B, Window Vista 32-bit. 10.2B supports the ability to buil ABL applications that use .Net classes, I try to using method ComputeHash from SHA256 class to generate the sha-256 hash by coding in 10.2B. The code as below: using System.* FROM ASSEMBLY. using...
  2. O

    Use FIND with a variable

    You can use .i file with code: FOR EACH {&table} : Display {&table}.{&filename}. END. then call .i and pass the table name to .i Example: olala.i &table = "customer".
Top