This topic is locked

Add new on the fly from the add page?

3/28/2011 5:39:48 AM
PHPRunner General questions
S
swanside author

Using this script it works on the Add Page, but, not on the popup window with the "Allow to add new values on the fly"?

Any ideas please?

Thanks

Paul.

var ctrl1 = Runner.getControl(pageid, 'Line4');

var ctrl2 = Runner.getControl(pageid, 'Post_Code');

ctrl1.on('change',function(e)

{

var value=this.getValue();

ctrl2.setValue(value);

})
J
Jane 3/29/2011

Hi,
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

S
swanside author 3/29/2011

Thanks Jane, I have just done that.

Regards

Paul.