Uniface 9.7.05.043; SQL Server 2017
I have an editbox that is sized as 20 x 2
It is a String field; it is non-database; interface is C40 and it starts out as Hidden
Properties are: Automatic Work Wrap = T; Transparency = T; Hover View = T; and Multiline = T
Widget Font = Arial Westernpt 10
When we want to show the field, we populate it with the appropriate text and turn on the syntax to show the data.
For example:
leak_test_info.icon_alley = "Leak Test Due in 7 days"
$fieldsyntax(leak_test_info.icon_alley) = "YDI·;NED·;NPR"
What shows up is: "Leak Test Due in"
I then tried this, with same result:
leak_test_info.icon_alley = "Leak Test Due in %%^%%%7 days"
If I hover over the field I see:
Leak Test Due in
7 days
Is it not working because I'm using a special font?
Thanks!
Joanne DeTurk
Mirion Technologies