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
-
Thanks for the update and self-deprecating humor. Just out of curiosity, what version of the HTTP Framework is running at this site.?
-
One wild guess was perhaps case sensitivity with the name of the header field. I'm not looking at the Framework code right now, but I suppose it could fail it is case sensitive.
-
Yeah, nothing quick comes to mind because it either works or it doesn't. That's why I wanted to see the log. It would give me (and you) a clearer idea as to how the request data is coming into the Framework.
-
Do you have at-will access to the server (or machine running the OI system) or did you only have a short window of access and what you've shared is about all we can expect to see for now?
-
Are you also logging the requests? If so, can you email me one of the logs that you believe has the proper information within the Authorization header?
-
Hi Jim. Yes, I would expect this to work but your mileage may vary regarding the hiccups you encounter. Full disclosure: we have not yet converted a FrameWorks application to OI 10. However, we endeavored to make sure that all of the essential ingre…
-
Technically speaking, @RECORD isn't a property but rather a system variable. As Barry notes, this variable will be populated with the content of the record from the table. However, I'm gathering you are looking to trap when the user enters an invali…
-
I'm not sure I followed your previous post. Are you noting that something else is amiss but with the OIPI.Net preview window? If so, make sure you have the latest client setup installed.
-
Yes, unfortunately that is a big reason why tons of reports have not been converted for many developers (you should try converting to the BRW...) So this does narrow the field a bit. You might want to try printing to a PDF printer driver instead. T…
-
You are changing the wrong Key ID in SYSENV. I assumed you were using the right none, but now I see that your previous post didn't specify which Key ID it was. Try CFG_OIPI.
-
@AusMarkB yes, that's all you need to do. However, you should confirm that you did it right by doing a preview of a report and confirming that you see the newer form. When I want to do a quick sanity check with the OIPI, I just open a dictionary in …
-
@AusMarkB did you note whether this is OIPI classic or OIPI.Net? Have you tried switching it to see if the problem is consistent?
-
We do a fair amount of OIPI printing as well and I can't recall seeing this before. Thus, I'm still trying to gather clues. I'm assuming that when you are missing invoices, it is always the invoices at the end rather than random invoices within the …
-
Just so I'm clear, are you printing to a PDF driver or are you using the OIPI to export to PDF format?
-
@AusMarkB thanks for the clarification. I'm doing fact finding for now until my other teammates jump in with expertise I don't have. While I'm in this mode, is there anything else worth noting? For instance, what is the DPI setting for this workstat…
-
Just to be clear about the description of the problem, is your first screen shot missing icons because of something you did or is this also a problem with the Ribbon control? Also, you mentioned that the listbox has a dark background that is difficu…
-
I am not sure if I have a better solution for you. I don't think I have enough information regarding this project and the final goals/requirements to propose any alternatives. However, if you would like to call me to discuss I'd be happy to review t…
-
Then it seems to me that you really just need to know how to make HTTP requests from C#, correct?
-
Hi Jeff. Just so I am clear, does the existing web application already use OpenInsight and OECGI?
-
I'm guessing everything is just academic going forward since you have a suitable workaround, but I am still very curious about his. When you process smaller tables, do you observe @FILE_ERROR being populated with FS111?
-
@BarryStevens are you sure his logic would process an extra read? First, my understanding of the code suggests that the EOF flag will get set the moment the cursor is exhausted and the looping logic is bypassed accordingly. While I use your syntax m…
-
That will work, but keep in mind this only masks the symptom and doesn't deal with the underlying problem. For now you might be getting all the data but later on this might not be happening but you won't know because you'e cleared the error flag.
-
No GFEs either? If not, then I got nothing. I would need to test this myself to come up with any other ideas. Sorry.
-
Are you confident that all the records have been read by the time the FS111 message is displayed? I'm beginning to suspect you have a specific record that is creating a conflict for you.
-
Bottom line, if it is working the way you want then it is the right approach. We've significantly overhauled this logic in the upcoming v4 version of the HTTP Framework so none of the original logic related to these services looks the same. I'll ju…
-
Set the form's SAVEWARN property to 0.
-
@slowjams did any of this help you?
-
Yes, there is overhead but it is a tradeoff as to where you want the overhead.
-
That looks like an OI message, but I don't think it is using a message that is designed using the UI Workspace. Most likely it is created purely in code and called using the Msg() function. In which case you wouldn't be able to edit anything to make…
-
Yes.