Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

KDIV

About

Username
KDIV
Joined
Visits
209
Last Active
Roles
Member

Comments

  • at this point, I think I just need to take a step back and re-examine all the processes, unfortunately, I am without project specs of the client application, at this point, I do not know if the client will be storing the image in an OI file or just …
    in SRP_Encode Comment by KDIV October 2018
  • Unfortunately CBSA(Canada Customs) specifically stated NOT(BASE64), they said and I quote, "The image must be in binary format. Please do not base64 encode this part of the MIME document or the transaction will fail.". The "image" per CBSA are the …
    in SRP_Encode Comment by KDIV October 2018
  • pickup a document in .pdf format from a folder on the server and send that electronically, requirements for sending or XML for header and most of the body, the "image" has to be encoded to an 8bit char file that is a part of the XML stream. Does th…
    in SRP_Encode Comment by KDIV October 2018
  • Thanks, I would prefer to use something that someone has already used with OI (v9.4) vs hacking an unknown aspect.
    in SRP_Encode Comment by KDIV October 2018
  • Kevin - if I may ask another question, it is related to the above questions but a different question. Any suggestions on a FUNCTION or UTILITY that will convert a scanned document in .pdf format to 8bit char or UTF-8. Can I actually use OI's ANSI t…
    in SRP_Encode Comment by KDIV October 2018
  • Nope, no reason, just a brain fart, I forgot it will pass back a bytesize, thanks.
  • Thank you Kevin, your explanation was very helpful. Regards,
    in SRP_Encode Comment by KDIV October 2018
  • Great, thanks Kevin! I'm on a roll; if I may try another!? If application was created w/o the UTF8 checkbox in application properties, if I change the setting to UTF8 now, is there anything I need to look for regarding ANSI to UTF8 issues that could…
  • Thank you Kevin, if I may expand on the question; if the "UTF8 character mode" checkbox is checked in Application Properties, does that mean that the string I send via XML is already UTF8 encoded and I do not need to convert via ANSI_UTF8? the end g…
  • Correct - I am not reporting an issue/error, I am curious as to why the line showed up, I could have hit a keystroke that did it, just not that familiar with it. "Are you using enhanced BASIC+ syntax" - yes.
  • I do not know if this is the same issue, I have a pragma line showing up in my OI code, I use SRP's editor, latest version. I did not put this line in, one day I just happen to notice the line was next to my INCLUDEs/INSERTs. Can I remove it? TIA.
  • Thanks, I have auto-complete disabled but if I enter (cut/paste) a line of code into an existing if/then/end statement it adds another 'end' line. At first I did not notice until I could compile the code or it did past the compile and the logic in…
    in auto complete Comment by KDIV March 2017
  • Does anyone have some simple code examples of using SRP's DatePicker, I have the latest version of DatePicker, I just want to popup the Calendar using a click event off a PB on an OI form. I have not used the DatePicker as yet was wondering if ther…
  • Thanks Barry, I followed your model above and yes, I had already determine 'DepositArray<1>=oconv(DepositArray<1>,'D4/')' would be an ARRAY format vs LIST format. I've got it working. Thanks again.
  • That is what I thought. No, the ARRAY does not return the ICONV, I am going to have to retool the logic, it gives me a starting point to figure it out. I was trying to not have to completely convert the ARRAY for v119, so I wanted something light an…
  • Wouldn't the value in Col1 be 'varchar' as its not the iconv but the oconv of a date field? Just a question. As it has '/' in the masking of the date i.e. 04/16/2001. And try AR2 as an 'ARRAY' or 'LIST'? Thanks,
  • Nope, that did not help, see attached. I am wondering since I want to sort on Col#1 which is an OCONV of a date value, if its having trouble on how to treat the data? Your thoughts?
  • I as well have noticed an unusually high number of 'OpenInsight has stopped working' crashes myself. I have not been able to isolate the components. I am using Win10 PRO and Win7 PRO, OI v9.4, UD v4.7.2 and SRP Utilities, v1.18, latest SRP Editor …
  • Yeah, I suspect the same issue, but the developer's code was not well written, missing some items and it seems to have corrupted my repository. I was looking for a way of removing the items from the repository so that it no longer thought it was the…
  • Attached is a copy of the error message I receive. TIA
  • Yes and no. If started from a cold boot and SSP in dialog box exists and I "save as", "close" and then "open, ctrl-O", the SSP list only shows the "saved as" in the list. If I follow your instructions above exactly AND when opening SRPEditor, ther…
  • Thank you, I am sure that was it, as I was using the documentation and did a cut/paste into the code and probably should have looked closer. I had just updated to SRP Editor v2.8 and was thinking I had done something wrong. I like the SRP Utility o…
  • Yep, that did it, thank you. I have a 27" monitor for primary development, I have zoom in on text size, but late night sometimes still does not catch my typo(s). Have you ever just looked a line of code, its not working, but just keep looking at i…
  • Does anyone know of this article that is referenced, thanks. "Reading this article on adding the SRP Editor to the OI Side Tool Bar and let us know if this resolves your problem". btw - OI v9.4, Win7 PRO and SRP Editor v2.7.1