Recent content by slurpy

  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

    Ok i fugured what i was doing wrong. I was using 'HIDE FRAME ABCD' in the code. I just had to remove that and it worked. Thanks for making me think. :biggrin:
  3. S

    Error 4123 Wait-For error

    Progress version is 9.1E04. I even tried the following in the above code.It gave the same error. on pf3 of field a do: hide frame abcd. for each tt: disp tta ttb with frame gggg. end. end. Can you please guide me as to what is the right...
  4. 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