Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Problem with containers
System
I am adding containers to my Datacapture Forms and as a result of doing so I am unable to view the original data unless I have two copies of the fields. One in the container and one outside the container.
My problem is really this, I want to be able to display the existing data in the new fields in the container. Any suggestions?
I have included the section with and without the container.
<item name="fileData">
<label>Attachment</label>
<replicant min="1" max="25">
<item name="fileName">
<label>File Name</label>
<database data-type="VARCHAR(255)" />
<description>Choose a file then click "Get file data" to populate the "File Size" and "File Type" fields</description>
<browser initial-dir="/attachments/sales_info/" size="25">
<cgi-callout url="/iw-bin/custom/production/multifilesize.ipl" label="Get file data" window-features="width=1,height=1" />
</browser>
</item>
<item name="fileSize">
<label>File Size</label>
<database data-type="VARCHAR(25)" />
<description>Click "Get file data" to fill this field</description>
<text required="f" size="8">
</text>
</item>
<item name="fileType">
<label>File Type</label>
<database data-type="VARCHAR(50)" />
<description>Click "Get file data" to fill this field</description>
<text size="4" required="f">
</text>
</item>
<item name="downloadTime">
<label>Download Time</label>
<description>Click "Get file data" to fill this field. Show download time for a 28.8k speed modem</description>
<text size="16" required="f">
</text>
</item>
<item name="fileDesc">
<label>File Description</label>
<database data-type="text" />
<description>Enter a description of the file</description>
<textarea required="f" rows="3" cols="40" />
</item>
</replicant>
</item>
<container combination="and" hide-name="t" name="attachments">
<item name="fileData">
<label>Attachment</label>
<replicant min="1" max="25">
<item name="fileName">
<label>File Name</label>
<database data-type="VARCHAR(255)" />
<description>Choose a file then click "Get file data" to populate the "File Size" and "File Type" fields</description>
<browser initial-dir="/attachments/sales_info/" size="25">
<cgi-callout url="/iw-bin/custom/production/multifilesize.ipl" label="Get file data" window-features="width=1,height=1" />
</browser>
</item>
<item name="fileSize">
<label>File Size</label>
<database data-type="VARCHAR(25)" />
<description>Click "Get file data" to fill this field</description>
<text required="f" size="8">
</text>
</item>
<item name="fileType">
<label>File Type</label>
<database data-type="VARCHAR(50)" />
<description>Click "Get file data" to fill this field</description>
<text size="4" required="f">
</text>
</item>
<item name="downloadTime">
<label>Download Time</label>
<description>Click "Get file data" to fill this field. Show download time for a 28.8k speed modem</description>
<text size="16" required="f">
</text>
</item>
<item name="fileDesc">
<label>File Description</label>
<database data-type="text" />
<description>Enter a description of the file</description>
<textarea required="f" rows="3" cols="40" />
</item>
</replicant>
</item>
</container>
Find more posts tagged with
Comments
There are no comments yet