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
- 463
- Last Active
- Roles
- Member
Comments
-
Oddly enough, a search for ">= " a certain date will return about 700 records in 1s 449ms.
-
There is a total number of over 800K records in the table. The searches are returning about 250 records. Searching for '1' took just over 12 seconds and search for an empty string took over 30 seconds. The ! index LK file is ~65k and the OV file is…
-
I tried to make a situation where I can compare apples to apples. I added to my dictionary a calculated BOOLEAN field called "NULL_DATE_FLAG" and had it return "1" if the DATE field was an empty value and return "0" if it had data. I indexed that …
-
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.