Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing users in CE9 Query

Status
Not open for further replies.

Bobbber

Programmer
Sep 6, 2002
83
TR
Hi ppl,

I use the following type of WHERE statement all the time :

WHERE SI_PROGID='CrystalEnterprise.Report'


Is there a SI_PROGID which defines users instead of reports!?!?!?

Thanks!



Stay Blue, Bob. x
 
SELECT SI_ID, SI_NAME FROM CI_systemOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.User'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top