Just call the method in the middle of the looping so it will not be broken and will continue to traverse after the method return.
Set Var1="" For { Set Var1 = $Order(^GLOBAL(Var1)) Quit:Var1="" Set Var2="" For { Set Var2 = $Order(^GLOBAL(Var1,Var2)) Quit:Var2="" Set Var3="" For { Set Var3 = $Order(^GLOBAL(Var1,Var2,Var3)) Quit:Var3="" Do ##Class(name.class01).namemethod(Var1,Var2,Var3) } } }
If a severe error occurs, Caché stops writing to the SOAP log. See the console log instead. For information, see “Monitoring Log Files” in the Caché Monitoring Guide.
go to post
That worked, thank you!
go to post
Buy a more powerful computer.
go to post
http://localhost:57772/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_fselect
http://localhost:57772/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_fcase
go to post
Hello
Just call the method in the middle of the looping so it will not be broken and will continue to traverse after the method return.
For {
Set Var1 = $Order(^GLOBAL(Var1))
Quit:Var1=""
Set Var2=""
For {
Set Var2 = $Order(^GLOBAL(Var1,Var2))
Quit:Var2=""
Set Var3=""
For {
Set Var3 = $Order(^GLOBAL(Var1,Var2,Var3))
Quit:Var3=""
Do ##Class(name.class01).namemethod(Var1,Var2,Var3)
}
}
}
go to post
hello
Use only
Index I1 On P1
go to post
Hi,
It happened to me too, I restarted Studio and resolved.
go to post
Hi,
No, you will have to find a way to remove the spaces, for example:
USER>Set ValueA = 12500
USER>Set ValueB = "12 500"
USER>Write ValueA/($Replace(ValueB," ",""))
1
go to post
Hi,
If a severe error occurs, Caché stops writing to the SOAP log. See the console log instead. For information, see “Monitoring Log Files” in the Caché Monitoring Guide.
go to post
i want to join.