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
-
Roger, Can you please post a simple example? Obviously it works for us, so I'm guessing your equate(s) have something unique to them.
-
Roger, Are you saying no VNAVs are detected, even the most obvious ones? What about the Editor ++?
-
Roger, Thank you for taking the time to format your questions and provide us these screen shots. I am guessing that when you say "production", you really mean the production OpenInsight but not a production workstation. That is, you are using the s…
-
To Barry and others following this thread: Barry was kind enough to send us his system which we installed and tested. Everything continued to work as expected on our end. So, my last correspondence to Barry was that we were not sure what the proble…
-
Barry, Don't email to me. Email it to support@srpcs.com.
-
Michael, I think I would need to see your code. Setting Status() to 1 tells the UDC that you have an error (Bad Data). There is another option I forgot to mention. It's how we worked around the need for both storing a global command and creating a…
-
Michael, There is a slight different with ICONV/OCONV processing in OI versus AREV. I don't think it made AREV easier, just different. Otherwise, I find UDCs in AREV and OI to work the same. At least, our UDCs seemed to translate between AREV and O…
-
Hi Michael, You could, perhaps, use a global common. You can then create a reverse lookup so that the Oconv value (i.e., verbose word) becomes the "key" and the Iconv value (i.e., code) becomes the "value". This also assumes you'll never have any d…
-
Michael, As I was reading your question I remembered writing an article that deals with the basic requirements. Please review this blog post and let me know if you need any further assistance.
-
Barry, Fair point. This is the first that the wiki inconsistency has been brought to my attention. I have updated the wiki. But, you are correct, both versions do exist and I think they are both the same code but it was renamed in a later release. …
-
I suspect Barry is correct. Looks like you are just typing the name of the procedure incorrectly.
-
Barry had keen eyes on this. It led me to discover the real problem. It's not a corrupted MENU event handler. Ultimately it's because virtually all of the .CHM files are missing. This is why none of the F1 help menus work in the OI tools. Heck, eve…
-
Martin, I've downloaded your system and have installed it on my local machine. I am able to recreate this behavior, albeit it is slightly different than how you described it. In my case, F1 works perfectly well. It is Shift+F1 that causes the probl…
-
Barry, If I am reading your URL correctly, you have spaces in there, correct? Spaces are not allowed in the URL. You need to URL encode them. So put %20 wherever you have a space.
-
Barry, Good question. I should explain the purpose of Error_Services within the HTTP Framework and then answer your question. Error_Services is mainly used to set internal errors. We use this service just about everywhere within all of our SRP Fra…
-
LOL. Well, perhaps you didn't know the details, but I suspect you know the basics. After all, you are definitely well aware of the old 64K limit of AREV and OI 16-bit. It's just requires a little bit of extrapolation to realize that 32-bit systems (…
-
Ray, It's fairly well known that OI does have floating point number limits (16-digits) due to the 32-bit architecture. That's why we created SRP_Math. I was speculating that the random number you got was too long for OI's native statements and I th…
-
Ray, I can only assume that OI is having trouble with long floating point decimals or perhaps the number is being converted to scientific notation and this is causing issues. My suggestion is to try using the SRP_Math INT service or set the Decimal…
-
Martin, That tells me you have two different builds in your environment. I recommend downloading the SRP Editor from the product site and re-install in all environments. Then double-check to make sure you don't see any RC# (release candidate) build…
-
Martin, Just to confirm that you did not a bad install, can you please click on Help > About in both development environments and post the screen shots to this thread?
-
I used the following code to test an image: PicturePath = 'C:\AboutBanner.png' If Len(PicturePath) then OSRead PictureBinary from PicturePath then EncodedWithCRLF = SRP_Encode(PictureBinary, 'BASE64') Len1 = Len…
-
Barry, You are saying that the SRP_COM is generating an error?
-
Paul is correct. That argument is the Method.
-
Barry, There may very well be additional issues that we need to try and work on, but the first thing I noticed is your URL variable contains an entire HREF tag rather than just a URL. Am I missing something? If not, then I would not expect this to …
-
Charlie, Obvious your event handlers should work, but I'm curious if you considered moving your event handler logic out of event scripts and into a commuter module. I think you'll have much better success and you'll be more productive.
-
Charlie, So was the code running at all or was it running older code? I presumed you had tried to debug this at some point. Did the debugger come up?
-
Hi Charlie, This should work, so this leads me to a few more questions: * Are you sure you have the hidden column created? * Does the column exist (appear) if you do not set Visible attribute of the DataColumn property to 0? * What is the fo…
-
Charlie, How are you making the column invisible? How are you populating the text of the cells?
-
Why isn't there a link on www.srpsc.com to your products site and the wiki site? Because that site is not meant for the Revelation community. We separated our corporate website from our Revelation community site(s) a long time ago. For all intent …
-
Barry, Can you email me your stored procedure? Maybe your code is formatted in a way that is creating a parsing problem for the SRP Editor.