Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 2,917
- Last Active
- Roles
- Administrator
Comments
-
Thanks. In that case I'm out of ideas. It might be something obvious, but we aren't seeing the issue because of limited information.
-
Again, try the Set_Property anyway just to rule it out or in. Also, set it just prior to your OLE.ColumnHeaderText setting.
-
Roger - I don't have Windows 11 to test with so I'm using Windows 10 and Segoe MDL2 Assets. Using the hex value that Kevin originally posted I'm able to see the wifi icon: I would have expected setting the application properties to turn on UTF8 mod…
-
Without doing a deep dive, my first instinct is that UTF8 is not enabled.
-
Does your computer have the Segoe MDL2 Assets font?
-
In fact using the SRP editor I could not place a colon or plus sign next to the first variable then a space followed by the second variable. I see what you are experiencing. I agree with you, this code was obviously written with a native editor. …
-
I think my two app plan isn't going to work. It seems that App-B is unable to access subroutines on App-A. That probably explains why my calls to Calculate work when run from App-A. Yes, that is a potential issue. Is your app from a different copy…
-
No, XLATES work just fine as long as all dependencies are available. Is CUSTOMERS being attached as well?
-
Roger - This is one of those trade-offs between the EditTable and the ReportTable. If you want to keep using the ReportTable, you might consider using the OnHeaderRightClick and a context-menu. Context menu support is a built-in feature of the Repor…
-
I assume you confirmed that Get_Status() and @FILE.ERROR return nothing of significance. I am a bit stumped but I think this is mostly due to some missing information. I recommend Barry's previous suggestion to move the symbolic code into a stored p…
-
Also, you should call Set_Status(0) before calling Attach_Table and then check Get_Status() to make sure there are no problems.
-
I'm writing some code to pull some data from an OI table that is external to my app. What does this actually mean? Are you running code within an OI application, but not the "app that contains the data", or are you calling code from an interface …
-
It would be helpful to know what kind of crash you are seeing. Is this a Windows crash or a runtime error? If a runtime error, what error are you seeing?
-
Change RECORD to @RECORD.
-
Roger - As Mark commented, the same limitation in header rows applies to header columns. Also as Mark suggested, you could hide the headers and style a data column/row to mimic a header and then you'll have more options. The ReportTable is a great a…
-
Hi Roger - The SRP EditTable does not have a property for creating a checkbox in the header row. However, you can put a hyperlink there as a way of communicating to the user that they can click there. Either way, you can capture the click on the hea…
-
Using the format function on an existing program, it seems that it doesn't indent unless there's a label first. When else would you expect the intent format to occur?
-
I see. So you would programmatically generate the XML based on the png files being dropped onto the control. Do I understand you correctly? If so, how would you know which commands the png file would be associated with?
-
I wasn't expecting you to test all OLE controls. Just establishing a pattern based on what we know. Help me understand your use case. You want to add icons to the ribbon without typing in the XML file. How exactly would this work out? Let's say the…
-
Jim - I want to make sure I'm up to speed. Please confirm if this is accurate: * You set the ACCEPTDROPFILES property for the form. * You can successfully drop files on OI controls and most SRP controls and this will trigger the DROPFILES event…
-
I suppose you could add it back and debug to see if the search tool is hitting the MFS.
-
Does removing your MFS restore functionality?
-
Don't know what the problem is. Nothing you described should have an impact, especially with the way Kevin noted the tool works. I might have imagined your MFS creating interference with SYSPROCS searches. But since you said it applies to all tables…
-
Can you give me an example? Do you mean searching in general (i.e., any table), or searches against the SYSPROCS table specifically?
-
Do any of the comments (especially the end) of this thread help?
-
Most of what you wrote is a duplicate of your prior post. You didn't comment at all on my suggestion, so I'm curious as to why that route didn't work.
-
Your 'official' release of srpcontrols is showing version of 4.2.4, you are showing this updated version as 4.2.5.12, which is nowhere near where I would expect the current release to be of 4.2.5.11 The 4th position is never displayed on our site.…
-
Might I suggest that you create a simple hook so you can observe the incoming and outgoing values when you do a normal compile?
-
Use the COMPILE method for the Repository function to compile your code. Use the Blint() stored procedure to check for VNAVs. Blint is not documented, but you can pretty easily figure out how to call it by looking at the argument names.
-
Putting an MFS on SYSREPOS is doable but I consider it to be too risky. I suggest creating a hook for the Repository function and adding logic that bypasses the DELETE request for certain conditions.