Add file .inc and page smoohtie
This commit is contained in:
parent
c1a99a887d
commit
e840d8f9c3
4 changed files with 46 additions and 0 deletions
25
inter/tha/xml/multi/InstanceGetSetString.inc
Normal file
25
inter/tha/xml/multi/InstanceGetSetString.inc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
RefreshAll
|
||||
Else
|
||||
If EnabledBlocksDrawInst6 = EnabledBlockUpdateInst6 Then
|
||||
Var StatusRefresh = "NoRefresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
Else
|
||||
Var StatusRefresh = "Refresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile2
|
||||
Open CurrentOpenFile2
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
InstanceSetString "-"
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue