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

Comments

  • I'm not sure if you are looking for further help to get the OnInvalidData event to work as expected. If so, please let me know and I'll try to sort this out with you. If not, then I still suggest you use the BeforeUpdate event as your next best opt…
  • In order for BeforeUpdate or PosChanging to work properly you must qualify your events synchronously. If you are doing that, then is there a reason you aren't using the OnInvalidData event handler instead? If for some reason OnInvalidData can't work…
  • Officially we don't support anything older than OI 9 since Revelation no longer supports anything older than OI 9. Also, OI continues to introduce subtle changes that create conflicts with the way our OLE controls are programmed, so we have to make …
  • Before looking into this, I want to make sure you understand the way this property works. Focus is not the same as Selected. Look again at the documentation and the sample screenshot to get a clear understanding. Also, you must have the ShowFocusIte…
  • Try detaching and attaching these tables and then re-save the Database Definition. If that doesn't work, check for User-Defined Conversions for the Key IDs.
    in FS10 Comment by DonBakke April 2019
  • Do you have any MFS routines installed?
    in FS10 Comment by DonBakke April 2019
  • Excellent answer @DanielStieber! Thanks for stepping in. Just a minor correction. To run the current unit test you are in, it's Ctrl+F9 rather than simply F9.
  • @BarryStevens sorry...those of us who can best answer your questions are onsite at a client location for the week so we've been busy. Coincidentally, we spent part of one of our days giving a presentation on this very feature. Stay tuned and we'll …
  • @josh I really appreciate the update on this. I'm glad you got this resolved.
  • 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…