Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
rogercurtishall
About
- Username
- rogercurtishall
- Joined
- Visits
- 96
- Last Active
- Roles
- Member
Comments
-
That does work. Thanks!
-
Yes it does, but resizing it so it stays visible doesn't
-
You are right, but I don't seem to be able to resize it so it stays visible
-
Yes
-
No, I checked both monitors by minimizing all other windows.
-
I mean it shows in the task bar, but never opens on the screen.
-
Col1 = 22:@FM:True$:@FM:False$:@FM:False$:@FM:0 x = Set_Property(@Window:".OLE_PALLET_RPT", "OLE.DataColumn[1]", Col1) Col2 = 60:@FM:True$:@FM:True$:@FM:True$:@FM:0 x = Set_Property(@Window:".OLE_PALLET_RPT", "OLE.DataColumn[2]", Col2) *Col3…
-
Thanks Kevin
-
Thanks Kevin. I should have figured that out. On a related note, I am also having an issue with the widths for the DataColumn properties. I have 7 columns, all but one are autosized. The total specified length is now less than the width of the O…
-
I have both Segoe MDL2 Assets and Segoe Fluent Icons
-
Barry - what exactly do you mean by search bar?
-
If my application is fiddling with UTF8 settings, would that mean Get_Property( "SYSTEM", "UTF8") returns false?
-
That is what I see, with an nothing meaningful in the header column.
-
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?
-
Could it have anything to do with the fact that I have the check box setting on for that column?
-
I just did that, but it made no difference.
-
Don - I added a Get_Property( "SYSTEM", "UTF8") to the create event on my window, after it sets up the report table, and it shows a value of true.
-
Does that involve anything beyond setting the check box in Application Properties?
-
I tried changing the ColumnHeaderFont from "Segoe MDL2 Assets" to "Segoe Fluent Icons" and I now see the attached for my column heading. My specific code is: Set_Property(@Window:".OLE_PALLET_RPT", "OLE.ColumnHeaderFont[1]", "Segoe Fluent Icons") S…
-
Don, I am using Windows 11 which is supposed to have this font. Barry, I am using the application properties to set UTF8. I tried your suggestion on the SYSTEM UTF8 properties calls, with no affect on the problem.
-
I just retried the conversion site, leaving the default radio selection of hex code point. That resulted in \EE9CBA\ for ColumnHeaderText, but no change in the results when viewing the Report Table.
-
Kevin. I turned on UTF8 character mode in my application, entered e73a (for CheckboxComposite) into that site you referenced, set the properties as suggested, with ColumnHeaderText = \EE9C80\, but the results as seen in the attached image, do not l…
-
Does that mean I can make the column 1 header cell have an icon by using the ColumnHeaderFont property? If so, can you provide me an example of this? Thanks.
-
Kevin. What do you mean exactly?
-
Hi Kevin or Don. Does the ReportTable allow for an image in one of the header columns? My reading of the properties tells me no, but I would like to confirm that. Thanks.
-
Hi Kevin. Do any other events besides OnHeaderRightClick, fire when you click on the header row? Thanks, Roger
-
Thanks Barry. That did the trick.
-
Thanks Guys!