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
- 3,129
- Last Active
- Roles
- Administrator
Comments
-
Yes, that is what I'm saying. The reason it appears to be in the event is because this isn't a normal runtime error (like a VNAV). Something in your code is causing an op code problem, which causes all kinds of pointer issues within the engine. Thus…
-
Do you mean you tried again with your code running or with your code disabled?
-
Since you are able to run the event handler without any issue with your routine commented out, I doubt the problem is with OLE event handling. Rather it seems that something in your ToolBar_OLE_Event routine is causing OI 10 some heartburn. Without …
-
Sorry for the delayed response. I think there was a bit of misunderstanding with your question which is why we didn't get back to you sooner. I want to verify something with you. Are you experiencing this problem in OI 9.4 or in OI 10? Also, what ha…
-
Barry, I think this thread in the WORKS section illustrates my point about there being "so many variables". This really isn't a simple click-and-go solution. Even if you have already committed to a specific hosting solution, you still have to config…
-
The challenge with a question like this is that there are so many variables and different expectations. Likewise, what is "reasonable in price" for some might be out of reach for others. We've helped clients with several implementations using differ…
-
I'm 99.9% positive there is no way to view these without Revelation making this possible. I don't recall the details, I ran into another situation years ago where I needed a system labeled common but learned after a lot of detective work that this w…
-
Let me know if you want to see this has a potential feature. I think it has merit, but it might not have priority. Some of this depends on how much effort is required to create the desire outcome.
-
Thanks for confirming. I have seen this myself in ARev32 systems that I support, but I wanted to make sure you were experiencing the same issue. So, the real problem is that the Repository is creating STPROC records for these routines and this affe…
-
I think I understand what is happening. However, to confirm can you please let me know if you see the same items appear in the System Editor ++ within its Open Stored Procedure Dialog?
-
Where are these ARev32 source programs located?
-
How about starting with some basics. Do you get a valid TcpClientHandle from the CONNECT service?
-
Kevin's response just reminded me of something else. Make sure your physical OLE control that you are using for SRP Tab is not covering the same space that the SRP EditTable is in. OLE controls cannot occupy the same space on the form or there will …
-
All I can tell you is that the Tab control and the EditTable control have no special relationship to each other. You are drawing incorrect conclusions based on a simple observation. My guess is that the real issue has to do with you exiting the Edit…
-
When you say you are inserting data into the table, how are you doing this? Also, just to be clear, you are reporting that when you perform this "insert data into the table" action, your data is not visible right away? If this is what you are saying…
-
I honestly don't know what you are describing. Can you be a little more descriptive or detailed?
-
Adam - The image you sent does produce the same behavior on our system as yours. Open closer inspection, we see that the file is only 24bit rather than 32bit. The image library that the SRP Ribbon control uses seems to default to traditional transpa…
-
That helps me understand your goals. Then using the SRP_String function is probably your best bet.
-
Let's take a step back. Are you hardcoding the font size or do you allow users to set this?
-
Yeah, it's one of our earliest white papers.
-
Does the DataRow property serve your needs here? Just set the desired height and use the keyword "All" to apply to all rows.
-
Totally forgot about this white paper we wrote that gives all of the nitty gritty details: Creating a Custom Event
-
In OI 32bit, you have to qualify the WM_SETCURSOR Windows API message (0x0020). Once you do that, then mouse movement will trigger the edit table's WINMSG event handler. You will then need to add your code in there to check for specific activity and…
-
Which edit table, the native one or the SRP one?
-
Adam - I meant settings with the SRP Ribbon control. Why don't you send me the image as an attachment to support@srpcs.com (to avoid any conversion issues) and I'll retest.
-
I've tested your image in the Ribbon control and I don't get the red border to become transparent. I see everything: This leads me to believe your settings are off.
-
Albert - Most likely this is because the SRPUtilities.dll that is in your OI folder was not replaced when you did the install. This happens whenever the .dll file is locked due to it being a resource file. Try renaming it first or moving it out of t…
-
I tried to retrieve documentation based on the information you provided. I assume this is related to the Single Window Initiative. Unfortunately, this information isn't publicly available. You probably have no choice but to re-examine this or wait f…
-
I think what you are being asked to do is encode the binary file into a format that is safe to include within XML. A common solution is to encode using Base64, which would give you an 8-bit character format.
-
Based on your response to Kevin, it seems like he understands what you want to accomplish but I wasn't as certain. For my own sake, can you confirm that you are looking to OCR a scanned image so that it will become identifiable text?