For the record, use of the "this.resolveNode" was suggested by this very site. As for the suggestion of the using the shortest possible reference seems to have done the trick. Thank you.
I have a form that has 30 sections in it and in each section is a table that allows addition of a work code. Along with the 'Add' button there is a 'Remove' button in case a work code is entered in error. In the very first section this button works correctly, removing the last work code entered. ...
Not sure what the fix was but in trying to get a copy made to share here I actually got it working just by removing a word from the title. Bizarre is all I can say. Thank you for you quick response, as usual.
I have a form that opens when I click on the link. However if I insert the link into a sentence and click on that I get an HTTP 4004 error. It was working fine a few days ago. Not even sure where to look for what could be causing this? Anyone familiar with something like this?
This did not work for me. What we did do which does work is the following... min(tblCourse.row9.proRatedApproved[*], row3.tuitionRemaining[0], tblCourse.row8.reimbApproved[0])in form1.page1.bottom.tblReimbRcvd.row4.finalTotalApproved::calculate - (FormCalc, client)
My form has a field at the beginning where the user defines "full time" or "part time". If "part time" is selected a "drop down %" field appears and the user defines the %. This % is then used in a calculation in a table at the bottom of the field, calculating the "Total Pro-Rated Amount" field. ...