Monday 6 January 2014

Enable/disable form controls (Active method)

1).From controls

purchline_Assettagno_ss3.enabled(false);
purchline_Assettagno_ss3.enabled(true);

2). we Can enable/disable buttons also write in init value/active method
if(cust.age>20)
{
Button .enabled(false);
}
else
{
Button.enabled(true);
}

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 ...