I need some information regarding
SET_BLOCK_PROPERTY , DEFAULT_WHERE
How it works
I am using this code
SET_BLOCK_PROPERTY('bank_recon',
DEFAULT_WHERE, 'v_bankcode= ''' || :button.bankcode || ''' and ' || 'v_chq= ''' || :button.chq_no || '''');
but when I add one another condition its not working.
SET_BLOCK_PROPERTY('bank_recon',
DEFAULT_WHERE, 'v_bankcode= ''' || :button.bankcode || ''' and ' || 'v_chq= ''' || :button.chq_no ||
''' and ' || 'recon is null'||
'''');
Please guide me and inform me how it is work... how to use ' '