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

  • You are referring to the 2005 Las Vegas presentation called Extreme Makeover - Form Designer Edition. We have our presentations available on our wiki. Here is the page for the 2005 presentations. We created the SRP Style Editor to help us experiment…
  • You said "if I try and debug, doesn't happen". However, if you don't try and debug, is it happening on a fairly consistent basis? If so, all we need is a way to reproduce the behavior and we can do the debugging on a low-level. That said, if we don'…
  • For what it is worth, that message box has been known to appear before and usually it's with the SRP EditTable control. Unfortunately, it doesn't offer us much by way of information (actually...nothing at all!). So, we really need a way of duplicati…
  • Please confirm the version of SRPControls.ocx and OI.
  • Hmmm...I always thought this did work. I could have sworn this is how the Favorites section worked in the SRP Editor. I know Kevin found a bug in the SRP Tree control with regard to the horizontal scrolllbar not appearing when it should. This happen…
  • Since this is shortcut related it is hard to tell what might be going on. OI has been known to lose track of shortcuts, especially with MDI-based forms. We've documented this in the past in the Revelation bug tracker. Improvements have been made but…
  • If this is still a problem with v2.9.1 then this is something new. We have not experienced nor has anybody reported this issue for a long time. When the shortcuts begin to fail this way, does the right-click context menu cut/copy/paste feature still…
  • Great. Please confirm whether or not this new release appears to have fixed your problem.
  • That was a known issue with older versions of the SRP Editor. We believe it would happen when the Editor ++ was used in the same session. Your best bet is to upgrade since we re-engineered the SRP Editor to work around this. Contact us at sales@srpc…
  • Anton - I've already sent the link. Did it not come through?
  • Or....I can send a copy to you. I'll provide you a download link in a private email.
  • Anton - I think this might be related to a bug we recently discovered in the OECGI4.exe. Can you open the Properties dialog for the OECGI4.exe file, select the Details tab, and report back the File Version?
  • You may not have been reading this thread, but that is not a part of the autocomplete feature set. It is a part of smart intent. Just disable that option and this will go away.
    in 2.91 Comment by DonBakke November 2016
  • Mark - Like you I am probably one of the minority developers who likes the autocomplete as well. However, we have always recognized that it is not everyone's cup of tea. It's unfortunate that some might not have upgraded due to a lack of having all …
  • Does not seem to work at all for for just certain items? Are you observing different behavior than from before? Can you provide a specific example?
    in 2.91 Comment by DonBakke November 2016
  • It would be helpful if you wrote out your issue more explicitly. I find myself having to read between the lines, which is a chore. That said, I think what you are trying to communicate is that you are expecting the changes in the Customize tab to a…
  • I have to ask...you are very familiar with what exactly? The Customize tab and the list of keywords is brand new. You asked how to "have [our] autocomplete uppercase its text". Isn't this an answer to your original request?
  • Check out the Customize tab in the Options dialog (Tools > Options menu). Is this what you are after?
  • Jim...just responded to your email. Didn't know you were posting here. Just to keep this an open discussion I'll post my response here: Those records are typically locked by the machine that logged into OI itself. Therefore, I don't know if you can…
  • UDH 4.7.2.0 is the LH Service. However, I want to make sure that AREV is properly configured as well. Are you getting locking between AREV and OI to work? You might not know this information, but is your UD license for all database products or just…
  • Removing the index and NOT seeing the error just proves that this is an index related problem. Just so I am clear, are you seeing the errors in AREV or OI? Which system updating the indexed columns? What LH service are you running?
  • My suggestion is to look at the source code for Popup_Month since it does this already. If you look at the StartWindow gosub you'll find logic that calculates the x/y position that you'll pass into the Dialog_Box function. We wrote our own replacem…
  • There are two likely causes behind this error. First, after you upgraded to OI 9.4, did you run the ClientSetup.exe for all workstations that run OI? Second, what value is in attribute 1 of the CFG_IDX_SETS record within the SYSENV table? It should …
  • Mark - Do you have a custom background setting for the form itself?
  • I would expect it to skip the processing where the Field = "". If Field were to equal a list of null values (i.e. Field = "":@vm:"":@vm:"") then both would cycle through each null value as expected. Yep, I get it. But it still boils down to one's…
  • There are always limitations, but I'm not sure what you are describing is an expected one. If, however, you are hitting some memory limits I would not be surprised if you experienced unusual problems. We have customers that use the SRP EditTable as…
  • Mark - As mentioned recently, Kevin is on holiday so I'm going to do my best to pinch hit for him on what I believe is going on. As you doubtless know, many of our controls come from a third-party library. The DatePicker is among them. One caveat wi…
  • I'm glad that worked out well for you. I don't think I've populated that many dates in the DatePicker control before, but we face this issue with the Schedule control quite frequently. We consider best practice to populate a little bit in the past a…
  • I get your point here. I'm guess we could build in a check for an empty list before handling the iteration. However, an empty field within the list of values is a legitimate condition. Thus an empty field should be iterated along with populated fiel…
  • My guess is that the industry approach to this did not evolve but perhaps Windows support did.