Hi Mr Camil...
Thanks a lot you are T O P hehehe... and also thanks a lot to Mr Boudewijn and Mr Yuri for your time replying me :)
Thanks ^-^,
ursula
> THIS SHOULD BE OK
>
> set tablevalidate to 1
> TRY
> use cmc shared
> catch to oException
> if oException.errorno=2091
> SET TABLEVALIDATE TO 0 && TO DISABLE TABLE CHECK
> use cmc exclusive
> APPEND BLANK
> DELETE
> pack
> endif
> endtry