Fernando Telesca · May 20, 2019 go to post

Hi Rizmaan,

If you are using System Management Portal to run it, you need to select "ODBC Mode". 

Rgds

Fernando Telesca · Aug 25, 2016 go to post

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  wink

Fernando Telesca · Aug 25, 2016 go to post

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

Fernando Telesca · Aug 4, 2016 go to post

Hi Alex,

Thanks for the heads up.

I would guess that $Sequence  is now used to generate rowids on %Save, is that right ?

Rgds