Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>calias</b> the workarea alias where the browse was created http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 cAlias          The workarea alias where the browse was created
--------------------------------------------------------------------------------

 By default cAlias contains the workarea name where the browse object is
 created.

 When browsing an array, cAlias contains "ARRAY".
 When browsing a tree, cAlias contains "TREE".

 If cAlias is nil, then the current selected row is not repainted again.
 ( this is to avoid default Windows repainting when a popup is covering
   the browse -for example, when ending a MDIChild window which
   contains a browse object- ).

 The method :lCloseArea() closes the current area and makes nil :cAlias,
 thus avoiding the browse to be repainted again (when you open the sysmenu
 of a MdiChild window it causes a repaint when being closed, that is
 why we need to make the :cAlias nil and avoid that final repainted that
 would cause a Clipper error (alias does not exist).

 See IDE\SOURCE\*.prg for some samples about using :lCloseArea()



Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson