plm668p14274902
11-05-2016
please help to improve the JavaScript script
Magus069
MVP
12-05-2016
Hi there,
to increase and decrease the height of a subform, you use the following within the click of + and - button's
This should do the trick, I hope this will help you
13-05-2016
cmdRemove::JavaScriptif (_Row1.count > 1) { var b = parseFloat(Subform3.h) + 3.25; Subform3.h = b + "mm"; _Row1.removeInstance(this.parent.index);}
cmdRemove::JavaScript
if (_Row1.count > 1) {
var b = parseFloat(Subform3.h) + 3.25;
Subform3.h = b + "mm";
_Row1.removeInstance(this.parent.index);
}
please help me ,thanks very much