We are upgrading to 9 and I formerly had script like this: lawForm.setDataValueById("text78",vDiff.toFixed(2));
I've tried a variation like this: lawForm.setDataValueById("lawform.tab1.tabregion1.text78",vDiff.toFixed(2));
but it's still not working. Does anyone know the proper syntax or a reference for me to look at? Thanks!
lawForm.setFormValue("text78",vDiff.toFixed(2));
It sounded good, but it didn't work. Do you have that code working on a tabbed control in Lawson 9????
It did finally work. The problem is that the control wasn't showing on the form. The label did, but not the textbox. This version of Design Studio seems very picky about spacing and wants lots of space between objects. I had several ap20 xml files and got rid of most of them and then it worked. With your syntax. So thanks!