cim for programme having combo -box

Hi !
Do you have any idea how to do a Cim for a programe that contain a Combo - Box
thanks in advance .

From the web:

as defined by the Distributed Management Task Force, CIM is a common data model of an implementation-neutral schema for describing overall management information in a network/enterprise environment. CIM is comprised of a Specification and a Schema. The Specification defines the details for integration with other management models (ie, SNMP's MIBs or the DMTF's MIFs) while the schema provides the actual model descriptions. (See www.dmtf.org).

If this is what you are after for your combo-box, I have no idea, but I suspect you may be over-analysing.
 
Facetiousness aside (sorry), can you give us all some more explanation of what you are after?

I also presume the definition of CIM above is not really the one you are thinking of - what does it refer to?
 
Hi
The problem is that I'm developping a cim for a progress program prg , this one contain
def var str as combo-box ....
this str is updated in the program prg . ( update str with frame xx )
but the problem is when I try to prepare the Cim file , I don't know what value should I put to be loaded by the program .
thanks
 
Back
Top