Search results

  1. daranroo7

    Transaction and Buffer Scope

    Hi, I was trying to understand the transaction scope at par with buffer scope. Below is the code which i tried out. Def var vname like customer.custname no-undo. update vname. ************** Procedure proc1: define buffer bcust for customer. Do transaction: find first bcust exclusive-lock...
  2. daranroo7

    Field display in Frame

    Hi, I have a scenario like, there is a display of 10 fields. the existing program displays this using frame. now i need to make one among the field display based on a condition. can i achieve this with display statement? if yes please let me know how? when i tried using "when", though...
  3. daranroo7

    Help regarding a Trigger program

    Dear all, I have a requirement, that i need to control the display of certain data. here are the following details. * The data is displayed from a work file which is new shared and shared in the consecutive programs. * The data is displayed using a scrollable window My requirement is I...
Top