pui.shiftElements() question
Posted: Tue Mar 26, 2013 8:12 am
pui.shiftElements does not work in a record format whose window property is set to "true".
I believe that this is the case because a window may be relatively positioned, as opposed to "non-winow" record formats being absolutely positioned
My code in the window format is below (I have debugged the value for OFFSET, and it appears to be correct). When attempting to shift elements within a record format that is a window, are there any workarounds?
pui.shiftElements(570,1570,parseInt(get("OFFSET"),10));
Thank you, Stuart
I believe that this is the case because a window may be relatively positioned, as opposed to "non-winow" record formats being absolutely positioned
My code in the window format is below (I have debugged the value for OFFSET, and it appears to be correct). When attempting to shift elements within a record format that is a window, are there any workarounds?
pui.shiftElements(570,1570,parseInt(get("OFFSET"),10));
Thank you, Stuart