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
-
If the XP box can map a drive to the server and see the files I would not think that this alone is the problem. Lots of people, unfortunately, are still using XP workstations running networked copies of AREV and OI.
-
If AREV 3.12 already has the Universal network type then you don't need to run an installer. But, yes, there was an installer to load this network driver in AREV 3.12 for systems that never had it to begin with. Well, I don't know why you can't see…
-
I see. I didn't realize you already have OI/ARev32 tables in place. So you are trying to use AREV 3.12 as the man-in-the-middle that will take information from Rev/G and migrate it to OI/ARev32. When I suggested using AREV 3.12, I had envisioned th…
-
I think what is confusing me is that I get the impression that you have only pointed a volume to the Rev/G files in AREV 3.12 but you have not actually converted the tables into LH. Therefore, nothing has changed in a way that would make OI/AREV32 h…
-
I'm confused. Are you saying AREV 3.12 is unable to read the volume's media map or OI/ARev32?
-
No problem. I just wanted to make sure I gave you an answer that was best suited to the immediate target. I think if this were my project I would dust off an actual copy of AREV, use the ROS bond that works, and any other tools to port the the Rev/…
-
You never answered my question as to the target destination of this system. Is this ultimately going to ARev32 to live indefinitely or is this being moved into OI?
-
How is OnClick made asynchronous? By default all OLE events are asynchronous, but the QUALIFY_EVENT message can be configured to make an event synchronous. Check the synchronous flag docs for the OLE event.
-
Hmmm...I used your code verbatim other than changing the drive letter to one that I have mapped to a NAS and it works as expected. So, not sure why this is giving you problems. While this does not answer the mystery you are dealing with, you might …
-
You've ventured out in the deep ocean where I have not visited before. I might be able to discern more if I was troubleshooting this myself, but based on your notes it seems that the critical BFS routine is missing. Whether that is a bug (i.e., it e…
-
From the Database Manager, Create Volume Pointers, the Type dropdown allows RTP57 or RTP50 (Memory Resident). Not sure how to assign a type of RTP51 or 59. Yep, that's what I saw and why I questioned whether ROS files can be attached. Are you con…
-
Actually...I don't think Rev/G is supported out of the box with CTO. I don't recall if OI has the ability to attach ROS files. Do you have a reference to documentation that says otherwise? It's been too long so I might be mistaken.
-
FYI, you can also use Ctrl+E to expand and Ctrl+Shift+E to contract. That's a shout out to us old AREV guys or anybody else who prefers to keep their fingers on the keyboard. :)
-
There is OI 9.1 to OI 9.3.2 all-in-one upgrade, but that will profit you little since you are already at 9.2. Furthermore, we have always counseled people away from the all-in-one upgrades. Anecdotally I have always had problems when relying upon th…
-
Hmmm...if you are getting an illegal opcode error that suggests to me that they did engineer this for OI 9.4. It seems they are calling something built into the OI 9.4 engine that was not present in OI 9.2. Normally when they publicize something as …
-
I'm not exactly sure of the cause, but I recognized the symptom. I imagine this is happening for the same reason that MDI Children are not supposed to be the parent of modal processes.
-
Are you absolutely sure that Dialog_Box hasn't already returned prior to using End_Dialog? That is, are you sure your dialog form is running as a modal form?
-
I honestly can't say with 100% certainty, but I strongly believe that the same utility will work for OI 9.2 as long as you are using the same Universal Driver.
-
You can also write a procedure to do this. Use the Get_Repos_Entities to get all your forms and then use the Repository COMPILE method for each entity.
-
Hi Dave, First, the original article I wrote follows a good practice but it does require a bit of housekeeping by way of backing up the original stored procedure. I much prefer the technique that I documented in my follow-up article called Hooking …
-
The reason I suspect that OLE controls were involved is because what you were describing (and the event log confirmed) resembles an issue which has been discussed on a few occasions: OI Crashing for remote users OI Crashing on Terminal Server SRP_C…
-
What version of Terminal Server?
-
This really isn't a lot to go on. What kind of crashing are users seeing? What does the event log show? What does the Task Manager for the OI processes look like? Are you using OLE controls? Do the problems go away when users exit OpenInsight on the…
-
Well, congrats on finding the solution. This is another reminder of why it is important never to assume too much and it is important to ask for code. You see, I had assumed you were following the examples from our TabColors article. Lesson learned a…
-
Are you seeing blank spaces (white boxes) elsewhere in the SRP Editor, such as in the toolbar?
-
The standard practice is to have the window be invisible at design time and then when the SIZE property is set this will display the form at the right location without the jump affect.
-
Based purely on eyeballing all this, I think preset width never actually comes into play, regardless of edittable size. Yes, that is really what I've been trying to say. Maybe we can come up with something else. Stay tuned.
-
First, my comments are not based on internal knowledge of the control. Kevin would have to give the definitive "here's how it was designed" type of answer. I'm speculating based on my own experience and interpretation of the documentation. Second, …
-
In the second screen shot, are all columns visible or are there some that are beyond the edge of the EditTable control?
-
But is column 1 narrower than the width of the EditTable itself?