This topic is locked

How to refer details table controls on Master details Page

12/20/2010 3:20:13 PM
ASPRunnerPro General questions
A
admin author

Hi,
I have master details page and I have loaded following code to "Java Script on Load" event and this is working fine.
var ctrlFrcode = Runner.getControl(pageid, 'Frequency_Code');

ctrlFrcode.setValue('Monthly')
But the same way how we can refer details table fields on that master details page so we can populate some values during.
Thanks

Sami