<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>windows server 2008 r2,filepro 5.0.05dn9</p>
    <p>The line below is what I've been using to export the selected
      fields information into a file <br>
    </p>
    <p><font size="+1" color="#3333ff">export multi
        invfile=c:\!Output\eBay\<wbr>eBayInvy.slk</font></p>
    <p>The field in inventory containing the memo data is 367 and what I
      initially tried was this "invfile(42)=invy(367)" but that didn't
      work at all.</p>
    <p>Reading  the help about memos all I see is stuff about exporting
      the memo to a file which I suppose is what I'm wanting to do.
      Although nowhere did I see anything that would suit my needs to
      copy the syntax structure from.</p>
    <p>This is what the help shows <br>
    </p>
    <p>"MEMO xx EXPORT filename    Exports the MEMO field xx to the
      specified filename"</p>
    I know it's totally wrong but from what the help says all I can
    dream up is something like this...<br>
    <br>
    MEMO invy(367) EXPORT "c:\memo.txt"<br>
    <br>
    Even if that was going to work which I'm pretty sure it wouldn't, ,
    it's not helping with getting the memo data into my export file
    along with all of the other data being exported.<br>
    <br>
    Has someone else done something like I'm describing here?<br>
    <br>
    Mike<br>
     <br>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>