trigger

  1. P

    Question Define trigger for all tables

    Hi there! I wanted to ask if there's a way to create a trigger for all tables ("write" for example). I was thinking on using the following code in a persistant procedure: ON WRITE OF Customer DO: END. But I don't want to have to have a block of code for each table. Is there a way to do the...
  2. T

    'Choose' only triggers on second sequential click

    Hello everyone! I'm having what seems like an exotic problem with the Choose trigger of the buttons in one of my frames. Using Openedge 10.1C, i have a window which holds 5 Buttons. These buttons have a "Choose" trigger defined which call on a procedure, as such: DO: RUN CALLBACK(INPUT...
  3. R

    Question How To Use The Delete-current-row() Method Of A Browse?

    Hello Team - Does any one can give me a good start on how do i make use of Delete-Current-Row() method of a browser. Actually, I CAN'T change the filter query of the browse, But I don't want to display few records in the Result set based on some condition (like if the result Record data...
  4. N

    Help Required To Write A Generic Trigger Procedure

    Hi All, Could you please help me to write an generic trigger program, where it can be attached to any table as the operation it is going to perform is the same. Is this can be achieved using any system tables? Below is the sample trigger program. The table name should be able arrived based...
  5. S

    Question Field reading in a frame through Handle and Triggers

    I need one support on reading field values in a frame while entering to the first field of the frame. according to the below example: Once I enter to the screen, the field value of the marked should be "YES". By default this field value remains as "NO". I have to make changes through triggers...
  6. fdantas

    Question Protect field on table

    Hi friends, I have one table with restricted data. Exists one way for i protect this ? When anyone try read the specific field on table, i need block. Anyone have sugests for this ?
Top