Dec 10, 2003 #1 Bobbber Programmer Joined Sep 6, 2002 Messages 83 Location 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
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
Dec 10, 2003 #2 mdwyer Programmer Joined Oct 9, 2003 Messages 389 Location US SELECT SI_ID, SI_NAME FROM CI_systemOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.User' Upvote 0 Downvote
Dec 22, 2003 Thread starter #3 Bobbber Programmer Joined Sep 6, 2002 Messages 83 Location TR Thanks doode. Rob Stay Blue, Bob. x Upvote 0 Downvote