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
-
Roger - I'm glad that worked, but that is likely not a long term solution unless you set the width to be so big that it will handle any number of @SVM items.
-
Roger - Very good. I just wanted to rule out any interference from the "BY" keyword. If the column that is being sorted is multivalued, it could impact how the entire report is rendered. That said, I would remove "BY BIG04" since it serves no purpos…
-
Why does the original LIST statement filter BIG04 to a specific value and also sort by that column? Is BIG04 a single value or multivalue column
-
Roger - That does help somewhat. Which of these columns are associated? Which ones are unassociated? Finally, exactly how do you want this to look in the Run_Report output? Are you trying to flatten out all @SVMs? Perhaps if you mocked up the layout…
-
I'm at a disadvantage because I don't know how the data is stored in its natural state nor do I know what these fields represent. For example, why were @SVMs used in the first place? Ordinarily I would expect an @SVM to only be used when the field i…
-
Before digging deeper into this, have you tried just converting @SVM to @VM and then setting the columns to be MultiValued? I think that will produce better results in R/List (Run_Report).
-
No. You could create calculated columns to massage each data column value so they will report as you wish.
-
Mark - Are you sure the customer also doesn't have an old SRPDatePicker.ocx lying around? Look at the version: 3.0.2. That was pre-combined OCX. That evaluation dialog is also a giveaway. My guess is that the SRPDatePicker.ocx was left behind and is…
-
Try using BitOr() as you see in the other examples.
-
I think using the COLSTYLE method with the DTCS_CHECKBOXCENTER$ (0x40000000) value (see RTI_STYLE_EQUATES) should do this for you.
-
Hi Shane. I have no idea what is happening. Nothing in FrameWorks that I'm aware of would dynamically add that MFS. OMNI.SCRIPT is a special MFS primitive that must be called directly, which means it isn't something that OpenInsight would normally …
-
Shane - If FS is empty (or "blank" to use your terminology) then a SYS1000 error is definitely expected. The actual error would be: The Len() is a good safeguard, but it is masking the underlying problem: FS should not be blank. You noted that this…
-
Some button styles don't cause an edit control to lose focus when clicked. Just pick an appropriate style.
-
@Opto_Will, I obviously knew the hierarchy of applications but I cant say I thought too much about hierarchy of Control vs Event. It makes total sense if you stop and thing about it for just a second though.. I always found it helpful to remember …
-
M@, It would be better to say that a Quick Event that Has Priority immediately follows the Script Event Handler in the event chain, right? That is right. I'm happy to see that your hacked version of our diagram is also correct in that you remove…
-
My question is this: Using a forward event allows the Write to behave with Pre-Write-Post behaviors? If so, with no Forward event, would that not make the Write a PRE action, not a POST? M@ gave an excellent answer so I won’t be improving upon i…
-
The only reason you should consider paying for the UD5 for OI9.4 is if you need the VSS feature.
-
I'm sure you know this goes without saying...but just in case: This is a disaster waiting to happen. I recommend installing the UD 4.7 service and client posthaste. End of line.
-
Keeping in mind that none of this is supported due to the EOL of all products being reference, if you were to run a system without a network service installed on the server, I believe the preferred option is to use the 2.1 driver. This is better sui…
-
There could be different issues causing the various inconsistent behavior of the application, so let's analyze each one separately. I'm particularly curious about the API failures. I know you said you haven't gotten into the nitty gritty yet, so ke…
-
@Opto_Will - Nothing about that configuration stands out to me. Jared and Corby are my resident experts. Jared is on PTO this week. Corby monitors these discussions so he might jump in if he has something to add. Published apps being server based I…
-
@Opto_Will - We have experience with this. I'm not the in-house SME, but I've worked with enough OpenInsight applications running as a published app to understand some of the broad strokes. I doubt very much that any problems are due to the app bei…
-
For OI10, I go to the RevelationWiki to get the updated commands 😉 Yes, I understand the reason to go there. However, I find that I need the OI10 specific documentation far less than the core documentation...and I just prefer how our wiki presents…
-
I have restored the WebHelp folder, BUT F1 help does not appear to be working. Can you confirm at your end. No, it doesn't work for me either. But it didn't work before running that command so it seems to have been broken for awhile. I've never no…
-
was thinking it was something like that, even though I did get the message the *.ocx controls registered correctly when I upgraded SRP Editor. That only refers to the SRPEditor.ocx. The VS*.ocx controls are Revelation's and are generally assumed t…
-
The Preview and Print features are based on the OIPI underlying controls (VSPrint7.ocx, VSPDF.ocx). Your screenshot looks as if those controls are not registered on your machine. Try running the OpenInsight ClientSetup.exe to get those working.
-
Does the source code appear in the preview viewer in the dialog? If so, how many pages does it think will be required to print the routine?
-
I'm curious, you use single vs. double quoted strings for different purposes? I realize that sometimes this is necessary to support embedded quotes or to satisfy some syntax requirements, but you seemed to suggest that you have quote conventions in …
-
Mark - Thank you very much for the endorsement. This developer already has access to the SRP Editor. So it isn't the features he wants, but the stripped down model that just gets up and go. Admittedly, I take the original System Editor for a quick s…
-
Not possible. The original System Editor (which does have utility I'll admit) is its own C++ compiled binary. Revelation very openly noted that this tool will not be migrated to work with OI 10. Your only options are the code editor that is integrat…