Search results

  1. emerson82

    Unable to find or open .lk file.

    Thanks for reply. Sorry, I should have mentioned my OS and Progress version. I'm using Progress 10.A and IBM AIX. I've talked to my sysadmin and he gave me the permission. Thanks a lot. Emerson
  2. emerson82

    Unable to find or open .lk file.

    Hello, I'm trying to initialize my database and got the message, Unable to find or open <file>.lk, errno=13. How could I fix this problem? Thanks. Regards, Emerson
  3. emerson82

    Size necessary for applying a df

    Hello everybody, We have many test databases that are spread in my Unix. But, there is a database where its volume is almost full. So, my problem is... the system admin complains that there is no free space available to reallocate my database. Every day I need to apply dfs in this database...
  4. emerson82

    Add extra col to a Browse

    Hi, I'm using character version I would to call a funciotion from my Browse, that function would show the name of a customer. Below, I printed my browse. But, I have to show the of a cdprd field and that belongs another table. DEFINE BROWSE br-mtbcd073 QUERY br-mtbcd073 NO-LOCK DISPLAY...
  5. emerson82

    Is there possible?

    Thanks for the help!!! My first problem is develop a code when the user types a mathematical string, example N * 0.0178 + (N / 1000) and whenever my program found product it apply the products' weigth to mathematical string. The only way I found to solve this problem was developed the source...
  6. emerson82

    Is there possible?

    Hello, I've a problem, my users wish fill a register about Mat rules and that rule be run when the program is running. Is there some way to create this? I solved this problem with the follow source: formula = "out1 = " + formula-norma-lem.formula-txt[ict]. OUTPUT TO...
Back
Top