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

  • Cool. I probably would have recommended this course of action based on the symptoms.
  • If the problem is what I think it is, deleting the edit line control isn't going to help. The problem is that the form's style bits are out of date. It's an issue that won't fix itself. Our Form Fixer utility was created to help. The screen shots th…
  • Is this a form that has been around for awhile? I mean, did the form originate with an older version of OI, like pre-8.0?
  • Honestly, the original thread in the Revelation forum was trying to achieve similar syntax and functionality. If it was just functionality I would do what others have suggested (and what I do anyway). Like M@, I'm violently opposed to GoTos. However…
  • A very similar question led to a lively discussion on the WORKS forum about two years ago. The original poster was asking how to emulate continue|break syntax in BASIC+, much as you are. I offered one solution using a GoTo label (although I'm norma…
  • This question was asked recently on the Revelation forum by our friend M@. He didn't get a response from Revelation but our other friend Barry Stevens suggestion RTI_Lock_Owner. I'm not sure if this gave M@ what he needed. We are aware that RTI_Loc…
  • Sort of. The Set_Property function supports the ability to send an @RM delimited list of controls, properties, and values. This will reduce the overhead, but it is unknown whether this will benefit the calls into the SRP EditTable control given that…
  • Assuming you know all of the property settings and values at once, have you tried minimizing the number of Set_Property calls by using the @RM concatenation method?
  • Just a point of clarification, this isn't a utility that we advertise publicly. There is nothing for you to check out at this point. I presented the above screenshots mostly to help you see the potential of incorporating HTML based reporting in OI a…
  • Really? That changes everything. If that's the case, why not use a browser for all interface elements, as the possibilities with javascript and css are endless. Yes, indeed. However, let's keep our expectations grounded. The web browser control is…
  • Don't worry, i figured it out. Emails crossed paths...
  • I'm glad you are going with the ReportTable. It really is the best control we offer that handles the type of presentation and UI experience you need. Regarding the tooltip, what do you have in value 11 of the ColumnList property? Although you are n…
  • I'm with Kevin on this. As much as I love forcing the SRP EditTable to submit to my will (a testament to it's flexibility and power), this is becoming too much of a square peg and round hole. I've been trying to think of a way to incorporate the SRP…
  • I'm not trying to sidestep the potential bug (although it is getting late in the USA so no one here will be able to look at this with a clear head until tomorrow), but have you tried using the RowsToRecords property? I'm not sure if it will work the…
  • @josh in the Customer Notes screen shot you posted as the UI you were trying to emulate, I see that the form has what I would refer to as header data (e.g., date, order no, keyword, type) and then the larger area with the main content (i.e., the "no…
  • Depending upon the command that generated the error, Get_Status usually does contain the full error text. I assumed by your question this wasn't the case when the error is coming from CopyOSFile. I didn't attempt to duplicate your situation to confi…
  • @MattCrozier does this put you back in business? Do you need a copy of this or can you take care of that?
  • And this is Windows 10 Pro?
  • What does @FILE_ERROR contain in this error state? If it doesn't contain the verbosity you require, you might need to extract the error text yourself from the relevant insert record or from REVERROR.DAT.
  • This isn't something that the SRP Editor can do for you, but OpenInsight supports a directive that allows you to specify your own precompiler. This is how we introduced enhanced BASIC+ syntax. This blog article should help.
  • So you want the height of the row to grow dynamically as the user enters new lines?
  • @josh in addition to the CellMultilined property that was referenced in the other thread, you'll want to use the DataRow property to set the height of the row to be taller than the default.
  • @josh Colin mentioned the CellMultiLined property in this post, which is what I think you are looking for. I gather this will also help you with your other thread.
  • @josh understood...but I'm curious about other visual anomalies that can occur. Do you intend for this form to remain stationary? Should users be prevented from maximizing or minimizing it? There is another option available to you that would be a h…
  • @AusMarkB yes, it is dependent upon the way it is launched.
  • In that case, you can't hide the title bar. OI will always add this back when the form is launched using Start_MDIChild. Actually, I think this is really being done by the Windows API. It appears you intend this panel to be a part of the MDI Frame …
  • @josh am I right in understanding your side panel is really just an MDI Child form running in an MDI Frame client?
  • @slowjams to be honest, I really don't understand why you are doing this. It seems like you are not really using OI the way it was intended. However, if you know the data has been updated on the server, try sending the form a READ event to re-load t…
  • v2 and later there is a SYSENV row with Key ID SRP_HTTP_FRAMEWORK_VERSION. v1 didn't have any identifying marks, so if that row is missing then it is most likely v1.