Avatar

Level 1

I have a link in the LiveCycle form that can be clicked by the user to open Windows Explorer and modify the file. The xml for the link is below:

        </draw>

         <draw name="Text" x="35.394mm" y="104.458mm" w="167.593mm" h="4.171mm">

            <ui>

               <textEdit/>

            </ui>

            <value>

               <exData contentType="text/html">

                  <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="tab-interval:0.5in;tab-stops:right 0.5in right 0.667in;font-family:'Times New Roman';text-decoration:none;letter-spacing:0in">Add new project to the Courseware Revision Status spreadsheet<span style="xfa-spacerun:yes"> </span><a href="file://///52TYMX-AS-TM040/FPMI_Common/Project Time Tracking/CW Revision Status"><span style="font-size:10pt">S:\Project Time Tracking\CW Revision Status\</span></a><span style="xfa-spacerun:yes"> </span></p></body>

               </exData>

            </value>

            <para vAlign="bottom"/>

            <traversal>

               <traverse ref="CheckBox1[20]"/>

            </traversal>

         </draw>

I do not have access to notepad++ (hex editor) and as such am trying to make hex changes with Adobe LiveCycle if possible.

Thanks for your response.