3 weeks ago
Hi All,
Need help to make one row of my internal table which is being used in an adobe form to make bold and underline.
i am using this javascript
if ( this.MATNR.rawValue.isNull )
{ this.MAKTX.font.weight = "bold";
this.MAKTX.font.underline = "1";
}
Its not working please help
item code(MATNR) | Desc(MAKTX) |
' | No Mat |
Request clarification before answering.
User | Count |
---|---|
31 | |
10 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.