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
6df50194
Commit
6df50194
authored
Oct 18, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编译报错修改
parent
d287d83b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
liaccv.0006.script
script/liaccv.0006.script
+3
-2
trndoc.0060.script
script/trndoc.0060.script
+2
-2
No files found.
script/liaccv.0006.script
View file @
6df50194
...
...
@@ -49,11 +49,12 @@ void getOldCovers(IModule mod)
donflg = true;
}
// #### label rep
repLabel:
while(true){
int chk = 1;
String extid = NULLSTR;
int use = 0;
repLabel:
while(true){
BigDecimal rat = null;
String lstcbenam = NULLSTR;
String fchownref = NULLSTR;
...
...
script/trndoc.0060.script
View file @
6df50194
...
...
@@ -29,6 +29,8 @@ event $filrecv order 1000
String filenamein = NULLSTR;
String filenameout = NULLSTR;
String filenameoutfull = NULLSTR;
UpdateGrids:
while(true){
for(int selidx = 2;selidx <= stmCnt;selidx++)
{
// ignore operation (= 1st line of DDRSTREAM)
...
...
@@ -37,8 +39,6 @@ event $filrecv order 1000
filenameout = getNormalizedFilename( Platform.getLastNode( filenamein ) );
filenameoutfull = Platform.getFullName( "tmp", filenameout );
Platform.FileCopy( "client:" + filenamein, filenameoutfull );
UpdateGrids:
while(true){
if( Platform.errorCode() > 0 )
{
Platform.errorMessage( #CT001116, Platform.getErrorText() );
...
...
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