Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,092
- Last Active
- Roles
- Administrator
Comments
-
We support a lot of UTF-8 applications so I was surprised by your first post. It might help if you could identify a few (perhaps 3 or more) characters you think are problematic.
-
The Realm is something of a "namespace" for websites, or APIs in this case. If you changed the realm on a per-site basis then you could also use that to determine how things should work. That is, it's just another flag that doesn't do anything withi…
-
No, not out of the box. Everything is driven from the "API Call Procedure" setting in the HTTP Framework Setup UI. However, if you care to update some existing code I think you can implement this relatively easily. My suggestion is to create a loc…
-
Bizarre indeed. I can only fathom that this is due to some buffer overload (and yes...I'm making this up but it's the best I've got).
-
I have never seen that happen before. This might lead one to conclude that when pulling in so much data, it causes a problem with the second Get_Property command. However, without seeing your code, I can only take this at face value and assume that …
-
I had to look FIGJAM up...that's pretty damn funny! Rather then write a novel in this post, I'll just refer to the blog article I wrote almost 5 years ago: Picking the Correct XMLHTTP Object Suffice to say I've been in your situation already and …
-
Martin - The reason it is important to test with IE is because the XMLHTTP control is based on IE. Therefore, if IE can't connect then XMLHTTP can't connect either. You can try setting the UseClientXMLHTTP argument to True$ and see if that helps.
-
I really doubt this is a problem with your version of SRP Utilities or SRP HTTP Framework. That is a normal response form the XMLHTTP object. The fact that it is different on this Win 2012 Server from your Win 10 Laptop suggests there is something g…
-
For those monitoring this thread or who come across it in the future, the issue came down to the insertion of comments in the eserver.cfg file. Whodathunk that would cause problems, but they did.
-
Great news. That should also have updated your SRP Utilities at the same time, which is where the Enhanced BASIC+ support resides.
-
I was about to agree with your assessment but during my own testing I was able to get this to compile for me. What is the version of the SRP Editor and SRP Utilities that you are using? You can get the SRP Editor version from the Help > About men…
-
For those monitoring this thread, the problem ended up being due to an outdated version of SRPControls.ocx.
-
Will - Can you email me the exact copy of eserver.cfg you are using on this server. Also, please get the full version of the Java library being used and include that in the email or post here.
-
Will - Thanks. I've responded back to Revelation with both answers.
-
Here's the response I got from Revelation: So, immediately after startup it tries to shut down? My first guest has to do with some eserver.cfg settings (of course) - in particular, the error is complaining about the statsClientMonitor, maybe the set…
-
Ed - I'm not sure why you are not getting proper behavior. The visual issues are also strange, although some of the problems you are seeing are because you have the form shorter than its optimal height. Is there a reason you have resized it or is i…
-
Jared might have some ideas but I've gone ahead and posted in the Revelation forum as well for good measure.
-
And you are certain the port is open (or is this where working with the 3PV is hard)?
-
Are you sure the OEngineServer isn't already running as a Windows service?
-
I really don't have a solution to propose, at least one that is able to do all that you want out of the box (or close to it). This seems like an R&D project all by itself. That said, I can't help but wonder if this project will give you more he…
-
Awesome!
-
Thank you. Please forgive me because I have some other questions. Is the reason you need to have an RTF and HTML control is because you intend to publish content in both formats? I presume the RTF content will be published via OIPI whereas the HTML …
-
I want to make sure I understand your objective. Ideally, you want two controls on a form: an RTF and an HTML control. You want both to be editable. When content is change in one control, you want the content to be changed in the other control. Am I…
-
Phew.
-
I misunderstood. I thought you were suggesting to replace the line. I know understand you are simply suggesting we add this so a template formatted either way will be properly swapped. That makes sense to me so consider it done.
-
What about our friends who are not overseas?
-
To add to Kevin's comment, you can see examples of this in the code snippets in the aforementioned blog article. New objects are generated from the CALL method.
-
I know you told me you unblocked the file in our email exchange, but did you restart OI after doing so?
-
Colin - Before we start chasing shadows, have you read through this article on ADO?
-
This definitely sounds like a memory leak. We've done enough exports to SQL to be assured that SRP_COM itself does not have a memory leak, so this might be a problem with your code or the library you are communicating through. How "large" is large"?…