Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
keeman
About
- Username
- keeman
- Joined
- Visits
- 130
- Last Active
- Roles
- Member
Comments
-
Yes, then it works. Thanks
-
Oops. Typo in previous message, lets try again... We get 4 decimals with this formatting: #.##0,00 OInumber = 1234.56 Output in reporttable shows 1.234,5600 expected output = 1.234,56
-
We get 4 decimals with this formatting: #.##0,00 OInumber = 1234.56 Output in reporttable shows 1.234.5600 expected output = 1.234,56
-
Most formats work for any locale. Dates work fine already. It is only the punctuation for numbers you have to address we think.
-
Thank you for the update. We will work around the bug for now. Please let me know when the fix is ready. Regards, Ed
-
Thanks for the confirmation. What happens next? Do we get a solution?
-
hmmm, If we download the picture from our first post, the image shows up correct. Looks like the image is processed when downloaded. The original is attached in zip
-
Hey AusMarkB, If we load the image the cell remains white (cell background color) But in your example we see the image. Did you process the image first? Or is it the one we provided (unchanged)? Ed
-
Hey Don! I am sure the openengine service was restarted. Maybe I only restarted the dev-engine. After a re-restart it looks like everything is woking now.
-
Hold on. It looks like it's solved now....
-
HELP! After installing the latest utlities.... In an openengine service we have SRP issues.. SRP_ENCODE break on line 67 SRP_DECODE break on 62 SRP_MATH break on line 89 Are there dependencies?
-
After update to the latest SRP Utilities the issue is gone. In the version history after 2.2 we only read that "Validate" was added to srp_json. Thanks again for the help.
-
we are at 2.2.03. We wil update and try again. We let you know. Thanks for now.. Ed
-
Because the variable AR was filled in code the insignificant 0's were stripped by OI. We tried this ar = "12.12#14.14#13.10" ar<2> = ar<1> convert '#' to @vm in ar ar = srp_sort_array(ar,'DN1',0,@fm,@vm) We got the variable AR back wit…
-
We misread the "N" option for sort-method in the documentation. We just thought the options were just like in OI "L" or "R". Sorry about that....
-
Correct, the errors came from v3.2.0 . We have made plans to upgrade the machines at the customers site.
-
Oops, At Van der Laan we are at version 4.1.19.5 The error was reported from a customers site. version 3.2.0 Thank Don
-
Configuring the engine and the php-script took me some hours. What do you mean with "turning on UTF8 on dynamically"? We run the engine now with "UTFPortNumber" The idea is that we can use utf_ansi after we pulled the values from json.
-
Super! Thanks....
-
Problem solved. We put one column more in the list then the "Columnlist" property was set up for. "Columnlist" had 16 columns, we put a list in the control with 17 columns. Once we corrected that the "FindString" method started to give row numbers…
-
Oops, maybe not so great... We see names of dutch weekdays, but the names are on the wrong day. Today on march 23 we see do or donderdag but it should be wo or woensdag.
-
Great, Kevin. Thanks
-
I made som screenshots to make it visible. Initial view 7-16, notice no scrollbar visible. Scroll up one click: hours midnight to 7 come into the view, we wouldn't expect that. Scroll up second click: Hey! no hours visible at all ?
-
@AusmarkB: We want to use 24hr time format. @KevinFournier: I'm starting to understand the Layout property better now. If losing the time is difficult then look at the attached image srp4. The Interval is set to 60, what i believe is the largest va…
-
Thanks Kevin, it works!
-
fmt(0,"MT") 00:00
-
Ok, thank you. We agree with you, and for now we disable the singledayhorz.
-
Hey Kevin, I'm talking about the LeftTimeBar and RightTimeBar. The "Layout" property has 2 types: APPTDATA and FLAGS, we don't see how we can use "Layout" to change the format of the hours in the timebars...
-
Hey Kevin, Attached image: Notice in the circle. If we put the mouse pointer as far to the right as possible the wrong column is resized. When we try to resize the fourth column, OI crashes. If we set the window fullscreen, we can't get it to c…
-
Installing the latest Editor did the job... Compiled with success. We are glad to use this endpoint.