如何为数据网格中的特定单词着色
How to colour a specific word in datagrid
如何为 datagrid.The 中的特定单词着色,我尝试了以下代码,但它不起作用。我如何更改我的代码
set the backgroundcolor of "SHALU" of group "data" to orange
找到单词并使用其位置与 chars
类似
set the backgroundColor of char 20 to 22 of fld 1 to orange
或者因为它是一个数据网格:
set the htmltext of field 1 of group "datagrid 1" to "<font bgcolor=""e&"#FF0000""e&">test text"
如何为 datagrid.The 中的特定单词着色,我尝试了以下代码,但它不起作用。我如何更改我的代码
set the backgroundcolor of "SHALU" of group "data" to orange
找到单词并使用其位置与 chars
类似
set the backgroundColor of char 20 to 22 of fld 1 to orange
或者因为它是一个数据网格:
set the htmltext of field 1 of group "datagrid 1" to "<font bgcolor=""e&"#FF0000""e&">test text"