<% Sub GetHelp
	GenerateDisplayHeader "How to use this page"
	GenerateDisplayBodyHeader
%>

<P>On this page, you can set up an export of all, or some, of the records in the selected table.</P>
<P>First, you need to enter a <strong>filename</strong> for the exported file. The default filename is the table's name followed by &quot;.txt&quot; as the extension, which means the records will be exported to a text file readable by Notepad or any other text editor.</P>
<P>You can also specify a <strong>directory</strong> for the exported file to be written to. Generally, you will need to enter a folder name such as &quot;export&quot; here, as most web hosts don't allow software (such as <%=getlang("langcommonsoftwarename")%>) to write files out to all folders</P>
<P><strong>Delimiter</strong> is where you can change the character that will separate the fields in the exported records. Generally, either a semi-colon or a comma are used, but if you aren't sure what you need, just leave it as the default.</P>
<P><strong>Header-Required</strong> specifies whether you want the column headings to be written to the exported file as an extra row.</P>
<% 	GenerateDisplayBodyFooter
End Sub %>
 