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,220
- Last Active
- Roles
- Administrator
Comments
-
Ray, SRP Util refers to SRPUtil.ocx, the control used by the SRP Editor. SRP Utilities uses SRPUtilities.dll. Just right-click on this file and open the Properties dialog. Then go to the Details tab and inspect the File Version or Product Version.
-
LOL. Did you not install v1.0.1 either? For what it is worth, I don't consider either of these updates critical, although I do think they make some configuration changes to the application much easier. However, as you have shared already, those cha…
-
It is used with the WWW-Authenticate response header when some form of authentication is used. It's been in the product from the beginning, but the Realm value was hard-coded in HTTP_Authentication_Services. I believe we swapped out the default valu…
-
Mark, Yes, assuming you want a web service that follows this URL: http://www.mywebsite.com/api/getversion However, to start us on the correct path toward better HTTP etiquette, I might suggest the URL look like this: http://www.mywebsite.com/api…
-
Mark, Well, there is no URL that will pull that information directly. That is to say, this new service is not a web service. It is an internal service. You would need to create your own web service (e.g., HTTP_GETVERSION_SERVICES) and it would, in …
-
Mark, Excellent news. I'll make this update official and document the changes. Barry, I'll shoot a copy to you keyed to your app. I also appreciate the note above regarding the Rewrite rule change. I take it you are mentioning this because the ins…
-
Mark, I sent off v1.0.1 RC1 to you via email. I documented the changes but I left one out. I'll note it here: * In HTTP_MCP, the path where the request and response captures are stored is now defined in the new SRP_HTTP_FRAMEWORK_SETUP record ra…
-
Mark, Do we send you RDKs in the FRAMEWORKS app or do we rekey the entities?
-
Mark, I intend to release an minor update a little later today. I have the changes alluded to above in place. I can't easily test the IIS fix, so I'm hoping you might do that on my behalf and report back your results. Can I send you the RDK and exp…
-
Barry, Thank you for sharing this. You actually posted two things I'm presently changing in the product: * Storing the API path in a record rather than hard-coded in the insert (this will avoid the need to recompile so many programs). * Removi…
-
Mark, I was about to write back and and ask that you send me the request, but you just did so via the screen shot. Very good. Yes, this confirms my latest theory in that this is an IIS issue. To help explain, here is what my request looks like: …
-
Mark, Belay that request. I think I overlooked something. Let me sort this out first and I'll confirm if I want you to do anything.
-
Mark, Yes, I believe the rewrite rule is working. As I had suspected, this was more of a "Hail Mary" effort on my part. The problem appears to be deeper rooted. I was able to replicate your URL and test this on my end (I also disabled rewrite just …
-
Ah...I thought you were hoping to go the other direction. That's what came across as I read your post. Consider this request noted. Kevin engineered this utility so he'll likely be the one to put it in the queue if he thinks there is an opportunity…
-
What would you expect if there were more than one mapped drive to the same path?
-
Mark, I'll still explore this. Just out of curiosity, what web server package are you using?
-
Aaron, Yep, that was it. See, this confirms we are overworked and underpaid! We were so tired we let that one slip by. I got this updated. Thanks for pointing that out.
-
Mark, I can't test this at the moment but I normally use (and assume) that rewrite rules are in place so that OECGI4.exe is not seen. Also, did you recompile your programs after updating this insert? You may have very well uncovered a problem with…
-
Aaron, To add to that i cant even get it to show an image issuing OLE.Image?? Are you sure you have the correct ProgID being used (SRP.Picture.1)? If you are using OI 9.x, do you see any properties for the SRP Picture control in the Properties dia…
-
Aaron, My first guess is that you aren't qualifying the OnFileDrop event. Also, just to confirm, you are only trying to drop an OS file, correct? There is no support - as of yet - for other types of drag-and-drop operations (which was the purpose o…
-
Mark, With regard to your first assertion, the default application that the HTTP Framework entities get installed into is FRAMEWORKS. However, like SRP FrameWorks, we sometimes get a special request to rekey the entities for a different application…
-
HI Bryan, I don't think there are any changes that should affect you. The question marks make me think of how UTF-8 characters often display when running OI in non-UTF-8 mode. Is there any possibility that UTF-8 is related?
-
T.M.I.
-
Okay. I just needed to confirm because there have been other reports that the code doesn't display and we are trying to sort this out. It isn't consistent, as you just bore witness to.
-
Mark, Are you saying you don't see his code within the post? If so, are you able to see the code in his previous posts?
-
I hope this scratches the itch. I already sent him some cream for that little problem of his.
-
Barry, Not a bad idea, especially if you use the SRP_FastArray_Delete to remove the prior field data. However, as I think about this I am questioning whether creating our own BASIC+ wrapper really offers much of an advantage versus a pure BASIC+ s…
-
Then, if SRP_FastArray_MatchAnywhere could be preset with the last known matching values, and subsequent calls would return the next matching values, do you think this would provide you a utility that would be sufficient since it would be a small ma…
-
Mark, I think I understand your goal. You want a programmatic equivalent of what the SRP Subclass control does as a UI. With the combobox, the visual results are paired down as the text is matched up. As a non-UI utility, you merely want to have th…
-
Barry, I was able to duplicate your results. However, I discovered a way to resolve the problem. I cannot verify that this is a problem introduced with the latest SRPControls.ocx, but I don't have a reason to think this is a mistake. I was able to…