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,056
- Last Active
- Roles
- Administrator
Comments
-
Can you show me what you are seeing? The delimiters are value marks:
-
The AREVC.INI file.
-
I don't think I've seen an OI alternate of Batch.Indexing, but Batch.Indexing does exist in OI (i.e., $BATCH.INDEXING exists in SYSOBJ). Therefore I'm inclined to think it works, although there might be some caveats related to the expectation that …
-
Does the Run_Report subroutine help you?
-
Roger - Not trying to nitpick, but do you mean the Report Builder? There are multiple reporting tools and Report Manager isn't one I'm familiar with (unless I'm being super dense today).
-
HI Roger - What specifically are you referring to as the Report Manager?
-
This problem only arose in OI10 - with OI9 it worked perfectly. So it must be a 64 bit issue. In OI9, does it work if you only pass in the FileName and FileFormat arguments? Also, does it work in OI 9 with both SRP_COM and the native OLE functions…
-
I'm optimistic that it will. But if not, we'll be in a better position to address the problem.
-
@AusMarkB - I'm assuming that any further reporting on this issue will be after the VC++ Runtime has been installed. Are you able to narrow it down because of your own experience or do you have it on good authority that these are the controls initi…
-
Are you saying that adding this printer fixed the original issue?
-
Chris - My apologies. I overlooked that the version was in the error message. It would still help to know what specific control was being loaded. If there are multiple controls on the form being launched then you might have to remove them and add th…
-
Chris - I don't know what the problem is so maybe Kevin will have some ideas when he sees this message tomorrow. Windows Server 2012 is no longer a support platform so we do not guarantee our products will work. However, perhaps this is easy to reso…
-
If you do not see it in your list of available Microsoft printers when you go through Add Printers, then you will have to open the Windows Feature tool and enable it:
-
Hi Albert, This thread includes OLE automation code that works with Word documents. The principles for working with Excel are the same. Here is a link to the Microsoft OLE Automation page for Excel. However, if you would rather not reinvent the wh…
-
I'm pretty sure upon opening the routine, but I am not looking at the source to confirm. Kevin might chime in about this tomorrow when he sees this thread.
-
Those only get created when you are working on inherited routines. They should go away normally upon a healthy closing of each routine.
-
Can you also confirm that you do not have any anti-virus or malware detection software running?
-
@Opto_Will - I'm just citing the Network Product Matrix chart. I recommend you review the content and make of it what you will.
-
Yes it will, but you should be using the UD 5.2 for 9.4.
-
Yes and no. The STOP keyword will end processing of the routine in all circumstances. The RETURN statement returns to the previous jump point. If there are no previous jump points (like a GOSUB statement), then RETURN will end processing of the rou…
-
Can you post a complete block of code? We will use it to make sure SRP_COM will work.
-
Even if you worked around the issue, I think there is a mystery here..and I don't like those because they can come back and haunt you. I still recommend looking at the Event Viewer to see what it reports. It might help you avoid the next iceberg....
-
80...that's not really a lot. Going with the theory that the REVMEDIA might be corrupted in some way, I think it would be worth creating an empty volume, copying REVMEDIA.LK/OV over, and trying to access the volume. If you are still unable then this…
-
Okay, so the pattern is full. How many tables do you estimate are in this one volume?
-
To be clear, I asked if you could attach the REVMEDIA table, which is different from using LISTMEDIA.
-
@Michael - I have not personally run into this. Others at SRP might have since we support different sites. I would be curious to know if you are able to attach REVMEDIA from the volume with the large OV file. If so, can you list REVMEDIA? I'm tryin…
-
Don - one more thing. I'm testing the word automation conversion in OI9.4.4, the following two calls are not working, no OLE error is returned. Am I calling SRP_COM incorrectly? Both work fine in original OI OLE calls. Those looks correct to me. …
-
If we can have an advance update that would be terrific! @NickStevenson - Please use these links: SRP_Utilities_RDK_2.2.10.1.zip SRP_Utilities_RDK_2.2.10.1_64.zip
-
@NickStevenson - To save you some trouble, the explanation that Carl provided as to why your Word OLE automation code was failing is also a problem for SRP_COM...or at least it was a problem. Our intrepid product manager, Kevin, has already made a c…
-
Alas I do not. I'm pretty certain I've seen Word mail merge code posted on the Revelation forum, but this would be using the Revelation OLE functions. But these are easy to convert so that is what I would do if and when I needed to do this.