method

  1. 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...
  2. Z

    Error Find first/Last failed for table (565) when used in a METHOD of a CLASS

    Hi, I am trying to run a program, where a method that is used in this class is defined. CLASS classname: CONSTRUCTOR classname(): method2(). END CONSTRUCTOR. METHOD PRIVATE LOG method1(): ..... FIND FIRST tablename NO-LOCK. ..... END METHOD. METHOD method2()...
Top