Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Can I use hyperlink on column header if column has checkboxes?

2»

Comments

  • I just tested with check boxes enabled. It still works for me.
  • Kevin - I think you posted this answer, "I just tested with check boxes enabled. It still works for me." on the wrong thread. Can you show me all the code for your report table setup?
  • Kevin - I think you posted this answer, "I just tested with check boxes enabled. It still works for me." on the wrong thread. Can you show me all the code for your report table setup?
  • This code doesn't make a particularly interesting table, but it shows the wifi icon in the header.

    Columns = "" Columns<1, 1> = \EE9C81\ Columns<1, 2> = "T" Columns<1, 13> = 1 Columns<1, 14> = 'Segoe MDL2 Assets' : @SVM : '11' Set_Property(@Window:".OLE_REPORT", "OLE.ColumnList", Columns) Set_Property(@Window:".OLE_REPORT", "OLE.List", Str("Text":@FM, 20))
  • That is what I see, with an nothing meaningful in the header column.
  • Kevin, is your testing in OI9 or OI10

    I am suspicious that this works in OI10 for you, but not OI9 for roger.
  • Barry, I tested in 9.4.6.

    Roger, my only other suggestion is to get a clean copy of OI going and test it there with UTF8 enabled. If it works, then it means your main application is fiddling with UTF8 settings somewhere.
  • If my application is fiddling with UTF8 settings, would that mean Get_Property( "SYSTEM", "UTF8") returns false?
  • Suggestion:

    In your search bar type 'character map' and run, and then see in the dropdown if the font family you are using actually exists
  • Barry - what exactly do you mean by search bar?
  • in windows where you search for an app.



  • this is my windows 10


  • I have both Segoe MDL2 Assets and Segoe Fluent Icons
Sign In or Register to comment.