Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hangzhoutd2bdsproject
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
hangzhoutd2bdsproject
Commits
a4f4d6fd
Commit
a4f4d6fd
authored
Oct 18, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
goto报错代码修改提交
parent
6df50194
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
trncorco.0017.script
script/trncorco.0017.script
+2
-1
trndoc.0002.script
script/trndoc.0002.script
+3
-2
trndoc.0068.script
script/trndoc.0068.script
+1
-1
No files found.
script/trncorco.0017.script
View file @
a4f4d6fd
...
...
@@ -109,6 +109,7 @@ BigDecimal doRelease(#trn argtrn,int argrelnum)
Platform.clear( $wfmmod\wfs );
// Check wether REL Entry is waiting
// if service "REL" is used, SRVREL must be included and executed in MGRTSK in order to set WFE for REL to "D"one
int err = 0;
ExitLabel:
while(true){
if( ! checkServiceWfe( argtrn, "REL" ) )
...
...
@@ -176,7 +177,7 @@ BigDecimal doRelease(#trn argtrn,int argrelnum)
$$argtrn\relflg = "W";
}
}
int err = 0;
IStream msgStream = new StreamImpl();
if( Platform.compareTo( $$argtrn\relflg , "R" ) == 0 )
{
...
...
script/trndoc.0002.script
View file @
a4f4d6fd
...
...
@@ -74,6 +74,7 @@ void defDocEot(String trigger,String subid,String argdocpannam,String apfcod,int
String docnam = Platform.mid( argdocpannam, 1, Platform.len( argdocpannam ) - 2 ) + Platform.mid( argdocpannam, Platform.len( argdocpannam ), 1 );
// check if message is already in list
int gridCnt = Platform.gridCount( $doceot );
int fnd = 0;
boolean setitFlag = true;
setitLabel:
while(true){
...
...
@@ -154,7 +155,7 @@ void defDocEot(String trigger,String subid,String argdocpannam,String apfcod,int
}
}
// find empty line
int fnd = 0;
if( gridCnt > 0 )
{
for(int i = 1;i <= gridCnt;i++)
...
...
@@ -169,11 +170,11 @@ void defDocEot(String trigger,String subid,String argdocpannam,String apfcod,int
}
Platform.gridInsertRow( $doceot, 0, 10 );
fnd = Platform.gridCount( $doceot ) - 9;
int i = fnd;
break setitLabel;
}
// set line in DOCEOT
// #### label setit
int i = fnd;
if(setitFlag){
if( i > 0 )
{
...
...
script/trndoc.0068.script
View file @
a4f4d6fd
...
...
@@ -65,11 +65,11 @@ void defDocAtt(String trigger,String argid,String argsubid,String argdsc,String
Platform.gridInsertRow( $doceot, 0, 10 );
gridcnt = Platform.gridCount( $doceot );
fnd = gridcnt - 9;
int i = fnd;
break setit;
}
// set line in DOCEOT
// #### label setit
int i = fnd;
if( i > 0 )
{
$doceot[i]\id = id;
...
...
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