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,129
- Last Active
- Roles
- Administrator
Comments
-
I think you are confused by a few things and we need to sort out some basics before we can really move forward. You have a pre-release version of SRPControls.ocx that we provided you to test the Outlook drag-n-drop feature. That file should be the o…
-
I'm not sure why Abyss is returning a 400 error nor am I sure how to configure it to accept the asterisk. I did a quick test and confirmed your results. You may want to investigate Abyss' technical support for answers. Must your end point include t…
-
That's treated as a regular character.
-
You are thinking of this in terms of a data delimiters. I'm describing a delimiter used internally by the control. I might be over-simplifying the issue, but I believe this is similar to how the text box control internally uses CR/LF to delimit line…
-
Internally the control treats @SVM as a column separator. Thus, if you push @SVM data into the control, you will find that it will get broken up into multiple visible columns. I think the original designers of OI never expected @SVM characters to b…
-
I honestly don't know but that is potential snag in your plan. I'm inclined to think that if all these hidden columns are SV to begin with then you won't see any empty values appearing in your data. I would only be worried if you had mixed MV and SV…
-
All HTTP methods should be supported in principle. By that I mean that the SRP HTTP Framework will take any method that comes through, but your web server might not support all methods. PATCH is not (yet) formally adopted into the HTTP RFC so I know…
-
Phew! I think that's called dodging a bullet. :)
-
Brad - I'm glad I asked for more details. I now better understand that you actually want to show two OI forms at the same time, whether in a single SRP Panel control or in two SRP Panel controls. We do not support multiple forms in a single control …
-
Brad - I'm not sure why you are having trouble with the two-panel approach. I have not personally tried that, but I would not have expected it to hang for you. However, I might have a better solution for you but it is a feature that we have not offi…
-
Michael - ATRECORD itself isn't used to write the data to disk. It is just a property that is bound to the controls. Thus, setting the field positions of ATRECORD for controls that don't exist on the form won't help you. In the end, OI still queries…
-
I agree, it is kludgey, but - to be honest - so is trying to emulate AREV functionality in OI. That is not meant to be a dig, but we stopped trying to replicate AREV in OI years ago because of the constant conflict between the different paradigms. …
-
I think you have well summarized the options available to OI developers. Our "something else" has generally been UDPs which we gather in the WRITE event handler and then write the record ourselves. Sometimes this is a good candidate for an MFS. So,…
-
Matt, I thought perhaps "fix" the image on-the-fly using the meta data via the command line tool that Kevin referenced. That way you wouldn't have to bother the user.
-
In truth, it probably doesn't matter now that I understand the what, why and how to rectify. In theory I should only need rectify those photos that exist now and all photos moving forward should be correct? You are correct.
-
I will go through and rotate the hundreds of pictures in windows explorer so they look the way they're supposed to. I think the phrase "the way they're supposed to" should be qualified. What you really mean is "the way a human observer expects the…
-
The Abyss configuration looks perfectly good to me. This is corroborated by your successful internal (local) tests. I am certain the problem lies in the way your web server is routing traffic coming in over port 80. Regarding the firewall, this is a…
-
I see. Okay, well I'll share my thoughts on this but I am willing to be corrected by others on my team or in this forum. Browsers will always use port 80 as the default for http traffic and port 443 for https traffic. If you want or need to use an a…
-
Greetings to you as well. If I recall correctly, won't you be applying an SSL cert to this site? If that is the case, may I ask why you you are looking to support http instead of just https? I'm not looking to avoid answering your question but I am …
-
I do not think to. Remember the problem was in the previous SRPControls.ocx before the picture control was changed. Yes, I remember. The ribbon theme form is a simple form with radio buttons setting various themes so I am somewhat surprised this i…
-
Does PBC_RIBBON_THEME have the SRP Picture control being used?
-
Do either of those windows have the SRP Picture control on them?
-
Adam - LOL. That is too funny. I don't think I've seen that before but it perfectly explains both problems. Yes, SRPUtil.ocx is only for the SRP Editor, although it has all of the same controls that SRPControls.ocx has. We did this to make it easier…
-
Chris - It might be unique to your XML init string. Can you send that to support@srpcs.com? We have to use the same method to initialize our Ribbon control so there is something different between our environments.
-
Adam - what is the path you put the OCX file into?
-
Feel free to email me privately on this as I would be interested to pursue this matter. I am not aware of any bugs and we have a number of implementations. If I can help you or help guide ChargeItPro I'd be happy to do so.
-
I take it that you decided ChargeItPro wasn't an acceptable solution?
-
Chris - Is this all you have to report? This seems like the same information you shared a couple weeks ago. I'm not sure what else we can do for you without more information or a copy of your system to test with.
-
Not at this time. The client only sends data but it does not act as a listener or return data synchronously. Does Verifone not have any easier APIs, such as REST or another HTTP-based solution?
-
Adam - I'm going to guess that when you run the OI form with the Picture control, the space where the control resides is white. If so, that implies the control did not register properly. 9 times out of 10 the reason a control doesn't register prop…