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
-
SRP_Sort_Array uses standard C++ sorting rules while OI does ordinal sorting. That puts me between a rock and a hard place. I'd argue that standard sorting is what most people desire since it is how most other languages and systems sort. If I go wit…
-
No. You can download it from the products site though.
-
Sorry. Bad build. I've replaced the builds on the products site. It's still version 4.1.6, but the full build number should be 4.1.6.6 instead of 4.1.6.5. Download again.
-
Fixed in 4.1.6.
-
I was able to recreate this as well. I'll take a look at this tomorrow and get you a fix as soon as possible.
-
You need SRP Utilities 2.1.5, and you need the whole RDK. 2.1.5 hasn't been released yet, but you can download a prerelease build to try it out.
-
This works for me. My only guess is that the RDK didn't take and is calling an older version of SRP_DateTime that doesn't have an AddDays service.
-
This is sometimes related to tab order and when OI redraws controls during CREATE. Is your form invisible during CREATE?
-
For what it's worth, the reason the code above didn't work is because there is no Handle parameter to the Unsubclass method.
-
I see what's going on. If you are going to use a global Subclass control, you need to Unsubclass the control in TEST1 during the CLOSE event. When you don't do that, then when you try to subclass a second time, the subclass control doesn't do it bec…
-
An RDK would be fine if it's not too much trouble.
-
Well, that was my last guess. I can't troubleshoot without seeing code.
-
Ctrl+Shift+G was the original. I added F12 down the line because of my Visual Studio habits.
-
Since you have a global subclass control, can I presume that each control you are subclassing have different names?
-
Hmmm, sometimes tab order makes this behave oddly. What happens if you force the form to refresh in some way? Sometimes the button is there, but it hasn't redrawn. If that's not the issue, then I'll need code. I did a test on my end, and I'm able t…
-
If it's multi-instance, perhaps the window name changing each time is the problem?
-
Try 2.1.5 RC3. This is a 64-bit RDK for OI 10.
-
I've created a new build that has more robust license windows, which you can download here. That being said, as you pointed out, once you get the license, the issue will go away. I'm glad you found the issue with the zip being empty. Strange that t…
-
Is the list of attachment files full paths? If so, that could be a problem. I don't think zip files can accept drive letters, though I'd hope you be getting an error if that were the case.
-
Nothing stands out. What happens if you use a different compression level?
-
SRPUtil.ocx (32 bit) and SRPUtil64.ocx (64-bit) are the same thing as SRPControls.ocx and SRPControl64.ocx respectively. They are used by SRP Editor and other SRP tools. We created them so that when we install or upgrade SRP Editor, we don't overrid…
-
There is no limitation in eval mode, so there is something else at play here. I'd need to see code to make any further determination.
-
You could try manually copying: OSRead Data from SourceFile then OSWrite Data to DestFile end
-
Wow. Sorry about that. The documentation was missing quite a few new parameters. I updated both STRINGIFY and GETMEMBERS on the wiki. The Sorted parameter sorts member names alphabetically in ascending order, but only when generating the output. In…
-
No, sorry. What is the use case you are after?
-
Good catch. These errors are due to using Len() instead of getByteSize() when in UTF8 mode. 2.1.4 fixes this.
-
I will admit that I dropped the ball in effectively communicating the difference between Record and Row. I should add a page to the Wiki just on this topic. Hopefully, this thread will be useful to others to understand the difference. Anything tha…
-
Here's a direct link to the DLL. Maybe the DLL got corrupted when building the installer. If that doesn't work, you can use the 2.1.2 DLL for now. The DLL actually didn't change at all. I simply recompiled it with a matching version number. The fix…
-
Fixed in 2.1.3.
-
I'm messing around with different window styles and controls, but I can't recreate the behavior in your video. That behavior is very bizarre to say the least. It almost looks like REDRAW is off when you move or drag. I would like to get this working…