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

Comments

  • 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?
  • Hi Shane - Sure, I imagine there could be a tipping point where we would create something like SRP GraphQL. I also assume that you are mostly interested in a way to build a GraphQL structure versus parsing one, at least for now. Is that correct? W…
    in GraphQL Comment by DonBakke May 2
  • 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…
    in GraphQL Comment by DonBakke April 18
  • @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.
    in GraphQL Comment by DonBakke April 17
  • 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?
    in GraphQL Comment by DonBakke April 17
  • Sorry...somehow this post escaped my attention. Quick answer is no, there is no such tool.
    in GraphQL Comment by DonBakke April 17
  • 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.
    in Key List Comment by DonBakke April 1
  • 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…
    in Fix_LH Comment by DonBakke April 1
  • 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.
    in Fix_LH Comment by DonBakke March 11
  • 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…
  • Would I be correct in assuming that the %RUN% record in the deploy is taken from the SYSOBJ $RDKMODULEINSTALL record of the source at the time of deploy compilation? You would be correct. Also, from what I can tell, that record itself will get ov…
  • Revelation has provided source code to system stored procedures (SSPs) at various times for various reasons, most notably prior to OI32 when Revelation didn't think a port could be done so they were included source code as a compromise so developers…
  • There shouldn't be a problem as long as the UD serial numbers are different.
  • Do the colors show if you open the SRP Editor in SYSPROG?