Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tdcode
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangguangchao
tdcode
Commits
c24bf72b
Commit
c24bf72b
authored
Nov 15, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转换报错代码修改
parent
64fb3e93
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
BCTDAV.TR2
frame/BCTDAV.TR2
+2
-2
FREMSG.FR2
frame/FREMSG.FR2
+4
-2
botamep.fr2
frame/botamep.fr2
+2
-2
No files found.
frame/BCTDAV.TR2
View file @
c24bf72b
...
...
@@ -41,12 +41,12 @@ Version 50 TradeDesign®
SourceLine endif
Rule -1
SourceLine DEFAULT BCDGRP\REC\RCVDAT
SourceLine
If N
ot IsModified then
SourceLine
if n
ot IsModified then
SourceLine = Today
SourceLine EndIf
Rule -1
SourceLine CHECK BCDGRP\REC\RCVDAT
SourceLine
I
f IsEmpty( BCDGRP\REC\RCVDAT ) then
SourceLine
i
f IsEmpty( BCDGRP\REC\RCVDAT ) then
SourceLine ErrorMandatory
SourceLine EndIf
Rule -1
...
...
frame/FREMSG.FR2
View file @
c24bf72b
...
...
@@ -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 )
...
...
frame/botamep.fr2
View file @
c24bf72b
...
...
@@ -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
I
f IsEmpty then
SourceLine
i
f IsEmpty then
SourceLine = "N"
SourceLine
EndI
f
SourceLine
endi
f
Rule -1
20000204 RI SourceLine default AMEDAT
20000204 RI SourceLine if IsEmpty then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment