Here are a couple of more clues. The following is from the Microsoft
Script Debugger:
var aField = theForm.getField ('F300037600');
var aPageFidArray = new Array ('F300040900','F600002347');
aField.initPageHolder (new ARPageHolderProp (2, aPageFidArray));**ERROR HERE
var aField = theForm.getField ('F537060569');
var aPageFidArray = new Array
('F537060574','F537060579','F537251092','F711010000');
aField.initPageHolder (new ARPageHolderProp (4, aPageFidArray));
gSaveAttachWorkAroundFileTypes = "doc;xls;pdf;xsl";
var arFP = {ftype:'attachpool-
field',fid:'F537251093',pfid:'F537251092',label:'Attachment
Pool',dbn:'Attachment Pool',labelFnt:'Display',emode:'4'};
var aField = new ARField(arFP);
theForm.setField(aField);
aAttachFidArray = new Array('F537251094','F537251095','F537251096');
aField.initAttachPool(new ARAttachPoolProp(3, aAttachFidArray, "Attach
Label", "File Name", "Actual Size", 46));
function faUpdateInitialFieldAttributes()
{
var len = theForm.areFieldidx.length;
PCHideAttachOnPH();
PCHideTableOnPH();
for (var i=0; ivar fid = theForm.areFieldidx[i];
var field = theForm.areFields[fid];
if (field == null || !field.arfInView || field.arfType != "page-holder" )
continue;
field.arfSelectPage(null); **ERROR HERE**
}
Of course, there is alot more to the logs, but this is the part where the
errors are found.
Help anyone?
Thanks,
Rick
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)