We can post the PRG only and everone build the EXE ![]()
Security essentials (built in Windows eight) does not complain, but who knows...
We can post the PRG only and everone build the EXE ![]()
Security essentials (built in Windows eight) does not complain, but who knows...
Ah ... the culprit ... Norton Sonar
I require my clients to remove it from their computers. If you haven't paid to register a software package with Norton, Sonar removes it from the computer. I had it removing my applications because they were "not popular". That is nonsense. Most packages at least ask if you want to quarantine or remove it, but Sonar just takes it away.
A web search will display lots of complaints about this product.
I too use Microsoft Security Essentials and have not had a problem in the years since its release. Prior to that, I used Microsofts other free malware protection and also had great results.
Tim
row 560 original
case cType == "D"
oBrw:aCols[ 2 ]:nEditType = EDIT_BUTTON
oBrw:aCols[ 2 ]:bEditBlock = { || If( ! Empty( oBrw:aRow[ 2 ] ) .and. ;
! AllTrim( DtoC( oBrw:aRow[ 2 ] ) ) == "/ /",;
MsgDate( CtoD( oBrw:aRow[ 2 ] ) ),;
MsgDate( Date() ) ) }
row 560 modifed
case cType == "D"
oBrw:aCols[ 2 ]:nEditType = EDIT_BUTTON
oBrw:aCols[ 2 ]:bEditBlock = { || If( ! Empty( oBrw:aRow[ 2 ] ) .and. ;
! AllTrim( DtoC( oBrw:aRow[ 2 ] ) ) == "/ /",;
MsgDate( oBrw:aRow[ 2 ] ),;
MsgDate( Date() ) ) }Mauri,
Fixed, thanks! ![]()