Thursday, April 20, 2017

Tip of the Day: Enhanced Code Functionality for DB Tree View
Product.......: R:BASE X/X Enterprise (Version 10)
Build.........: 10.0.2.20411 or higher
Section.......: Forms
Keywords......: DB Tree View, Node, Find

Did you know that the DB Tree View control has been enhanced with extended command functionality?

The following PROPERTY and GETPROPERTY command parameters have been implemented to take full
advantage of the control.

FindNextNode - specifies to find the next node after the FINDNODE parameter is used to search
               the control for a node value (PROPERTY only)

  PROPERTY DBTreeControl FindNextNode ' '

SelectedID - selects the node with the specified ID (PROPERTY) and returns the ID of the
             selected node (GETPROPERTY)

  PROPERTY DBTreeControl SELECTEDID .vID
  GETPROPERTY DBTreeControl SELECTEDID 'vID'

SelectedText - captures the text/caption of the selected node. (GETPROPERTY only)

  GETPROPERTY DBTreeControl SELECTEDTEXT 'vText'

SelectedLevel - captures the level of the selected node. (GETPROPERTY only)

  GETPROPERTY DBTreeControl SELECTEDLEVEL 'vLevel'

ParentIDOfSelected - captures the ID of the parent of the selected node. (GETPROPERTY only)

  GETPROPERTY DBTreeControl PARENTIDOFSELECTED 'vID'

RootID - captures the ID of the root node. (GETPROPERTY only)

  GETPROPERTY DBTreeControl ROOTID 'vID'

ExpandAllItems - expands all tree nodes. (PROPERTY only)

  PROPERTY DBTreeControl ExpandAllItems ' '

CollapseAllItems - collapse all tree nodes. (PROPERTY only)

  PROPERTY DBTreeControl CollapseAllItems ' '

The newly supported search, recognition of selected items/nodes, and expand/collapse capabilities
for the DB Tree View control make using the object much more versatile!

One of the most important aspects in business growth is your company data, and no one else has more invested in your success than R:BASE Technologies. Invest forward with R:BASE!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
34 years of continuous innovation!
19 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to