Commit c24bf72b by wangguangchao

转换报错代码修改

parent 64fb3e93
......@@ -41,12 +41,12 @@ Version 50 TradeDesign®
SourceLine endif
Rule -1
SourceLine DEFAULT BCDGRP\REC\RCVDAT
SourceLine If Not IsModified then
SourceLine if not IsModified then
SourceLine = Today
SourceLine EndIf
Rule -1
SourceLine CHECK BCDGRP\REC\RCVDAT
SourceLine If IsEmpty( BCDGRP\REC\RCVDAT ) then
SourceLine if IsEmpty( BCDGRP\REC\RCVDAT ) then
SourceLine ErrorMandatory
SourceLine EndIf
Rule -1
......
......@@ -675,7 +675,8 @@ Version 50 TradeDesign®
20071106113839 SZ SourceLine $cctext = 'L0000066' + CR + OTHMSG\PTS\ADRBLK
20071106114337 SZ SourceLine if not IsEmpty( PRTTITLE ) then
20071106114406 SZ SourceLine $Title = PRTTITLE
20071106113839 SZ SourceLine else $Title = ""
20071106113839 SZ SourceLine else
20071106113839 SZ SourceLine $Title = ""
20071106113839 SZ SourceLine endif
20071106113839 SZ SourceLine BOLLines( $cctext + CR + $Title + CR + STRINF )
20071106113839 SZ SourceLine
......@@ -717,7 +718,8 @@ Version 50 TradeDesign®
20071106114436 SZ SourceLine
20071106114451 SZ SourceLine if not IsEmpty( PRTTITLE ) then
20071106114456 SZ SourceLine $Title = PRTTITLE
20071106114436 SZ SourceLine else $Title = ""
20071106114436 SZ SourceLine else
20071106114436 SZ SourceLine $Title = ""
20071106114436 SZ SourceLine endif
20071106114436 SZ SourceLine
20071106114436 SZ SourceLine BOLLines( $Title + CR + STRINF )
......
......@@ -22,9 +22,9 @@ Version 50 TradeDesign®
20060830 MV SourceLine TRNMOD\SWIADD\AMEAMT = TRNMOD\SWIADD\NEWAMT - OLDBODGRP\CBS\MAX\AMT
Rule -1
SourceLine DEFAULT MODNARFLG
SourceLine If IsEmpty then
SourceLine if IsEmpty then
SourceLine = "N"
SourceLine EndIf
SourceLine endif
Rule -1
20000204 RI SourceLine default AMEDAT
20000204 RI SourceLine if IsEmpty then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment