![]() |
![]() |
| Home > Discussion Forum | ![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
List of cabinets
How does one get a list of cabinets without a query?
|
|
#2
|
|||
|
|||
|
Re: List of cabinets
You must run a query to get a list of cabinets. There is not any DFC object that will give you a list. The query is rather simple...Select r_object_id, ..., ..., ... from dm_cabinet (If needed Where Clause), If wanted Ordering.
So for example Select object_name, r_object_id from dm_cabinet order by object_name. Needless to say this query doesn't account for the is_private flag. You may want to filter the cabinets depending on username / default cabinet / private flag. -Kevin |
![]() |
| Thread Tools | |
| Display Modes | |
|
|