Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
KevinFournier
About
- Username
- KevinFournier
- Joined
- Visits
- 2,166
- Last Active
- Roles
- Administrator
Comments
-
SRP Mail is using .NET's System.Net.Mail to send emails, and we only set the IsBodyHtml to true if "HTML" is passed to SRP_Send_Mail. Nor does SRP Mail attach any file attachments beyond what is passed to it. Unless .NET is adding the html mime type…
-
I didn't change any of the OI 10 code, but if you see something is off, let me know. OI 10 is different because all the OI controls are placed on a Client control. So, in OI 10, the ribbon just has to resize that Client control and everything else r…
-
For what it's worth, I agree that this is an egregious oversight. In all other modern languages, debuggers will show you the value of constants.
-
Here's version 3.0.3.1. This one will also return a stack trace on the error. This will help us narrow down what's going on.
-
This is expected behavior. MDI child windows can't be told to "stay centered". Once you display them, there they are. This is one of the reasons MDI was deprecated many Windows versions ago. This is also why Frameworks opts to show everything in the…
-
Is the client system an older machine? For example, Windows Server 2008 RC2 doesn't support TLS 1.2, which most email servers require.
-
If you're using 465, try using 587 instead.
-
Try 4.2.2.1. It took me three and half days of trial and error to figure out how to deal with this issue. The end result should lead to better handling of child controls on a form with the Ribbon, but it does come with one potentially breaking cha…
-
What port are you using?
-
Try this version (3.0.3.0) and see if it gives you a better error message.
-
Just wanted to confirm that I can recreate this and am investigating.
-
Nope, that is the intent. You give that service the width of the cell minus padding (see CellPadding) and it will determine the height needed to fit all the word wrapped text.
-
Multilined cells auto wrap by default... if there is enough space. When there isn't enough space, an ellipsis appears on the last visible line. If you have thin rows, then it will look there is no word wrapping until you enter into edit mode, at whi…
-
Thanks for the files. This helped me narrow down the issue quickly. Some of your images are 8-bit, and I wasn't converting them properly in memory. Version 4.2.1.6 fixes all the above issues, including the ReportTable issue.
-
Interesting. I assume you used a resource monitor to catch these. I hadn't noticed, but then again, I don't know if any of us use menu icons. Not sure if Revelation will fix it since 9.x is out of support, but if not, maybe there's some WinAPI trick…
-
I'll get to work on these issues. Any chance you can send me the image files that break?
-
Can you perhaps email me the SYSREPOSWINS record of that form? Maybe I can use it to see why it's crashing.
-
You need to call RELEASE on any object that you acquire from the CREATE service or from calling a method. In your case, you need to this when you are done with each record set object: SRP_Com(obj_recordset, "RELEASE") Otherwise, those objects stay…
-
Something was causing the button to get focus, and when that happens, since it's a toolbar button, it tries to pass focus onto the next control. The next control on your form that can actually get focus is a radio control on the first page. This is …
-
Fixed in 4.2.1.2.
-
Yeah, one of these days we're gonna write our own BASIC+ linter.
-
Yes, that's the good news. The bad news is that the behavior is pretty weird, so it'll be a bit of work to track the issue down. If you notice, when you click on the button, it actually jumps back to the first page. This happens the moment the butto…
-
Good news. I have an old copy of Opto and was able to recreate this using your video. Lemme investigate and get back to you.
-
One thing to investigate, if you haven't already, is how you are qualifying events.
-
We actually had to do a little research into LINEMARK. As far as we can tell, it simply inserts a carriage-return line-feed (CRLF) into the code. This is why it throws of the debugger. LINEMARK seems to be entirely deprecated at this point and there…
-
Ooh, thanks for catching the oversight. SRP Schedule events were added to that page. I use the OLE prefix as a best practice by habit to avoid conflicts. You never know if OI will add something later that will conflict with one of our names. I did…
-
We appreciate the tip. I hope the new documentation provides some insight on how (a)synchronous event handling affects timing.
-
Hmm, I'll add it to my todo list then. All I do is pass the SYSPROCS key of the source code to OI's BLINT stored procedure. Not sure why it's returning all that nonsense for the SRP Editor and not the OI editor.
-
Have you tried OI's editor to see if you get the same VNAVs?
-
Oh man, I've been spending all day trying to figure this issue out, and in a strange twist of fate, your post helped me realize why I wasn't able to solve it. To explain, let's use the Office2013 theme as the example. That theme, sure enough, shows…