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
78b0e313
Commit
78b0e313
authored
Oct 21, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹框
parent
e86abc9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
stgmod.0006.script
script/stgmod.0006.script
+2
-2
No files found.
script/stgmod.0006.script
View file @
78b0e313
...
...
@@ -42,14 +42,14 @@ void gridEtyLoad(IStream argstg,String argtds,IModule argrec,String argetyins,St
}
Argument<Integer> cntLowBox = new Argument<>("",0);
Platform.cacheRead( cntLow, "stgmod", argtds, "Low-Limit" );
cntLow = cntLowBox.value;
//
cntLow = cntLowBox.value;
if( Platform.errorCode() != tdCacheNotFound )
{
Platform.reraise();
}
Argument<Integer> cntMaxBox = new Argument<>("",0);
Platform.cacheRead( cntMax, "stgmod", argtds, "Max-Limit" );
cntMax = cntMaxBox.value;
//
cntMax = cntMaxBox.value;
if( Platform.errorCode() != tdCacheNotFound )
{
Platform.reraise();
...
...
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