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,156
- Last Active
- Roles
- Administrator
Comments
-
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 …
-
Actually, you can use the same table as the source and target for a relational index. We do this specifically when we want to create hierarchical structures. I think your notes/discussion database is well suited to this design structure. However, in…
-
Btree indexes (and its close cousin the Cross-Ref index) just creates a reverse lookup of data. You still need to do an index search to find a match. The the associated source Key IDs are then returned. A relational index maintains a relationship b…
-
I have been told that having large records is bad (i.e., records with lots of data in them). Is this true? Questions like these are usually hard to generalize. "Large" can mean different things to different people. My first consideration what is …
-
@josh no...or I should say I don't have enough information to make an informed opinion. You simply piqued my curiosity. You might consider using the SRP EditTable control to view your pictures and add labels. This could make it a bit easier to layo…
-
I have to ask, what is the purpose of an OI form looking like the web form? How close do you need it to look and how are you intending to achieve this?
-
@BarryStevens thanks. I didn't realize the Rev forums were back online. I never saw an email announcing this.
-
@jimvaughan you mentioned that you posted a question on the Revelation forum. What forum are you referring to specifically?
-
@BarryStevens josh basically suggested an idea that I was going for. This is why I wanted to know if you had access to the SRP HTTP Framework. You don't need it per se, but it makes everything easier. We do what you are wanting to do. In addition t…
-
Are you using the HTTP Framework (or do you at least have it installed) for this system?
-
You meant "Thanks, Kevin". :)
-
Sweet.
-
If your code snippet is exactly what you have in your system then the problem is that you forgot to separate your COLUMN and ROW variables out of the quotes. This is what it should look like: VALUE=GET_PROPERTY(CTRLENTID,"OLE.CELLCHECK[":COLUMN:";"…
-
Can you post the code you are trying to use?