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
eb8926f7
Commit
eb8926f7
authored
Oct 14, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Platform脚本文件修改
parent
d0675117
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sysmod.0137.script
script/sysmod.0137.script
+3
-3
No files found.
script/sysmod.0137.script
View file @
eb8926f7
...
...
@@ -81,7 +81,7 @@ static void sysDump(String canceltext)
// ignore errors when unable to call the routine
ignoreError = Platform.errorCode();
// initialize the promptflag with cancel
boolean continuePrompt =
tdPromptCancel
;
boolean continuePrompt =
Platform.intConvertBoolean(tdPromptCancel)
;
String dspErr = NULLSTR;
String admMsg = NULLSTR;
String usr = NULLSTR;
...
...
@@ -115,7 +115,7 @@ static void sysDump(String canceltext)
continuePrompt = Platform.prompt( #CT000387, canceltext, lstFil, Platform.getTransName(), dspErr );
if( Platform.errorCode() > 0 )
{
continuePrompt =
tdPromptCancel
;
continuePrompt =
Platform.intConvertBoolean(tdPromptCancel)
;
}
}
else
...
...
@@ -148,7 +148,7 @@ static void sysDump(String canceltext)
}
String call = NULLSTR;
String flg = NULLSTR;
if( continuePrompt ==
tdPromptCancel
)
if( continuePrompt ==
Platform.intConvertBoolean(tdPromptCancel)
)
{
// If Sysdump occurs in routine LnkExit or the Userinterface is not available
// cancel does not return to application
...
...
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