Monday 21 April 2014

if(LedgerJournalTable.PaymentRequest==NoYes::Yes)
   {
        LedgerJournalTrans_PaymentjournalID.enabled(true);
        JournalAmount.enabled(true);
    }
    else
        {
            LedgerJournalTrans_PaymentjournalID.visible(false);
           JournalAmount.visible(false);
         }

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...