We can post the PRG only and everone build the EXE
Security essentials (built in Windows eight) does not complain, but who knows...
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() ) ) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 124 guests