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
- 116
- Last Active
- Roles
- Member
Comments
-
Good idea Don. Increasing the column display size did the trick. Thanks!
-
BIG04 is a single value. The other columns are all multivalue with both value & subvalue marks.
-
Hi Barry. Using the vertical bar doesn't work. All the data shows on the same line. Don, check out the attached report output. The first record shows what I want, except there should be another Expdate value following the qty 6 and second lot# 2…
-
I tried using @TM instead but they didn't work at all. The data involved has both value & subvalue marks. Here is a screen shot of the actual values from the SRP Editor. Does that help?
-
It solves the problem of the missing data, but it creates a worse problem. There is another value marked field in my report, and using the @vm causes the misalignment of the value marked data. With the CRLF swap, the value marked fields for both t…
-
Hi Don. I am trying this now and it is working, except for one anomaly. I have 3 data columns to which I want to apply this. So I set up 3 calculated columns, one for each of the data ones. The first two work for my test data, with the first valu…
-
That worked, but it requires doing the bitor on the DTCS_CHECKBOX$ as well. Thanks.
-
Hi Don, How exactly do I apply that style? I am currently using the following logic to make the column into a checkbox: ColStyle = Send_Message(CTL%Edt_User_Info$, "COLSTYLE", 2) Colstyle = 65536 ColStyle = Send_Message(CTL%Edt_User_Info$, "CO…
-
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.