More BAM

Ok, give a shot with this. I have reversed the logic.
My thought process is that it may be that the ActBurCost field may not
contain a 0 until after the job is started. It may have no value at all
until the time something is specifically written to it. If that is the
case, the logic will fail and not enter the else phase, thereby not running
the Assign or the Cancel.
The Code is included below.
Let me know the results.
There may be some other tricks, like string...trim the job number that may
apply.
Good luck,
Aaron Hoyt
Vantage Plastics

{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company <> "TAM" AND JobOper.JobNum <> "058013" AND
JobOper.AssemblySeq <> 0 AND JobOper.OprSeq <> 20 AND
OLDJobOper.ActBurCost <> 0 THEN DO:
RETURN "Cancel Send":U.
END.
ELSE DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of al2trace
Sent: Friday, August 26, 2005 9:11 AM
To: vantage@yahoogroups.com
Subject: [Vantage] More BAM


This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.







Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.
Aaron Hoyt had an interesting technique at the User-4-User conference. All his examples had an extra Cancel Send at the very bottom of every routine. Just incase. Might be worth trying.
-Todd C.

-----Original Message-----
From: al2trace [mailto:allen.larsen@...]
Sent: Friday, August 26, 2005 8:11 AM
To: vantage@yahoogroups.com
Subject: [Vantage] More BAM


This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.






Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Technical <http://groups.yahoo.com/gads?t=ms&k=Technical+support&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=D_JdAFeHAoeH6OugOKk1Yg> support Vantage <http://groups.yahoo.com/gads?t=ms&k=Vantage&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=8zJYQk3edGWFMUVgup9jKw> Database <http://groups.yahoo.com/gads?t=ms&k=Database&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=PnI9nhHllVsjEbHxRXs1IQ>
Database <http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=fKR9gtx-Yh-u9MWSh0_-hA> management software Membership <http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=Nu4StMQZ8LT26M5TzRGQlg> database software Church <http://groups.yahoo.com/gads?t=ms&k=Church+database+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=UAiQi3Ftbp7Qnq6ys_yZxg> database software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage <http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]
Not sure if it matters, but I always use all caps for the cancel send.
It sounds like either the .p is not being called or the cancel send is being
missed.
Did you restart the vantage client between versions of the code?
Just a couple thoughts...
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of al2trace
Sent: Friday, August 26, 2005 9:11 AM
To: vantage@yahoogroups.com
Subject: [Vantage] More BAM


This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.







Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Interesting point Todd,
Though in this case she actually does want an email in some cases...The ones
that I use the final Cancel Send with are ones that I want an export but
never an email to be sent. I still do get an error in the error log if
there is some problem completing processing the code. I wonder if that
might not be the problem. I will look closer at the code included.
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Todd Caughey
Sent: Friday, August 26, 2005 9:23 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] More BAM


Aaron Hoyt had an interesting technique at the User-4-User conference. All
his examples had an extra Cancel Send at the very bottom of every routine.
Just incase. Might be worth trying.
-Todd C.

-----Original Message-----
From: al2trace [mailto:allen.larsen@...]
Sent: Friday, August 26, 2005 8:11 AM
To: vantage@yahoogroups.com
Subject: [Vantage] More BAM


This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.






Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Technical
<http://groups.yahoo.com/gads?t=ms&k=Technical+support&w1=Technical+support&
w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+databas
e+software&w6=Church+database+software&c=6&s=148&.sig=D_JdAFeHAoeH6OugOKk1Yg
> support Vantage
<http://groups.yahoo.com/gads?t=ms&k=Vantage&w1=Technical+support&w2=Vantage
&w3=Database&w4=Database+management+software&w5=Membership+database+software
&w6=Church+database+software&c=6&s=148&.sig=8zJYQk3edGWFMUVgup9jKw>
Database
<http://groups.yahoo.com/gads?t=ms&k=Database&w1=Technical+support&w2=Vantag
e&w3=Database&w4=Database+management+software&w5=Membership+database+softwar
e&w6=Church+database+software&c=6&s=148&.sig=PnI9nhHllVsjEbHxRXs1IQ>
Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Technic
al+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Members
hip+database+software&w6=Church+database+software&c=6&s=148&.sig=fKR9gtx-Yh-
u9MWSh0_-hA> management software Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Technic
al+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Members
hip+database+software&w6=Church+database+software&c=6&s=148&.sig=Nu4StMQZ8LT
26M5TzRGQlg> database software Church
<http://groups.yahoo.com/gads?t=ms&k=Church+database+software&w1=Technical+s
upport&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+
database+software&w6=Church+database+software&c=6&s=148&.sig=UAiQi3Ftbp7Qnq6
ys_yZxg> database software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage <http://groups.yahoo.com/group/vantage> " on
the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Thanks for the clarification on the export angle. When I get there I would have missed that.
-Todd C.


-----Original Message-----
From: Aaron Hoyt [mailto:aaron.hoyt@...]
Sent: Friday, August 26, 2005 8:30 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] More BAM


Interesting point Todd,
Though in this case she actually does want an email in some cases...The ones
that I use the final Cancel Send with are ones that I want an export but
never an email to be sent. I still do get an error in the error log if
there is some problem completing processing the code. I wonder if that
might not be the problem. I will look closer at the code included.
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Todd Caughey
Sent: Friday, August 26, 2005 9:23 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] More BAM


Aaron Hoyt had an interesting technique at the User-4-User conference. All
his examples had an extra Cancel Send at the very bottom of every routine.
Just incase. Might be worth trying.
-Todd C.

-----Original Message-----
From: al2trace [mailto:allen.larsen@...]
Sent: Friday, August 26, 2005 8:11 AM
To: vantage@yahoogroups.com
Subject: [Vantage] More BAM


This is my second customized BAM. Things are going pretty well but
this one has a minor flaw in it somewhere. Most of the time, it
should just not send anything. My goal is that it will only send a
message when this operation is started. When I first installed it,
all of the "Cancel Sends" were going to my "Global Alert Message
Error Log" saying that there was no e-mail address. When I put in
an e-mail address on the BAM maintenance screen, the "Cancel Sends"
were sent to that e-mail. Any thoughts on how to make the "Cancel
Sends" not do anything at all.

code follows


{ud/GlbAlert.i &TableName = "JobOper"}

IF JobOper.Company = "TAM" AND JobOper.JobNum = "058013" AND
JobOper.AssemblySeq = 0 AND JobOper.OprSeq = 20 AND
OLDJobOper.ActBurCost = 0 THEN DO:
ASSIGN Email-Subject = "McNally order"
Email-From = "allen.larsen@..."
Email-To = "allen.larsen@..."
Email-Text = "The McNally order has started machining
(JOB 058013). ~n"
+ "Prepare an invoice. McNally is COD.".
END.
ELSE DO:
RETURN "Cancel Send":U.
END.






Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Technical
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Technical+support&w1=Technical+support&> &k=Technical+support&w1=Technical+support&
w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+databas
e+software&w6=Church+database+software&c=6&s=148&.sig=D_JdAFeHAoeH6OugOKk1Yg
> support Vantage
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Vantage&w1=Technical+support&w2=Vantage> &k=Vantage&w1=Technical+support&w2=Vantage
&w3=Database&w4=Database+management+software&w5=Membership+database+software
&w6=Church+database+software&c=6&s=148&.sig=8zJYQk3edGWFMUVgup9jKw>
Database
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Database&w1=Technical+support&w2=Vantag> &k=Database&w1=Technical+support&w2=Vantag
e&w3=Database&w4=Database+management+software&w5=Membership+database+softwar
e&w6=Church+database+software&c=6&s=148&.sig=PnI9nhHllVsjEbHxRXs1IQ>
Database
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Technic> &k=Database+management+software&w1=Technic
al+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Members
hip+database+software&w6=Church+database+software&c=6&s=148&.sig=fKR9gtx-Yh-
u9MWSh0_-hA> management software Membership
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Technic> &k=Membership+database+software&w1=Technic
al+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Members
hip+database+software&w6=Church+database+software&c=6&s=148&.sig=Nu4StMQZ8LT
26M5TzRGQlg> database software Church
< http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Church+database+software&w1=Technical+s> &k=Church+database+software&w1=Technical+s
upport&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+
database+software&w6=Church+database+software&c=6&s=148&.sig=UAiQi3Ftbp7Qnq6
ys_yZxg> database software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage < http://groups.yahoo.com/group/vantage> " on
the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
< http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Technical <http://groups.yahoo.com/gads?t=ms&k=Technical+support&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=D_JdAFeHAoeH6OugOKk1Yg> support Vantage <http://groups.yahoo.com/gads?t=ms&k=Vantage&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=8zJYQk3edGWFMUVgup9jKw> Database <http://groups.yahoo.com/gads?t=ms&k=Database&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=PnI9nhHllVsjEbHxRXs1IQ>
Database <http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=fKR9gtx-Yh-u9MWSh0_-hA> management software Membership <http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=Nu4StMQZ8LT26M5TzRGQlg> database software Church <http://groups.yahoo.com/gads?t=ms&k=Church+database+software&w1=Technical+support&w2=Vantage&w3=Database&w4=Database+management+software&w5=Membership+database+software&w6=Church+database+software&c=6&s=148&.sig=UAiQi3Ftbp7Qnq6ys_yZxg> database software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage <http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]