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
-
Unfortunately, no. This is all handled very early in the initialization process and that variable is read-only.
-
Netdrv.exe is only ran when someone wants to change the client driver. It isn't used by OI when it is launched.
-
RCL stands for Revelation Communication Layer. If you look in the OI folder itself, you'll see a number of RCL*.dll files. As you probably figured out, these are client-side components that are used to communicate with the Linear Hash service. Perh…
-
I'm not personally aware of TLS being used for anything other than email.
-
Thank you for the analogy. I believe it reinforces my point. I feel just as lost when I try to work with a full web stack. I'm much more comfortable with HTTP than I used to be because of all the research I did to build a RESTful framework for OI...…
-
Any technology is a mystery to a great deal of people. I don't think OI is unique in this area. What kind of resources are you thinking of? Using a technology you are more familiar with, what have you come across that explains how that technology wo…
-
Yes, what you are showing here is an event commuter module. This is one way to manage event handlers (as well as what we consider to be best practice). However, there still needs to be a way for OI to recognize the custom event and then know how to …
-
I realize you aren't interested in an answer anymore, but I think the question and the topic in general has value in being discussed. It must first be explained that UPDATE_PAGE is not a normal event. We would call this a custom event. Custom event…
-
I imagine this will work: https://stackoverflow.com/questions/2757396/how-do-i-comment-out-a-block-of-tags-in-xml
-
Then I suggest enabling the Engine Server logs to get more insight as to what is happening.
-
Are you doing anything else in the routines that send out the emails that corroborates that nothing is happening? For instance, you might want to update these routines to log activity. You might find that it is only the email process that is failing…
-
This suggests that your license is missing or invalid. I'll discuss with you via email to resolve the issue for you.
-
Another item to note is that SRP Git does have an interface to facilitate the pushing and pulling of entities, but it does not provide a UI for the Git repo itself with the various branches. You would still rely on a standard tool for this. We've be…
-
I was only thinking of the CHOOSEFILE service and the CHOOSEDIR service.
-
If the performance issues are observed throughout the entire application then I would look for issues like AV software targeting the files. This can be on the workstations or the server. I would also try and see if performance seems better on some …
-
I honestly can't remember hearing about RTI_OS_Directory having issues. All I can tell you is that we use this routine frequently and so far it has never exhibited any problems that I am aware of.
-
Generally speaking your understanding is correct. You actually don't need to use End_Dialog when closing a Dialog_Box...but that is the only way to get a return value back into the calling program.
-
Are you sure you don't have the border box ticked in the Properties dialog?
-
It seems like you aren't reading me carefully. I never said OI is particularly bad over a network. I think I made it clear that the problem is with the network, not OI. OI can (and does) run very well over a network but that assumes a lot of things …
-
When I run OI on my workstation, reads and btree.index are really slow. But when I run OI on the same computer that the "oi server" is running on... That's what I would have expected. The problem isn't with OI or the server, but with your network.…
-
They way I normally see it implemented is that the customer can view and export their data. So some form of reporting is provided. Typically we just negotiate a cost of exporting all data into some common format (e.g., CSV) and then all responsibili…
-
We'll look into this as best we can. It might very well be unique to your setup so if you want to send us some code to duplicate your situation that might help expedite a resolution. Also, please confirm the version of the SRPControls.ocx file.
-
I'm not an attorney and I definitely don't know international or local law for Australia, but in the US I've always understood that you can disable software but you can't prohibit access to data.
-
I see. So it scrolls when it shouldn't scroll at all and then behaves in ways that is unexpected.
-
I assume you are using the DataRow property to hide the row? Where exactly are you clicking when you notice the table scrolling oddly. You said "the area below" but I am not sure what that means. Are you referring to scrollbar?
-
I think you are better off letting OI tell you its version as you are in your second example.
-
Hey Mark. Bernie and I are in talks about this so stay tuned!
-
It should work for you in the Form Designer. I just tried it myself:
-
So are you asking if your UI design would have an impact on the database design?
-
@josh something of note in that article Barry linked you to is an indirect argument for NOT using MultiValue fields to track the comments. By doing this, it allows each record in the table to have very different sizes. This can lead to a "skew[ing …