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

Comments

  • Not only did your buttons disappear, your tabs disappeared as well although the border for the tabs is still present. Curious. Unfortunately, this isn't much to go on. I'm very inclined to suggest this is a problem in your code.
  • I love it when problems fix themselves...other than leaving behind an somewhat unresolved mystery. By "new server", did you mean a new server that is running OI or a new web server? If the former, what was the OS of the old and new server?
  • At least this gives us a meaningful reason for the lack of a response. If the COM object encounters an error, then the HTTP request/response is not going to work as expected. I did a quick search and I'm certain the problem is similar to what this M…
  • Hi @albertkurniawan. Just curious, how did you expect the WhatsApp MySQL database to inform you of activity? Does it support a database trigger that will notify you in some way? I'm still confused on how you expect to chat with this environment. Th…
  • @albertkurniawan the SRP DirectConnect control can be used for an instant messaging (or chatting) application. However, the normal design is to use the SRP Sync Server as a go-between the various SRP DirectConnect controls. You use the Broadcast met…
  • @josh I'm not disputing the usefulness of this kind of documentation, but it isn't something we would normally include with our control documentation for a couple for reasons. First, it's a specific implementation (or use case, as you worded it) of …
  • Despite the lack of a response, this is actually progress. It suggests to me that the server processed the request and responded, albeit it seemed to return nothing. Just out of curiosity, did you confirm that the response status was set to somethin…
  • It actually means what it says. What you are describing sounds quite similar to what we've been hearing about from others in the Revelation forum by those trying to use OLE_GetWebPage. After consulting on a couple of these situations I've discovered…
  • 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?