i have place images in dynamic table. table has 1 row , within row have placed imagefield. trying increment table row @ initialize event of page table placed. how assign values imagefield when rows incremented images read byte stream.rendering images not problem, placing these images within growing table row not working.
obj = xfa.datasets.data.appraisal.photos.nodes;
for(i=0;i < obj.length;i++){
form.pg_page1.sf_subform1.tbl_photos.row1.instancemanager.addinstance(true);
}
hope answer question.
thanks
esh
obj = xfa.datasets.data.appraisal.photos.nodes;
for(i=0;i < obj.length;i++){
form.pg_page1.sf_subform1.tbl_photos.row1.instancemanager.addinstance(true);
}
hope answer question.
thanks
esh
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment