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,189
- Last Active
- Roles
- Administrator
Comments
-
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…
-
Barry, What happens if you put font information for all items? I know there is supposed to be a default, but I want to confirm that specifying a font will avoid the problem.
-
It seems that you are using the same variable, Width, for the SRP Popup and the individual items. So, that suggests the widths of everything ought to be correct. So, on the surface this does appear to be a legitimate problem. Yet, I cannot easily f…
-
Barry, My mistake. I misread your post. I thought you reinstalled the same control. I now see that you reinstalled an older control. We'll review your code and let you know what we come up with.
-
I'm confused. I thought you reported that "it works" after reinstalling SRPControls.ocx.
-
Barry, Is the code you use to build the SRP Popup using logic that creates Items of a fixed width or do you calculate the width dynamically based on some formula?
-
Mark, I really have no idea how easy it would be to separate that functionality from Subclass/EditTable UI. I seem to recall discussing this with Kevin already and learning that this is not a trivial feat. Suffice to say, this is not a feature that…
-
I had not tried the SERVERNAME property from an engine running through the SocketServer but interestingly enough I had plans to do so shortly for a project I'm working on. So your question prompted me to test this out for myself. I can confirm the …
-
Paulo, Nice. Thanks for posting your working code. I'm sure that will help many others who will have to go through the same experience.
-
Paulo, That is correct. Your headers need a name and a value. So, 'Content-Type' would be the name (first parameter) and 'text/xml; charset=utf-8' would be your value (second parameter). I'm not sure what you are supposed to put as a value for the …
-
Paulo, As Kevin's sample code above indicates, you should be sending the Payload via the Send method. However, the API service you are connecting to might require Header content to be passed through as well, but that is something only you can dete…
-
Yep, I get your meaning. I am inclined to think that this still won't be a high priority enhancement for us unless it is such low-hanging fruit that it gets pushed out with our next update in the midst of other features we are working on. If it beco…