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,140
Last Active
Roles
Administrator

Comments

  • Dude...that was a joke! I assume, and hoping, that Mark and Will understood. This is a bug, likely due to the reasons that Mark proposed. Kevin is on holiday until next week. I'm certain he will look into it when he returns.
  • May I ask why does the tab control have to make those changes. Could it made a global option. I'm not understanding you. What changes are you referring to?
  • Self-deception is a wonderful drug. If that's what Down Under is peddling then I'll continue to say, "Just say no". All joking aside, I do see some merits in right aligned labels. I think the greatest benefit is that it associates the label with it…
  • That's 0 for 3, Mark. Ain't no such thing as coffee that tastes good. Facts.
  • No. I told Kevin to always left justify text controls because that is always the right (I mean correct) way. ;-)
  • Jim - You ought to be able to use Perplexity to help you with the Basic+ code. Give it Barry's code so it will learn how Basic+ interacts with COM. Also let it know this is for Excel Automation. Armed with those two pieces of information, it should …
    in Excel Comment by DonBakke October 10
  • Or you can get a friendly code snippet from Barry to get you most of the way there! I haven't tested his code, but he is using the COM/Office Automation solution I mentioned. I imagine you could adapt it to your needs. Note, this is not pulling dat…
    in Excel Comment by DonBakke October 1
  • Jim - There is no native OpenInsight function that will read data from Excel. There is, however, functionality within OpenInsight to achieve this. The underlying solution is to use COM to interact with Excel Office Automation. There are several pos…
    in Excel Comment by DonBakke October 1
  • 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.
    in Validation Comment by DonBakke July 26
  • @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…