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

Comments

  • Carl was simply explaining to you that the term "OLE" when used to explain drag-n-drop methodology has nothing to do with the term "OLE" when used to describe how the control was written. The EditTable in OI is not written using "OLE" technology bu…
  • @BarryStevens - This thread doesn't exactly discuss drag'n'drop, but it does provide some methods that might be suitable for emulating it.
  • BarryStevens - I have been monitoring the discussion regarding the OI 10 edittable. I think Carl's answer is self-explanatory. The SRP EditTable does not support drag'n'drop but you might be able to emulate it. I think I recall someone doing just t…
  • @vince - What is the version of SRPEditor.ocx?
  • @vince - What version of the SRP Editor are you using? I think this might have been fixed in later releases of the SRP Editor. I couldn't find anything in the Version History about this (unless I'm being a bit blind), but I do recall this being a pr…
  • @vince - Thanks for that. I wanted to test this using your configuration. I always have Tabs as Spaces checked and I was seeing different behavior so I wanted to see if this was connected. I see now what you are describing. I would consider this a …
  • @vince - I need a little more information. What are your Whitespace settings in the Options dialog? Specifically: * Tab Width * Tabs as Spaces * Clean Tabs
  • @Opto_Will Are you indicating that is a needed step? I'm unsure to what you are referring to specifically. The official instructions from Revelation have always been to manually uninstall the .NET components as those don't properly get replaced. A…
  • You would be re-installing the ClientSetup.exe from that version of OI. You will want to manually remove the "Revelation Software .NET xxx Components" from Apps & features before hand.
  • @BarryStevens - This is on our (actually my) plate, but Beta 2 was just released so it is a juggling game. I'm also out all this week training so I don't have any opportunity to look into this until I get back.
  • As long as your email service provider will still support SMTP emails then that should work.
  • I take it you are asking if SRP Mail or RTI_CDOMail can send texts using the SMS or MMS protocol rather than the old fashioned way of sending a formatted email address to the appropriate wireless carrier. The answer is no because email uses a differ…
  • @Opto_Will - Thanks for the clarification. Windows definitely has upper limits to the number of files in a folder so this definitely seems like the HTTP Framework is adversely impacted by this limit.
  • Are you referring to the built-in logging of the HTTP Framework or some other kind of logging? I am confused because you seem to associate debugging with logging, but these are not related issues as far as the HTTP Framework is concerned.
  • No, there is no registering going on. If everything is a literally a copy of a working system then I would expect everything to work exactly the same insofar as OI is concern.
  • My best guess is that the RDK is still out of sync with the newer DLL. Did you install by manually loading the RDK or did you run our exe installer? If the latter, are you installing using a UNC path or drive path?
  • Are you passing the entire @TM delimited string into column.value?
  • Okay, you are using SRP JsonX. That's mostly all I needed to know. However, this syntax looks odd to me: srp_jsonX("rows",column.value,'string array') 'string array' is not a valid value as far as I know.
  • This definitely looks like system delimiters are not getting converted. How are you building the JSON in the API?
  • Awesome!
  • @Opto_Will - I am rather certain these engines will use a license count when engaged, which is why I am sure they terminate ASAP.
  • I decided to do a little R&D on this as I was curious myself. I learned a few things. Much credit goes to Bryan Shumsky who offered to guide me on various issue. First, those settings I previously mentioned work, but they are directly tied to s…
  • @Opto_Will - Yes. I haven't actually done this with OEngineServer but some of the relevant settings from eserver.cfg are: // time (in seconds) to check on idle engines (and to run 'timer proc', if any) IdleCheck=60 // Process to run for mode -1,0,…
  • The .exe installer is still the normal way our tools should be installed. However, there are situations where the installer is blocked from installing the RDK. Thus, as a backup plan we make the RDK available.
  • We have a number of sites that use the Windows Task Scheduler for similar purposes. If you want to use OpenInsight, you can create a custom user login or even an inherited application that does exactly what you want. A lightweight approach is to us…
  • Does this stored procedure require a UI or event context to run or is it written more as a service and can run stand-alone within an engine?
  • @BarryStevens, no resolution yet. I haven't heard back from Revelation at all. I'm somewhat surprised there hasn't been any acknowledgement to the bug tracker entry or our forum thread. I was planning on following up, which I'll do now. I do want to…
  • This could very well be me misremembering, but aren't there also printing problems related to different SMB versions?
  • We are intending to work on a simple API that developers can use to interact with the SRP Editor. This feature would be included. We don't have an ETA for this. In the meantime, you can do what you suggested. The problem is that when you complete th…
  • Then the [] issue was a red herring. It was never the problem, correct? When I read this, "If on first line it does not appear to get an error", I took that to mean, "If the [] is on the first line but not on other lines, it does not appear to get …