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,163
- Last Active
- Roles
- Administrator
Comments
-
4.2.2 hasn't been released, so any 4.2.2.x I give you is a new beta build until I officially release. Big under-the-hood changes happened in 4.2.2.x, which I had to undo in 4.2.2.7. Almost everything has been centered around making the Ribbon behave…
-
I can't explain the SAVEWARN and WRITE issue. My controls don't have access to that layer of OI. Your theory that OI 10 does things differently has merit. I'm always willing to troubleshoot, but I would need an RDK recreating the problem to isolate …
-
I appreciate your patience, Barry. Try 4.2.2.8. This one should should behave a lot better. Also, starting with version 4.2.2.5 or later, use the ribbon's MDISize property to position the MDICLIENT control. The documentation will explain why.
-
Can you test 4.2.2.7 and let me know if the problem persists?
-
4.2.2.7 is available to test. This will solve the issue above, but I had to back pedal a lot of recent changes. For some backstory, I had made a change to the Ribbon control some months ago that I thought was clever but has only since created more …
-
Thanks for catching this oversight. The download from the products page should now install 4.2.1.6 as advertised. Thanks, Will, for providing the link as well. You guys are awesome.
-
I can confirm this is an issue and I am looking into it. I'll let you know when I have a fix.
-
Fixed and fixed. Redownload and install. Version will be 3.4.3.4.
-
SRP Editor 3.4.3.3 fixes this. Download the installer here.
-
Sure. Here you go.
-
Try this build (4.2.2.6) and let me know if it's looking any better.
-
Thanks for checking. Can you send me that particular image file?
-
Interesting. OI 10 and SRP Editor both supposedly use the BLINT routine to find VNAVs, so I can't explain why you are getting VNAVs for variables that don't even exist in the code. If you email me the routine and all the inserts it uses, I can see i…
-
When you say recently, did you upgrade to 4.2 or 4.2.1? I ask because 4.2.1 came with several fixes to rendering of images.
-
Thanks for following up on this. It seems like a bug to me.
-
That explains it. SRP Mail was built using .NET 4, which requires at least OI 9.3. Email security has advanced over the years, so we changed platforms to keep up. I highly recommend upgrading OI.
-
Line 37 is the call to start up RevDotNet. What version of OI are you on?
-
Are you calling SRP_Mail or SRP_Send_Mail in your code? You should be calling the latter.
-
I should chime in here and note that the installer does not pass "nothing" for the password. If you omit the password, it uses the supplied USERNAME as both username and password. This is why it works with OI 10, if you setup OI 10 to allow for such…
-
Oh, try calling SRP_Send_Mail instead of SRP_Mail. SRP_Mail is a convenient wrapper, which you are welcomed to use, but it has totally different parameters.
-
The fact that you're getting nothing leads me to believe that SRP_Send_Mail is actually just not getting called. Can you make sure there aren't additional copies of $SRP_SEND_MAIL in SYSOBJ? Also, since SRP Mail 3.0 relies on RevDotNET, you might to…
-
Try "TLS12" on Config<8>.
-
Gmail no longer supports SSL. Try using port 587 and setting Config<8> to "TLS". If that doesn't work, you might need to upgrade SRP Mail.
-
The Schedule control is the way to go. Each column/row (based on your preferred view) are called Entities. Entities are your resources. They could be cement trucks or, in your case, employees. Then you add Appointments, which would represent jobs in…
-
I'm not sure how these get there, but I see it from time to time. There was a bug in SRP_Get_Utilities_Version that would crash in OI 10, but it was fixed in version 2.2.6. The latest version is 2.2.8, so make sure you get up to date.
-
I've tried to recreate this in OI 10.2 to no avail. I've most often seen this happen when the BASIC+ code is out of sync with the DLL version. Make sure that SRP_Get_Utilities_Version is returning the same version number as the DLL in OI's working d…
-
I've tried to recreate this in OI 10 on my end, but my favorites seem to be saving. So I can better understand the problem, are your favorites never saving at all, or did you just lose your favorites one time after upgrading? Is it the favorites lis…
-
Chris, Download the installer from our website again. The F1 feature should be back up and running. My apologies for the inconvenience. https://products.srpcs.com/srp-editor/
-
Thanks again. In order to support OI 9 and OI 10, some code was moved around to make supporting the two platforms' differences easier. Typos ensued in the process. You can re-download the installer and it will install version 3.4.2.4, which fixes th…
-
Is this after updating to the latest version? 3.4.2?