Hi Rizmaan,
If you are using System Management Portal to run it, you need to select "ODBC Mode".
Rgds
- Log in to post comments
Hi Rizmaan,
If you are using System Management Portal to run it, you need to select "ODBC Mode".
Rgds
Note that Dmitry's answer and mine are pretty much the same, except that I like to avoid post conditional commands where it´s not strictly needed ![]()
Hi Sebastian,
Set FF = ""
For {
Set FF=$Order(^Users(FF))
If FF="" Quit
If $Get(^Users(FF,"SETTINGS","isAllowed"))=1 {
Write !,"User ",FF," is allowed"
}
}
Rgds
Ok Joel and Alex, thanks for your feedback.
Hi Alex,
Thanks for the heads up.
I would guess that $Sequence is now used to generate rowids on %Save, is that right ?
Rgds