<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. It's been working pretty good now,
at least until it gets to the field containing the memo which
always winds up to be a blank column.<br>
</p>
<p><font size="+1" color="#3333ff">export multi
invfile=c:\!Output\eBay\<wbr>eBayInvy.slk</font></p>
<p><font size="+1" color="#3333ff"></font>In the help I see this...<br>
</p>
<p>"MEMO xx EXPORT filename Exports the MEMO field xx to the
specified filename"</p>
<p>From that I have no clue how to get it to do what I'm needing as
far as the memo.<br>
</p>
I've got a ton of fields currently being exported into this file
which all work just fine like...<br>
invfile(1)=invy(1)<br>
invfile(2)=invy(14)<br>
invfile(3)=invy(68)<br>
invfile(4)=invy(112)<br>
etc...<br>
but when it gets to "invfile(42)=invy(367)", I just get a blank
column in the export file. invy(367) is the field containing the
(16,memo) edit.
<br>
<br>
Can someone please help me with this?<br>
<br>
P.S. I hope this isn't going to be a re-post because I thought I
posted this a couple days ago but never saw it come across.<br>
<br>
Mike<br>
<br>
<br>
<br>
</body>
</html>