BRWMON1.TXT

Free, open source code to use with Harbour/miniGUI 2.6.7
by Jos Arturo Garca Vzquez
arturogarciavazquez@yahoo.com.mx  -  write "HMGforum - your text" in subject.
I know I need to improve my English.
If I write so cryptic, please, read the code (code is small).

While this code is usable, it always will be considered Beta.
Keep looking for news on miniGUI official v 2.6.7 ->

------------------------------------------------------------------------------
Set of routines to simulate OnChange event for right click in a BROWSE control
------------------------------------------------------------------------------


/***  ToDo LIST  *************************************************


****  CHANGELOG  ***************************************************************
2009.01.28 - rem: declared Beta (in fact, always will be beta)
                  Code is small, so I really think no changes are needed,
                  but I'm waiting comments from comunity.
             add: new sample BROWSE4.PRG to show 2 updates in cascade.
                  OnChange in PEDIDOS launch updates for ITEMS & CLIENTES
                  OnChange in ITEMS   launch updates for PRODUTOS
             rem: no changes in code, I only put apart code, manual & changelog
                  to improve the reading.

2009.01.24 - fix: BRWMonitor() now correctly returns "previous status"
             fix: BRWMonitorBegin() now never accepts an interval less than 100 ms
             fix: BRWMonitorTimerRelease() now it does what it is intended to do
             chg: changes on documentation and sample Browse2NEW.prg
             rem: discarded the creation of BRWMonitorSetNewInterval()

2009.01.23 - first alfa released to be tested with Harbour/miniGUI v.2.6.7
             I just coded this routines yesterday
********************************************************************************/
