Search results

  1. K

    DIAG [S1000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Table/view/synonynm "<table-name>" cannot be found. (15814) (-210083)

    I am trying to run crystal report and facing strange issue - Everything is same except variable is crystal report version - On Crystal report version report gets printed very well, but keeping everything same DSN and all when I try to run same report using crystal version 13, I am getting...
  2. K

    Question Changing paper orientation & Size using Crystal report

    Hello All, I am trying to generate PDF & PS file from Progress using Crystal Report (CrystalDecisions.CrystalReports.Engine.ReportDocument). Using below code PS file always shows default orientation and paper size. I tried many combinations of printerSettings, PageSettings even PrintOptions of...
  3. K

    Data Encryption

    Hi all, do we have any feature or tool available in Progress 9.1x, which can encrypt/decrypt data (DB)?
  4. K

    Should we write internal proc? Just for code readability.

    Hi All, Need your inputs on - Should we break our code into internal procedures even not going to be used twice anywhere. Is it good or not? Due to look nice & readability, should we break code into internal proc or good to add comments and Indentations?
  5. K

    Values getting updated (released) to DB, need help in understanding the given scenarios

    Scenario 1 - create table1. assign table1.field1 = 1 table1.field2 = 2. assign table1.field3 = 3 table1.field4 = 4. pause. Now if we try to access this record in other session with no-lock, it will be available but with values which are assigned in first assign statement. Values which...
  6. K

    Confused on Record Bleeding

    Does Record bleeding occur in version 11.3? If not, I am not getting what's wrong with below code. It allows me to update NO-LOCK buffer customer. def buffer bcust for customer. find customer where customer.custnum = 10 no-lock. do for bCust transaction: find bcust where bcust.custnum = 10...
  7. K

    Any function which will return n.x as (n + 1)

    Any function which will return n.x as (n + 1), where x is lesser than 5 and greater than 0. Like 25.2, should return 26. Thanks, Krishan Gopal
Top