Kbase P160279: How to find the Index corresponding to a value in the UltraComboEditor
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/02/2010 |
|
Status: Unverified
GOAL:
How to find the Index corresponding to a value in the UltraComboEditor
GOAL:
How to determine the index of a value in an UltraComboEditor control
FACT(s) (Environment):
Windows
OpenEdge 10.2x
FIX:
The FindString method takes one or two parameters and returns the associated index of the first item found that matches the passed string.
FindString(s as character[,startIndex as integer])
Parameters:
s: The string to search for
startIndex: The index of the first item to be included in the search