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,060
- Last Active
- Roles
- Administrator
Comments
-
@BarryStevens - Normally we would recommend people download from our products site (as Kevin linked you to), but in James' situation, he did that but the DLL wasn't installing and he didn't have a way to pull the DLL out of the installer. Thus, I ju…
-
I all likelihood it went nowhere. I'm still of the opinion that the RDK failed to copy in the DLL file due to file system reasons. I can't explain why, especially given that you deleted the older file. Sometimes a reboot of the server is necessary t…
-
@jamanga - Your code helped us to find some overzealous parsing on our end that caused the pragma line to be added to your code unexpectedly. We tightened this up. You can download the latest SRPUtil.ocx from this link and confirm for yourself. Of …
-
I agree, the newer SRPUtilities.dll probably didn't get copied in, which is a common problem when the SRP Utilities is already in use. We rely upon the RDK itself to copy the file in. This means our installer is unaware of any problems. If you've ve…
-
@josh - Barry is correct. Changing the justification of a column does not rebuild the index. However, it can change the way the index is queried. Can you confirm that your queries are accurate based on the change in justification?
-
Shhhh!!!! Now he knows!
-
Ah, yes. That's why F12 isn't visible...because we already have a menu for this feature. I totally forgot about Ctrl+Shift+G. I also forget why we have two shortcuts for the same feature.
-
...and always mouse up to the dropdown to achieve that goal. Which leads me to my other favorite shortcut: Ctrl+L. Now this is definitely visible in the SRP Menu (Search > Goto Label). I've always been a big fan of workflows that require littl…
-
Ok, thanks. havent seen that anywhere Sigh...we really do need to get our documentation updated for the SRP Editor. I could have sworn the F12 feature was at least visible in the menus, but I just confirmed it is a hidden menu.
-
If your cursor is anywhere in a label or the name of a stored procedure/insert (even if this just exists within comments), pressing F12 will jump to the label or open up that stored procedure /insert.
-
Ctrl+T :) My favourite shortcut. F12 occupies the top of my short list.
-
There are various known and expected conditions that would cause the tooltips to disappear. They don't just come back automatically but pressing Ctrl+T will always toggle them.
-
It should work, but I can duplicate your problem. It seems like it never shells to the command line. We'll take a look at it.
-
The official installer (not the RDK) will perform the registration of SRPUtil.ocx after it copies the file into your local OI folder. However, we still recommend relocating the file to a local folder and re-registering if you are running this on a …
-
@BarryStevens - Corby and Kevin have provided you the technical answers you need. However, it might be helpful to know exactly which SRP products (i.e., as listed on our products site, not the underlying OCX/DLL files) you intend to include in your …
-
Mark - We did discover a bug with the bookmarks that was addressed in v3.0.3: https://wiki.srpcs.com/display/Editor/Version+History
-
Correct...not surprisingly because OI message boxes are just forms called via Dialog_Box and closed with End_Dialog.
-
The OI splitter control has always been a fickle thing. It's why we bothered to create our own. It doesn't automate things like the OI splitter control, but I think the OI automation is the source of many quirks.
-
...at the next conference. What is that? I have a vague and distant memory of that word...
-
As Kevin noted, it's been a thorn for a LONG time. As I recall, it seems isolated to MDI Children. I remember encountering this years ago when switching between MDI Children by clicking on the caption bar and noticing that the window would always ma…
-
Colin - What Kevin said above. He added a little more guidance (i.e., the hidden column) to help with maintenance. Sorry...I didn't realize Kevin was responding at the same time I was also answering your question otherwise I would stayed silent and…
-
We've handled this scenario before. In fact, one of our senior developers recently implemented a very similar design that you are describing. I'll let him respond with details and screenshots if he is able. The basic solution to get the best perfor…
-
@josh - that is a fair point and I have experienced that problem. However, as @AusMarkB noted, this is usually avoided through modularized code. I'm willing to admit, however, that not all code can be constructed so nicely. That said, usually when …
-
Use AN2 instead of AR2. This was added in v2.0.3 to improve sorting of numeric fields.
-
I see. I thought you were referring to the behavior of something we've delivered. You were comparing our comments about the SRP Preview control with your experiences with using other (albeit similar) solutions.
-
@AusMarkB - Remind me, which inconsistencies are you referring to?
-
I totally forgot that this control was undocumented, primarily for the reasons Kevin cited. ...we didn't want to get bogged down in supporting something with so much potential variance. ...I will start with the disclaimer that if something won't s…
-
Jim - Yes, informing our customers of everything in our catalog is a common problem I would like to resolve. Perhaps a blog series that reviews each control in our Pro catalog would be a good idea. I want our customers to get maximum value out of ou…
-
I forgot to mention that having an ultra-wide monitor makes it easier to read nested code. I'm not endorsing the practice, but it is less of a problem reading the code compared to what we had "back in the day".
-
You have everything you need. In the above example, here are the controls being used: * SRP Tree control (for the vertical menu on the MDI Frame and the hierarchical tree in Form 1) * SRP Panel control * SRP Splitter control * SRP Button co…