Adsfunc.c ADSCOPYTABLECONTENT adding 2nd optional param

Adsfunc.c ADSCOPYTABLECONTENT
adding 2nd optional param to allows the choice of filtering when copying
table
This commit is contained in:
Jean Lefebvre (Mafact)
2013-05-16 16:52:28 +02:00
parent ad8fcef5ae
commit fda8c0b459

View File

@@ -2188,7 +2188,7 @@ HB_FUNC( ADSCOPYTABLECONTENTS )
if( pDest )
hb_retl( AdsCopyTableContents( pArea->hTable,
pDest->hTable,
ADS_IGNOREFILTERS ) == AE_SUCCESS );
( UNSIGNED16 ) hb_parnidef( 2, ADS_IGNOREFILTERS ) == AE_SUCCESS ) );
else
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, HB_ERR_FUNCNAME );
}