Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
ColinRule
About
- Username
- ColinRule
- Joined
- Visits
- 201
- Last Active
- Roles
- Member
Comments
-
Thanks Seems much better. I will pass on the testing guys and advise if any issues.
-
Thanks, Work OK There was also a bug in my code, there was a field with more @vms than there should have been, which pushed all the data along, even though field 1, the sort field was limited. So when I looked in debug all I saw was @vms and did not…
-
Seems strange that it is memory allocation, when the example data is only about 1k in size.
-
Any news on this. It is still a bit hit and miss if it drags or not. The splitter resize cursor shows when highlighted, but does not drag. Get it in just the right spot and it is OK.
-
Kevin Installed the RDK, copied the DLL in, and reran. Same issue still there, although seeing a lot more @VMS Tried both formats of the command.
-
The old format failed. I then changed to the new format to see if that was any different, still failed. Then removed the extra ",0" that should not have been there, still failed. I have had RC8 in for a few weeks resolving a similar issue with Rota…
-
No, still the same Now : ITEM=SRP_Array("SortRows",ITEM,"AL1") I copied the old format and omitted to remove the ,0 But same issue.
-
Kevin, Thanks, this RC fixes the issue, all displays as expected.
-
I did the following to push to the clipboard, then attached the text file from notepad. If you reverse this you should get the content. Swap @FM with Char(13):Char(10) in VALUE_TABLE Swap @VM with Char(9) in VALUE_TABLE Call Set_Property("CLIPBOARD…
-
OK cool, thanks It works so I am happy to release.
-
Thanks Kevin, works OK. Was that RC6 already available, or was this a new issue? Also, do you have any test scripts that you run on the maths functions, as its pretty critical that we have confidence.
-
Have now implemented, works perfectly, thanks
-
Thanks, I did not look for the obvious. I will give it a go.
-
Thanks, I might give this a try.
-
Ah, so it is Downloaded, will advise if any issues.
-
Where can I download the DLL only The download is the complete thing, and not clear to me if this is the RC version or not.
-
Mark Not going to work, especially on row 14 which has loads of trailing @VMs There is an issue with why my data is like this, but not the point. I have a workaround loop/delete of trailing, based on field 1 being the master, which fixes, but not a…
-
Don I tried this ITEM=SRP_Array("Clean",ITEM, "TrimTrailing",@VM) Still caused the hang. Also tried just extracting one field and trimming that, still hung.
-
32bit on OI 9.4 SRPUItilities DLL is 2.0.0.0 last modified 18.4.2018
-
Excellent, now works as expected
-
I am now getting the same issue. It is OK in OI 8.0.8, but happens in OI9.4 The form all saves correctly, so its just a matter of restarting the Form Designer to carry on.
-
THAT IS IT Turned off the OI Border, and use the SRP control border property and all works fine with AutoSize height ON. Thanks Mark