how can i unhide table after using dbHiddenObject

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thread

    how can i unhide table after using dbHiddenObject

    Hi All,
    i cannot recall what is the function that is opposite to
    dbHiddenObject
    any ideas?
  • Benny Andersen

    #2
    Re: how can i unhide table after using dbHiddenObject

    On Tue, 7 Oct 2008 02:21:21 -0700 (PDT), thread wrote:
    Hi All,
    i cannot recall what is the function that is opposite to
    dbHiddenObject
    any ideas?
    SetOption "Show Hidden Objects", False
    --
    Benny Andersen

    Comment

    Working...