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,220
- Last Active
- Roles
- Administrator
Comments
-
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.
-
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?
-
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.
-
Mark - I am guessing there isn't any undocumented property here. Kevin is on holiday this week so I won't know for sure until he returns, but since he didn't respond right away I interpreted that as a negative response. What happens if you just set …
-
Yes...the debugger is a UI component that is produced form the engine. If the engine is invisible then its child processes are invisible as well. :)
-
Michael - What happens besides the debugger not showing up? Do you hear dings? Also, does developer visibly see the engine in the task bar? What does the System Monitor show? If you can see the engine, what happens if you open it and click on the De…
-
Phil - This is the icon you specify in the Window Properties dialog where it is labelled "Icon Entity" and is above the label "Bitmap Entity". It is also something you can set using the Window ICON property.
-
Thanks for the reply on this. FWIW, there is no such thing as a "trial version" of any of our controls. They were always full versions, but if your license was not up to date (or if you didn't have a license) then you would get a nag message when yo…
-
Phil - Let us know what you find at your earliest convenience so we can continue to help you with this if necessary. Also, the date of your SRPLicense.dll is irrelevant. If you want to identify the version of your control (which is necessary for pro…
-
Mark - Yeah...I wanted that myself once but was told...er convinced...that this is just not possible. The nature of JSON member objects is that they are not inherently sorted regardless of the order you add and view them in the original JSON. Rather…
-
Our good friend Don Muskopf did something like this a while ago. It is one of the screen shots we posted on the wiki.
-
That's probably what I would do.