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,245
- Last Active
- Roles
- Administrator
Comments
-
@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.
-
The reason I asked about the type of select you were doing is because if you do a latent select (which is what you are doing with the selecting of a file variable), then it is possible for the pointer to get misaligned due to ongoing activity in the…
-
Oh, so you are seeing an actual message box appear? I'm sorry, I assumed you were describing a system error rather than a dialog box. I would need to see a screenshot of that message. If it is coming from the engine then it is likely hardcoded and c…
-
Are you performing a latent or active select?
-
There are a couple of ways of approaching this. If you simply want to change the default verbiage, then you can open the OIWIN_REQERR message and save a copy into your local application. Then you can change the wording and this will be the message t…
-
I shouldn't matter, but for the sake of isolating the problem I would start with just one OI session. From what you've said, this sounds like an environmental issue and @AusMarkB suggestion is one of the areas I recommend you look into. You are just…
-
8GB is my minimum recommendation for a workstation, but 6GB should not be a problem. Just to confirm, you launch OI and at that time the CPU utilization jumps to 90%+ and it never goes down even though the user is not doing anything?
-
@slowjams it appears to work for me too. If you are still having problems please confirm the version of the SRP Controls you are using. Always upgrade to the latest version to make sure your problem hasn't already been fixed. Finally, this might be …
-
No problem. Yeah, that's unfortunate. My recommendation is to create temp entries in the REVMEDIA and then attach those tables so you can do a quick LIST F1 F2 F3 F4 and see what kind of data is being stored.
-
The REVMEDIA table should contain all the keys that map the OS files to OI database tables. I would start by attempting to attach this directly. From the System Monitor: RUN ATTACH_TABLE "", "REVMEDIA" Then you can use an editor to look at the recor…
-
If you need a UI to allow users the ability to toggle up to 200 (or so) columns, then I would definitely recommend against using a context menu. A dialog with a control that supports checkboxes in a list - such as the SRP Tree, SRP ReporTable, or SR…