Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The image number associated with the bitmap is displayed based on the level number in the hierarchy.  The The blue dot indicates level 1, the yellow and red dot level 2, and the green dot level 3.  Set Set the list box properties as shown below:

...

For example, to create the hierarchical list box shown above, you would fill in the following in the Items: area. 

Code Block
1-1:> or GT (Greater Than)
2-2: > 500
1-1:< or LT (Less Than)
2-2: LT 15 MAY 1997
1-1:= or EQ (Equal To)
2-2: = "Revelation Software"
1-1:>= (Greater Than or Equal To)
2-2: >= 1000
1-1:<= (Less Than or Equal To)
2-2: <= 1000
1-1:# (Not Containing)
2-2: # "Open Insight"
1-1:[] (Containing)
2-2: ["MAY"] or []"MAY"

 

...