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
-
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.
-
Since there is no separate PUT method in the framework I am trying this using the POST method. What do you mean by this? Just add it to your end point API.
-
First, it is my opinion that POST should never identify a new resource in the URL. That is how I read the RFC. If you intend to create a new resource with an identifier in the URL I believe the proper method is PUT. How are you handling the updatin…
-
Mark - Yes this makes sense. I think where I wanted to go with this was simply pointing out that as far as creating a dedicated "drop zone" is concerned, it doesn't matter what control is used as long as it provides an obvious visual destination to …
-
Mark - Just to confirm, your bigger need is to support drag-n-drop for the email attachments, not the email itself, correct? That was my understanding from the thread you linked to. Is the reason you want this to be handled by the SRP Picture contro…
-
Mark - Sorry to pour cold water on your dreams, but that is not something you should expect soon. The SRP Tree control was picked for this project because it already had the technical framework needed for this type of drag-n-drop. The Picture contro…
-
All I meant was in order to take and end point like this: /salesman/123-2 And still use HTTP_Resource_Services "as is", then in the GET method service handler he would just need to convert the "-" to "*" and then pass that in to get the record. T…
-
Mark's suggestion is fine if you expect all URLs that pass in multi-part Key IDs will always use the same alternate delimiter. Personally I would leave HTTP_Resource_Services alone so it can better survive an upgrade and I would just do the swap in …
-
I don't think you'll find any place where an example of this is readily available other than searching the WORKS forum. I recommend going to Sprezz's white papers portal and review their documentation on OpenInsight Window structures.