This commit is contained in:
parent
3b9531f578
commit
c04a3a165b
@ -79,6 +79,12 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
public void FindSearchString()
|
public void FindSearchString()
|
||||||
{
|
{
|
||||||
|
if (SelectedEditItem.MyItemInfo.IsTable)
|
||||||
|
{
|
||||||
|
// if not ro table, just make the mysteprtb active.
|
||||||
|
GridItem grd = SelectedEditItem as GridItem;
|
||||||
|
grd.SetSearchCell(SearchString);
|
||||||
|
}
|
||||||
// convert the '-' to the unicode non-breaking dash (\u8209? or \u2011 hex)
|
// convert the '-' to the unicode non-breaking dash (\u8209? or \u2011 hex)
|
||||||
SelectedEditItem.MyStepRTB.Find(SearchString.Replace('-','\u2011'));
|
SelectedEditItem.MyStepRTB.Find(SearchString.Replace('-','\u2011'));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user