Search results

  1. S

    Table locking

    Where can i get this information. Is there any table that stores this info as which record is locked ? For example : we get the message usr_mstr has been locked by xyz user. press ctrl-c to exit. Please help.
  2. S

    Error 4123 Wait-For error

    This is my code. And the error in RED. What am i doing wrong here. Experts please help. define temp-table tt field tta as char field ttb as char. def var a as char. def var b as char. form a b with frame abcd. on pf3 of frame abcd do: hide frame abcd. for each tt...
Back
Top