Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
josh
About
- Username
- josh
- Joined
- Visits
- 2,067
- Last Active
- Roles
- Member
Comments
-
Also, do you know what happens if two processes call update_index concurrently? I found an old thread on the rev forums that vaguely mentioned that update_index itself locks something and refuses to proceed if it can't lock this thing, but I couldn…
-
I think that is true. We don't really validate length as far as i can tell, so we are vulnerable to that length thing you mentioned in another thread. Do you know if anything bad can happen if you kill OI while it's in update_index?
-
[post deleted]
-
thanks, I will let my team know.
-
Yes. But BTREE.EXTRACT did mostly work. It's just that it failed for some inputs. Also weird how rlist didn't fail for these inputs.
-
If this is useful for anyone, we were able to fix this by changing the justification of the column from LEFT to RIGHT.
-
Good point, that's probably what the issue is. Thanks!
-
yes
-
Perfect thanks. I have noticed another issue as well. It seems that the presence of @tm (new lines) in the edit box causes the selection property to be inaccurate. I will try to figure out exactly what is going on and describe it, but you may alr…
-
ok, i will give that a try... thanks
-
I tried setting the property, also after the create event, and it didn't work. So that rules out promoted events. I will just use another control...perhaps a button that toggles between two states or something... Or i could just use static text and …
-
Thanks for the tips, I will have a go at what you suggested.
-
I will just put a check in place that if the control is an edit box, it should do this: swap @tm with crlf$ in value thanks
-
Hi, yes I can see that we are handling it ourselves. value = get_property(focusField, 'DEFPROP') selection = get_property(focusField, 'SELECTION') iF selection<2> > 0 THEN value = value[selection<1>, selection<2>] end…
-
Prefect thanks! one less thing to worry about.
-
yes
-
thanks I will try that
-
perfect thanks. this is much better than bubbling up end_dialog...i can't use end_window or the close event because it causes the program to crash to the debugger for some reason (labelled common error )
-
Thanks, I will try Msxml2.ServerXMLHTTP.6.0. We are not using a client certificate. All we are trying to do is validate the server's Let's Encrypt issued certificate. The validation is failing with error message "could not get revocation informatio…
-
Perfect. Thanks
-
great thanks
-
although I have once before encountered a problem where the total amount of memory available was large enough, but there was not a large enough contiguous block of memory to make the required allocation. So could be that...
-
Thank you, but I just decided to use our SQL database instead. Not worth the trouble really.
-
ok, i will pass this on to my team
-
if our data in OI is not encoded in utf-8, should we still use those settings you mentioned? The html that we send is utf-8 though.
-
I had a look, and those variables do not exist in the file. Do you have any documentation on how this config file works/ what the variables mean?
-
thank you, I will have a look at this file once i find it lol.
-
no idea. I will have a look. How do you even check that? btw, all of the characters are appearing OK except the below ones. The char in the left was encoded in windows 1252, and the char on the right was encoded using the html character reference …
-
these are the ones i believe. I will test each one though 1252 unicode # 0x80 0x20ac ;Euro Sign 0x81 0x0081 0x82 0x201a ;Single Low-9 Quotation Mark 0x83 0x0192 ;Latin Small Letter F With Hook 0x84 0x201e ;Double Low-9 Quotation Mark 0x85 0x202…
-
Actually, I have just realised that é is correct. It's only a few that are different, like the trademark symbol.