Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
prattspets
About
- Username
- prattspets
- Joined
- Visits
- 452
- Last Active
- Roles
- Member
Comments
-
That sound great. Thanks for the help.
-
I don't need it to be elegant with a progress bar. Just a wait banner would be sufficient.
-
I plan to implement it as a regularly used utility.
-
I know that the SRP Subclass Control will refer to an affected Editline control with this kind of syntax. The wiki shows the following code to subclass an Editline with an Option Button. // Subclass my editline control and add an option button t…
-
Great! - Thanks Kevin
-
@Kevin - I'm interested in what you posted about the TCL customization, but when I type TCL EDIT COUNT in the SRP Editor TCL command line, it shows an error "TCL EDIT not supported in runtime mode". Also you are missing a link to further documentat…
-
I just wanted to report back that our IT company tried the following and did not have success. I have not forwarded the information from Jared as of yet, but I will collaborated with them on caspol next. This is the response from IT: On June 27th…
-
The latest communication they said that they had with SRP was on the 16th and they suggested the following. You must either unblock the SRPMail.dll directly from the property panel or modify the .NET Framework's maching.config file to tell .NET to …
-
Could you use an EditBox control instead? It might be easier to work with to show the data and position the scroll to the bottom of your list. I have found the OI LISTBOX control difficult to use.
-
v2.2.3.2 works. Thanks Kevin!
-
I haven't installed SRP_Utilities from RDK for a while. Do I do the RUN RDKINSTALL "path" from the SYSPROG application or my local application?
-
@Kevin - I will install and let you know. @Don GetEmailEDI.exe finds specific emails in an IMAP email Inbox, downloads the attached files, and moves the email to a different folder on the email server.
-
Here is a link to the folder that has the GetEmailEDI.exe file. It is originally a python script that was converted into an executable using pyinstaller, so I think the whole folder is necessary because it includes all the dependencies needed from …
-
Thanks
-
I've had this happen to me a number of times also. It hasn't happened lately, so I thought maybe it was an early bug that was fixed...
-
Ok - that's a great solution. Thanks!
-
I replaced the OCX file and re-registered it and it works great. Thanks!
-
Follow these steps to duplicate the odd formatting on the sample code provided. Note that this is code that has not been autoformatted previously, and has tabs to create the spacing to line up the variable assignments. 1) Type Ctrl-F to bring up t…
-
Yes - thank you for explaining it so I could understand what was going on and thank you for the explanation of how to quickly re-create and delete the old table data. I appreciate it!
-
Ok - sorry, I rushed to make this post and I didn't double check my info. I had remembered the LK file being large, but you are correct, of course, that it is the OV file. Any way to resolve it?
-
The logs are not uniform. This behavior started after a particular looping error that I though would have just created a lot of debug records, but apparently it must have made one or multiple very large records in the table. I'm having trouble rem…
-
-
Here is the LH Table Info
-
While you are looking at this, would it be possible to show the number of times the string is found in the whole document similar to the way the OI Editor++ does searches like this? Just a thought...
-
I am still experiencing these issues intermittently, where a user will have these errors that do not allow the pdf process to work. Does anyone know exactly what .ocx or .dll files are in play? The suspects look like maybe vsprint7.ocx and VSPDF.O…
-
I've only worked with the 32bit version in OI 9.4, so my experience may not be relevant. I've had CellConv fail as you describe when placing the control in a modal dialog window. I can only use the CellConv property for SRP EditTables in non-modal…
-
Looks like it may have been a windows server/networking issue. Reboot of server seems to have solved the problem.
-
My default directory already is set to %TEMP%
-
Just to clarify on my initial post... In using the Set_Printer commands there is no error message at all, it just fails to export the PDF file and doesn't even throw an error code. I get this message when I try to use the option to create a PDF fro…
-
That's a good question. The way I've been doing it in my prototype is using an AutoHotkey script that can find the Handle of a Window that has a specific title. I'd like to see if there would be a better way to do it within OpenInsight if anyone h…