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:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user