<div dir="auto"><div dir="auto">Ok there are a few things at first glance:<div dir="auto"><br></div><div dir="auto">* PFPT is what's causing the H hardcopy to print via passthrough. That also applies to any other filepro printing that doesn't specify some destination or override the default. (Same as what I said in that other email I just happened to send about the same time you must have been gathering this.) As I said in that previous post, you might try installing a different printer driver for the printer, if one is available for win10. Look for one that says pcl5 in it's name. Or try using AnzioWin to take advantage of it's built-in pcl renderer.</div><div dir="auto"><br></div><div dir="auto">* TERM is being hardcoded to scoansi in .profile . This is not good. The terminal is supposed to tell the server what kind of terminal it is, and it does that via the TERM variable. The terminal is supposed to set the TERM variable. By setting TERM in .profile you are essentially lying to the server and all apps, ignoring what the terminal said, and telling the server and all apps that the terminal is always a scoansi terminal, whether it actually is or not.</div><div dir="auto"><br></div><div dir="auto">You should remove the TERM hardcoding from .profile, and look at the terminal emulator config to make sure it is setting TERM to "scoansi". (It might be setting just "ansi", which is... a long story I'm going to skip because this email is already going to be big enough...) This assumes you don't have something like 150 desktops to manually edit their configs.</div><div dir="auto"><br></div><div dir="auto">IF you have more than 10 or 15 desks, AND the terminal emulators on all of them aren't sending "scoansi" after you remove the hardcoding, THEN it makes more sense to edit the two termcap files to match the clients than to edit all the clients to match the two termcap files. Not a huge task, but it would be a huge email to explain about editing termcap entries and alias names and the special gotcha and "long story" wrt sco and the actual sco console and the particular values "scoansi" vs "ansi".</div><div dir="auto"><br></div><div dir="auto">* The default printer in pfconfig is "lp" and the printer named "lp" is printer8. That is where all print jobs would go by default, if you commented out PFPT. Is that lp command line valid? Does that print queue actually work?</div><div dir="auto"><br></div><div dir="auto">If not, then change pfprinter to one that does. (go in to printer maint in and toggle some other one as default), or edit the printer8 line to a command that works.</div><div dir="auto"><br></div><div dir="auto">This should largely clear you up.</div><div dir="auto"><br></div><div dir="auto">--</div><div dir="auto">bkw</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 31, 2018, 6:18 PM Rod Caddy via Filepro-list <<a href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/30/2018 10:49 PM, Rod Caddy via Filepro-list wrote:<br>
> You do have some things for me to try that I haven't. But yes the first question you asked is  correct. One prints one does not.<br>
><br>
> ⁣<br>
> Rod Caddy<br>
> 817-793-4148 Cell<br>
> 1-877-657-1480<br>
><br>
> Sent from BlueMail ​<br>
><br>
> On Oct 30, 2018, 10:39 PM, at 10:39 PM, Bob Rasmussen <<a href="mailto:ras@anzio.com" target="_blank" rel="noreferrer">ras@anzio.com</a>> wrote:<br>
>> snip<br>
>> Regards,<br>
>> ....Bob Rasmussen,   President,   Rasmussen Software, Inc.<br>
>><br>
>> personal e-mail: <a href="mailto:ras@anzio.com" target="_blank" rel="noreferrer">ras@anzio.com</a><br>
>>   company e-mail: <a href="mailto:rsi@anzio.com" target="_blank" rel="noreferrer">rsi@anzio.com</a><br>
>>            voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)<br>
>>              fax: (US) 503-624-0760<br>
>>              web: <a href="http://www.anzio.com" rel="noreferrer noreferrer" target="_blank">http://www.anzio.com</a><br>
>>   street address: Rasmussen Software, Inc.<br>
>>                   10240 SW Nimbus, Suite L9<br>
>>                   Portland, OR  97223  USA<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.html" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.html</a>><br>
> -------------- next part --------------<br>
> A non-text attachment was scrubbed...<br>
> Name: 189.png<br>
> Type: image/png<br>
> Size: 4239 bytes<br>
> Desc: not available<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.png" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.png</a>><br>
> _______________________________________________<br>
> Filepro-list mailing list<br>
> <a href="mailto:Filepro-list@lists.celestial.com" target="_blank" rel="noreferrer">Filepro-list@lists.celestial.com</a><br>
> Subscribe/Unsubscribe/Subscription Changes<br>
> <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
<br>
This is a re-post of what I sent earlier in answer to Brian's question <br>
but the information was scrubbed. My apologies:<br>
<br>
Since this issue makes no since, I thought I would add some more to it.  <br>
After Brian's suggestions, I decided to go back and start from the <br>
beginning and redo all my tests and the additional things he suggested <br>
to make sure I was not losing my mind.  So here was my procedure and as <br>
a reminder what I am using:<br>
<br>
SCO 3.2.5.0.6 i386<br>
Filepro 4.05.08K7D4<br>
AlphaCom Terminal Emulation<br>
Windows 7 on all PCs except 1 which is Windows 10<br>
BTW, this is *not* a new user to the system.<br>
<br>
1. Logged in as user on the W10 PC to the Unix system and into Filepro.  <br>
Viewed a record in 3 or 4 different files and pressed H for hardcopy and <br>
nothing prints to the system printer. Pressed F to print a form, <br>
selected the form format that I wanted and it did not print to the <br>
system printer.  AlphaCom has a printer icon where you can print what is <br>
on the screen to any printer that is defined on the PC.  I printed to <br>
the system printer and to a local printer what was on the screen, <br>
essentially a hardcopy of the record on the screen.  That's all fine and <br>
good but still unable to print the form.<br>
<br>
2. Logged in as the same user on a W7 PC to the Unix system and into <br>
Filepro.  Viewed a record in 3 or 4 different files and pressed H for <br>
hardcopy and it prints to the system printer as it should. Pressed F to <br>
print a form, selected the form format that I wanted and it printed to <br>
the system printer as it should.  Used the AlphaCom printer icon and <br>
printed to the system printer and to a local printer what was on the <br>
screen, essentially a hardcopy of the record on the screen.<br>
<br>
3. Per Brian's suggestion, I logged in on the Windows 10 PC to the Unix <br>
system and did a set|sort> env.txt.  The list below is what I got back.<br>
<br>
Windows 10 Env User1<br>
<br>
Windows 10 Connection *Set command on SCO Box*<br>
<br>
COLUMNS=80<br>
HOME=/usr/mau<br>
HUSHLOGIN=FALSE<br>
HZ=100<br>
IFS=<br>
LINES=25<br>
LOGNAME=mau<br>
MAIL=/usr/spool/mail/mau<br>
MAILCHECK=600<br>
MF_ADM=adm.cat@Unix<br>
MSG_MAIL=1<br>
MS_PROFILE=1<br>
OPTIND=1<br>
PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/bin:/usr/mau/bin:.<br>
PFPT=ON<br>
PS1=$<br>
PS2=><br>
SHELL=/bin/sh<br>
TERM=scoansi<br>
TZ=CST6<br>
<br>
4. Per Brian's suggestion, I logged in on the Windows 7 PC to the Unix <br>
system, using the same user login, and did a set|sort> env.txt.  The <br>
list below is what I got back.<br>
<br>
Windows 7 Env User1<br>
<br>
Windows 7 Connection *Set command on SCO Box*<br>
<br>
HOME=/usr/mau<br>
HUSHLOGIN=FALSE<br>
HZ=100<br>
IFS=<br>
LOGNAME=mau<br>
MAIL=/usr/spool/mail/mau<br>
MAILCHECK=600<br>
MF_ADM=adm.cat@Unix<br>
MSG_MAIL=1<br>
MS_PROFILE=1<br>
OPTIND=1<br>
PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/bin:/usr/mau/bin:.<br>
PFPT=ON<br>
PS1=$<br>
PS2=><br>
SHELL=/bin/sh<br>
TERM=scoansi<br>
TZ=CST6<br>
<br>
In this case the only difference I see is COLUMNS=80 and LINES=25.<br>
<br>
*.profile for User Login*<br>
<br>
:<br>
#       @(#) profile 85.1 99/12/09<br>
#<br>
#       Copyright (C) 1989-1999 The Santa Cruz Operation, Inc.<br>
#               All Rights Reserved.<br>
#       The information in this file is provided for the exclusive use of<br>
#       the licensees of The Santa Cruz Operation, Inc.  Such users have the<br>
#       right to use, modify, and incorporate this code into other products<br>
#       for purposes authorized by the license agreement provided they <br>
include<br>
#       this notice and the associated copyright notice with any such <br>
product.<br>
#       The information in this file is provided "AS IS" without warranty.<br>
#<br>
# .profile      -- Commands executed by a login Bourne shell<br>
#<br>
<br>
[ -d /usr/local/bin -a -x /usr/local/bin ] && PATH=$PATH:/usr/local/bin<br>
PATH=$PATH:$HOME/bin:.                  # set command search path<br>
MAIL=/usr/spool/mail/`logname`          # mailbox location<br>
export PATH MAIL<br>
<br>
# use default system file creation mask<br>
<br>
# eval `tset -m scoansi:${TERM:-scoansi} -m :\?${TERM:-scoansi} -r -s -Q`<br>
<br>
/usr/bin/prwarn                 # issue a warning if password due to expire<br>
TERM=scoansi; export TERM<br>
#set filepro printer<br>
#PFPRTC=hplaser; export PFPRTC<br>
PFPT=ON; export PFPT<br>
exec p plant<br>
<br>
Bare in mind, that this is the same user on the system and depending on <br>
which system I log in from, W7 or W10, one prints one does not.  Because <br>
I am logging into the same user account, I am using the same menus, the <br>
same config files, the same printers. Everything is exactly the same as <br>
far as Unix, filePro, and AlphaCom are concerned. I installed Putty, <br>
Kitty, and  Dave's Telnet on my W10 PC and none of these programs would <br>
allow filePro to Hardcopy or form print to the main system printer.  All <br>
the settings in the AlphaCom program are exactly the same between PCs <br>
and there is only one fpconfig for all the users which is below.<br>
<br>
Filepro Configuration File<br>
<br>
Variable            Value<br>
<br>
PFPROG        /usr/appl<br>
printer1        tandy, tandy, lp -dtandy -s<br>
pfprinter       lp<br>
printer2        star, epsonfx, lp -dstar -s<br>
printer3        john, hp-6xx, lp -dJohn -s<br>
printer4        xerox, hp-6xx, lp -dxerox -s<br>
printer5        dumb, dumb, lp -dstar -s<br>
PFDSK            /usr2: /<br>
printer6        pan2, epsonfx, lp -dpan2 -s<br>
printer7        nancy, epsonfx, >/dev/pri1d<br>
printer8        lp, hp-6xx, lp -dxerox -s<br>
printer9        lab, pan1080i, >/dev/pri1h<br>
pfver             on<br>
pfcmark        80<br>
<br>
I'm sure there is something else I need to send that I have forgotten.<br>
<br>
-- <br>
<br>
Pro-Set Systems Logo <<a href="http://www.pro-set.com" rel="noreferrer noreferrer" target="_blank">www.pro-set.com</a>>  Rod Caddy<br>
   Pro-Set Systems<br>
   <a href="mailto:rcaddy@pro-set.com" target="_blank" rel="noreferrer">rcaddy@pro-set.com</a><br>
The information in this e-mail is confidential and may be privileged. If<br>
   you are not the intended recipient, please destroy this e-mail and<br>
   notify the sender immediately. You should not retain, copy, distribute<br>
   or use this e-mail for any purpose, nor disclose any of its contents to<br>
   any other person.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.html" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: lglogo3.ico<br>
Type: image/x-icon<br>
Size: 6862 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.bin" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.bin</a>><br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com" target="_blank" rel="noreferrer">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</blockquote></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Oct 31, 2018 6:18 PM, "Rod Caddy via Filepro-list" <<a href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/30/2018 10:49 PM, Rod Caddy via Filepro-list wrote:<br>
> You do have some things for me to try that I haven't. But yes the first question you asked is  correct. One prints one does not.<br>
><br>
> ⁣<br>
> Rod Caddy<br>
> 817-793-4148 Cell<br>
> 1-877-657-1480<br>
><br>
> Sent from BlueMail ​<br>
><br>
> On Oct 30, 2018, 10:39 PM, at 10:39 PM, Bob Rasmussen <<a href="mailto:ras@anzio.com" target="_blank" rel="noreferrer">ras@anzio.com</a>> wrote:<br>
>> snip<br>
>> Regards,<br>
>> ....Bob Rasmussen,   President,   Rasmussen Software, Inc.<br>
>><br>
>> personal e-mail: <a href="mailto:ras@anzio.com" target="_blank" rel="noreferrer">ras@anzio.com</a><br>
>>   company e-mail: <a href="mailto:rsi@anzio.com" target="_blank" rel="noreferrer">rsi@anzio.com</a><br>
>>            voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)<br>
>>              fax: (US) 503-624-0760<br>
>>              web: <a href="http://www.anzio.com" rel="noreferrer noreferrer" target="_blank">http://www.anzio.com</a><br>
>>   street address: Rasmussen Software, Inc.<br>
>>                   10240 SW Nimbus, Suite L9<br>
>>                   Portland, OR  97223  USA<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.html" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.html</a>><br>
> -------------- next part --------------<br>
> A non-text attachment was scrubbed...<br>
> Name: 189.png<br>
> Type: image/png<br>
> Size: 4239 bytes<br>
> Desc: not available<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.png" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181030/e1635053/attachment.png</a>><br>
> _______________________________________________<br>
> Filepro-list mailing list<br>
> <a href="mailto:Filepro-list@lists.celestial.com" target="_blank" rel="noreferrer">Filepro-list@lists.celestial.com</a><br>
> Subscribe/Unsubscribe/Subscription Changes<br>
> <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
<br>
This is a re-post of what I sent earlier in answer to Brian's question <br>
but the information was scrubbed. My apologies:<br>
<br>
Since this issue makes no since, I thought I would add some more to it.  <br>
After Brian's suggestions, I decided to go back and start from the <br>
beginning and redo all my tests and the additional things he suggested <br>
to make sure I was not losing my mind.  So here was my procedure and as <br>
a reminder what I am using:<br>
<br>
SCO 3.2.5.0.6 i386<br>
Filepro 4.05.08K7D4<br>
AlphaCom Terminal Emulation<br>
Windows 7 on all PCs except 1 which is Windows 10<br>
BTW, this is *not* a new user to the system.<br>
<br>
1. Logged in as user on the W10 PC to the Unix system and into Filepro.  <br>
Viewed a record in 3 or 4 different files and pressed H for hardcopy and <br>
nothing prints to the system printer. Pressed F to print a form, <br>
selected the form format that I wanted and it did not print to the <br>
system printer.  AlphaCom has a printer icon where you can print what is <br>
on the screen to any printer that is defined on the PC.  I printed to <br>
the system printer and to a local printer what was on the screen, <br>
essentially a hardcopy of the record on the screen.  That's all fine and <br>
good but still unable to print the form.<br>
<br>
2. Logged in as the same user on a W7 PC to the Unix system and into <br>
Filepro.  Viewed a record in 3 or 4 different files and pressed H for <br>
hardcopy and it prints to the system printer as it should. Pressed F to <br>
print a form, selected the form format that I wanted and it printed to <br>
the system printer as it should.  Used the AlphaCom printer icon and <br>
printed to the system printer and to a local printer what was on the <br>
screen, essentially a hardcopy of the record on the screen.<br>
<br>
3. Per Brian's suggestion, I logged in on the Windows 10 PC to the Unix <br>
system and did a set|sort> env.txt.  The list below is what I got back.<br>
<br>
Windows 10 Env User1<br>
<br>
Windows 10 Connection *Set command on SCO Box*<br>
<br>
COLUMNS=80<br>
HOME=/usr/mau<br>
HUSHLOGIN=FALSE<br>
HZ=100<br>
IFS=<br>
LINES=25<br>
LOGNAME=mau<br>
MAIL=/usr/spool/mail/mau<br>
MAILCHECK=600<br>
MF_ADM=adm.cat@Unix<br>
MSG_MAIL=1<br>
MS_PROFILE=1<br>
OPTIND=1<br>
PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/bin:/usr/mau/bin:.<br>
PFPT=ON<br>
PS1=$<br>
PS2=><br>
SHELL=/bin/sh<br>
TERM=scoansi<br>
TZ=CST6<br>
<br>
4. Per Brian's suggestion, I logged in on the Windows 7 PC to the Unix <br>
system, using the same user login, and did a set|sort> env.txt.  The <br>
list below is what I got back.<br>
<br>
Windows 7 Env User1<br>
<br>
Windows 7 Connection *Set command on SCO Box*<br>
<br>
HOME=/usr/mau<br>
HUSHLOGIN=FALSE<br>
HZ=100<br>
IFS=<br>
LOGNAME=mau<br>
MAIL=/usr/spool/mail/mau<br>
MAILCHECK=600<br>
MF_ADM=adm.cat@Unix<br>
MSG_MAIL=1<br>
MS_PROFILE=1<br>
OPTIND=1<br>
PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/bin:/usr/mau/bin:.<br>
PFPT=ON<br>
PS1=$<br>
PS2=><br>
SHELL=/bin/sh<br>
TERM=scoansi<br>
TZ=CST6<br>
<br>
In this case the only difference I see is COLUMNS=80 and LINES=25.<br>
<br>
*.profile for User Login*<br>
<br>
:<br>
#       @(#) profile 85.1 99/12/09<br>
#<br>
#       Copyright (C) 1989-1999 The Santa Cruz Operation, Inc.<br>
#               All Rights Reserved.<br>
#       The information in this file is provided for the exclusive use of<br>
#       the licensees of The Santa Cruz Operation, Inc.  Such users have the<br>
#       right to use, modify, and incorporate this code into other products<br>
#       for purposes authorized by the license agreement provided they <br>
include<br>
#       this notice and the associated copyright notice with any such <br>
product.<br>
#       The information in this file is provided "AS IS" without warranty.<br>
#<br>
# .profile      -- Commands executed by a login Bourne shell<br>
#<br>
<br>
[ -d /usr/local/bin -a -x /usr/local/bin ] && PATH=$PATH:/usr/local/bin<br>
PATH=$PATH:$HOME/bin:.                  # set command search path<br>
MAIL=/usr/spool/mail/`logname`          # mailbox location<br>
export PATH MAIL<br>
<br>
# use default system file creation mask<br>
<br>
# eval `tset -m scoansi:${TERM:-scoansi} -m :\?${TERM:-scoansi} -r -s -Q`<br>
<br>
/usr/bin/prwarn                 # issue a warning if password due to expire<br>
TERM=scoansi; export TERM<br>
#set filepro printer<br>
#PFPRTC=hplaser; export PFPRTC<br>
PFPT=ON; export PFPT<br>
exec p plant<br>
<br>
Bare in mind, that this is the same user on the system and depending on <br>
which system I log in from, W7 or W10, one prints one does not.  Because <br>
I am logging into the same user account, I am using the same menus, the <br>
same config files, the same printers. Everything is exactly the same as <br>
far as Unix, filePro, and AlphaCom are concerned. I installed Putty, <br>
Kitty, and  Dave's Telnet on my W10 PC and none of these programs would <br>
allow filePro to Hardcopy or form print to the main system printer.  All <br>
the settings in the AlphaCom program are exactly the same between PCs <br>
and there is only one fpconfig for all the users which is below.<br>
<br>
Filepro Configuration File<br>
<br>
Variable            Value<br>
<br>
PFPROG        /usr/appl<br>
printer1        tandy, tandy, lp -dtandy -s<br>
pfprinter       lp<br>
printer2        star, epsonfx, lp -dstar -s<br>
printer3        john, hp-6xx, lp -dJohn -s<br>
printer4        xerox, hp-6xx, lp -dxerox -s<br>
printer5        dumb, dumb, lp -dstar -s<br>
PFDSK            /usr2: /<br>
printer6        pan2, epsonfx, lp -dpan2 -s<br>
printer7        nancy, epsonfx, >/dev/pri1d<br>
printer8        lp, hp-6xx, lp -dxerox -s<br>
printer9        lab, pan1080i, >/dev/pri1h<br>
pfver             on<br>
pfcmark        80<br>
<br>
I'm sure there is something else I need to send that I have forgotten.<br>
<br>
-- <br>
<br>
Pro-Set Systems Logo <<a href="http://www.pro-set.com" rel="noreferrer noreferrer" target="_blank">www.pro-set.com</a>>  Rod Caddy<br>
   Pro-Set Systems<br>
   <a href="mailto:rcaddy@pro-set.com" target="_blank" rel="noreferrer">rcaddy@pro-set.com</a><br>
The information in this e-mail is confidential and may be privileged. If<br>
   you are not the intended recipient, please destroy this e-mail and<br>
   notify the sender immediately. You should not retain, copy, distribute<br>
   or use this e-mail for any purpose, nor disclose any of its contents to<br>
   any other person.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.html" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: lglogo3.ico<br>
Type: image/x-icon<br>
Size: 6862 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.bin" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20181031/0388b41d/attachment.bin</a>><br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com" target="_blank" rel="noreferrer">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer noreferrer" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</blockquote></div><br></div>