This page (revision-28) was last changed on 26-Nov-2021 10:22 by Kevin Higgs

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
28 26-Nov-2021 10:22 5 KB Kevin Higgs to previous
27 26-Nov-2021 10:22 5 KB Kevin Higgs to previous | to last
26 26-Nov-2021 10:22 4 KB Kevin Higgs to previous | to last
25 26-Nov-2021 10:22 4 KB Kevin Higgs to previous | to last
24 26-Nov-2021 10:22 4 KB jmyers to previous | to last
23 26-Nov-2021 10:22 4 KB JMyers to previous | to last
22 26-Nov-2021 10:22 4 KB JMyers to previous | to last
21 26-Nov-2021 10:22 4 KB JMyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 12 changed one line
The new Form Input Component (FIC) is a modified text field, which displays 3 components:
The new Form Input Component (FIC) is a modified text field, which displays three components:
At line 14 changed one line
# File chooser action button, which allows users to browse and attach a new file.
# File chooser action button, which allows users to browse and attach a new file.
At line 24 changed one line
#The media code needs to be created for the table for which the file is to be attached. In [IMFDH], the user will need to add 2 form items to represent the new file attachment column as a form item in the form:\\ \\ a) Column with the same column name as the media code.\\ \\b) Column with the same column name as the media code followed by either “_FILE” or a “_DATA”. Adding the “_FILE” column will save attached files to the server file system while adding the “_DATA” column will upload all attached files to the database in the MEDIA_BLOB column of the Media table.\\ \\[AttachingFile_03.jpg]\\ \\Please note that the form item represented on the form should be the “_FILE” or “_DATA” form items. The other form item should be hidden.\\ \\
#The media code needs to be created for the table for which the file is to be attached. In [IMFD], the user will need to add two form items to represent the new file attachment column as a form item in the form:\\ \\ a) Column with the same column name as the media code.\\ \\b) Column with the same column name as the media code followed by either “_FILE” or a “_DATA”. Adding the “_FILE” column will save attached files to the server file system while adding the “_DATA” column will upload all attached files to the database in the MEDIA_BLOB column of the Media table.\\ \\[AttachingFile_03.jpg]\\ \\Please note that the form item represented on the form should be the “_FILE” or “_DATA” form items. The other form item should be hidden.\\ \\
At line 29 changed one line
*The new web item displays 2 components:\\a) Name and link to open the attached file.\\b) File chooser action button, which allows users to browse and attach a new file.\\ \\
*The new web item displays two components:\\a) Name and link to open the attached file.\\b) File chooser action button, which allows users to browse and attach a new file.\\ \\
At line 33 changed one line
Example of the set up:\\ \\[AttachingFile_06.jpg]\\ \\[AttachingFile_07.jpg]\\ \\[AttachingFile_08.jpg]
Example of the set up:\\ \\[AttachingFile_06.jpg]\\ \\[AttachingFile_7.jpg]\\ \\[AttachingFile_08.jpg]