On Sat, 6 Nov 2010, Enrico Maria Giordano wrote:
>>     And... what about a "new" setting?
>>     "!pArea->fHasMemo || !s_Memo_Limited"
> It might be a good idea but then I would not be able to do the required 
> changes, I'm afraid.

     You could try it on a new function (HB_SETMEMOPASSWORDLIMIT)
instead of existing ones (SET or DBINFO)...

HB_FUNC( HB_SETMEMOPASSWORDLIMIT )
{
    BOOL bValue = s_Memo_Limited;

    if( ISLOG( 1 ) )
    {
       s_Memo_Limited = hb_parl( 1 );
    }

    hb_retl( bValue );
}

Atte.
  Vic

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to