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,092
- Last Active
- Roles
- Administrator
Comments
-
@albertkurniawan - I know OI 10 can run without the UD, but even On a stand-alone machine I recommend installing it anyway. I make no suggestions that it will help out in your situation but it couldn't hurt to try that as well. If that doesn't solv…
-
@albertkurniawan - Interesting that both stop at the same point in the loading process. That would suggest to me something is being loaded (probably from a DLL) during that process that is getting blocked. I'm grasping at straws here: * Have you…
-
Hi Albert - I've never seen that error message before, but I have seen OI stop loading with that same splash screen being displayed. In these cases it was always an issue with the clientsetup not be installed, but you've tried that as well. As a si…
-
I've explained how to do this already on the forum. There are three mistakes that I've seen people make: * Instead of creating a simple Dropbox link, they create a share link. This type of link does not behave the same way. * People forget to c…
-
@BarryStevens - I store my images in Dropbox and create a Dropbox link. I paste the link in the Picture tool. However...and this is most important...I change the last character in the link from a 0 to a 1. For the image you just referenced, the defa…
-
I'm glad you got this sorted out. I was monitoring the responses you were getting on the Revelation forum so it didn't seem like you need additional input over here.
-
Hi Albert - I think you'll need to get this from me since it is currently only in pre-beta nd not available to the WORKS community. Let's discuss offline so I can get you what you need.
-
Albert - I cannot say that I've seen this myself. Is this the same machine that you've reported slow load times when you launch the application? I'm wondering if you are still fighting the same issue. That said, you might want to start testing wit…
-
We've used csXGraph.
-
Never heard of this until now. What version of OI?
-
Hello Tom - To be honest, I've never known the LH service to create temp files. If this is done at all I would expect them to be in the local machine's Temp folder.
-
No, that's not what I'm saying. I'm sure it offers quite a few benefits but these aren't benefits that are better than or more than pre-existing solutions. I think GraphQL was created because some were under the impression that REST APIs aren't suit…
-
@Opto_Will - You might be able to use the MODIFIED property. Otherwise, you could always set your own UDP with the value of the ARRAY property whenever the user poschanges or loses focus and then compare this with the current ARRAY property in your …
-
We can build the GraphQL structure manually... This is one reason I'm not a fan of GraphQL. I also think it is a solution that didn't need to exist.
-
Out of curiosity, are you looking to interface with a resource that provides GraphQL support or are you looking to implement your own support for GraphQL APIs?
-
Sorry...somehow this post escaped my attention. Quick answer is no, there is no such tool.
-
Your solution to send the CHANGED event via the pre-WRITE event handler isn't a bad one. Why does the CHANGED event replace lots of values when the user is at the start of the EditTable (assuming they didn't enter anything)? Can you just not check f…
-
@AusMarkB also see if you have a %RECORDS% record in the table.
-
Without endorsing the practice, FIX_LH can be used on a live table because it works on the groups that have problems (like a surgical strike) and doesn't do anything to the overall structure of the table itself. I don't know about the safety of usin…
-
Hi Chris, The SRP EditTable does not have a built-in sort feature. So you will need to implement this yourself. Here are some tips on doing this: * Use the OnHeaderClick event as you have already indicated. * Remember, the name of your SRP Edi…
-
You would have to find a driver (hopefully from the original manufacturer) that supports type 3.
-
We have discovered that DOS style printing from AREV (i.e., based on the Direct Print function instead of the OIPI) is a tricky affair. Something that we have discovered is that the Windows Print Driver needs to be Type 3 rather than Type 4. Run thi…
-
Gone are the days when the question used to be, "What kind of server specs do you recommend?" Even that question wasn't always easy to answer, but one might be able to provide a relatively safe low-to-high cost range. As Corby well explained, clou…
-
1. The SRP Editor seemingly compiles the current system status in at install time. Hmmm...I cannot duplicate this. No matter what the default background color setting is (i.e., on or off), when I install the SRP Editor then the compiled form retain…
-
@Opto_Will - I appreciate the detail of your post. I confess that I'm still not 100% sure I understand your main conclusion, but I think it is summarized in these two statements: These, for the Editor, are now hardcoded into the form executable and …
-
I can veryify this by interrogating the SRP_EDITOR SYSREPOSWINEXES records after the toggle... I want to understand this better. Are you saying that you have seen SYSREPOSWINEXES records modified when updating the default background settings in th…
-
I don't know. You could create a profile log and get a good insight into the various routines that get called. Then you might be able to use that and create a workflow process for Fix_LH.
-
I'm not convinced that existing OI forms records are updated. I did a simple test and toggled the checkbox setting on and off. After each toggle I would run a form, like the Table Builder, and I would immediately see the settings being applied. I al…