fix bug redirect
This commit is contained in:
parent
29e3a205e6
commit
b1fb0ac6aa
24 changed files with 1168 additions and 707 deletions
|
|
@ -23,6 +23,28 @@
|
|||
EndIf
|
||||
|
||||
|
||||
If RoutineSlientRefresh > 0 Then
|
||||
If RoutineSlientRefresh = 2 Then
|
||||
InstanceGetString SaveStringInst
|
||||
|
||||
DEBUGVAR show_eng
|
||||
DEBUGVAR SaveStringInst
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue