Just came across this free utility from www.voxcode.com called VSSMon.
What it allows you to do is watch files that are checked out by someone else and once they become available it checks them out or notifies you that they are available for you to check out manually.
Go to the downloads site...
Hi,
I have a RM Cobol file that appears to have a corrupt index. The records on the table when read appear as :
AAA WEA
AAA WEB
BBB REJ
AAA WEC
AAA WHD
When I recover the file the records are indexed as I would expect, e.g.
AAA WEA
AAA WEB
AAA WEC
AAA WHD
BBB REJ
Any idea why I would not be...
Hi,
We are using Relativity 3.24 and on one site we are having a problem with speed. I have written a bench test program that writes, updates and then deletes 200 records. On every machine I try this takes about 1 minute, however on one customer's site this takes around 10 minutes and I have no...
Hi,
I am using Relativity 3.24 and have been asked to merge 2 fields together to show just one field to the end user, e.g.
03 DATA-ITEM PIC X(16).
03 DATA-ITEMR REDEFINES DATA-ITEM.
05 FIELD1 PIX X(10).
05 FILLER PIX X(2).
05...
Hi,
I am new to SQL stored procedures and have been having fun with Error handling ;). I have found a method that I am happy with, however it does not seem to handle Fatal Errors.
If I have 2 SP, say Tier1 and Tier2.
Tier1 calls Tier2 and within tier2 there is a typo that references a table...
Hi,
I am getting a problem on a Citrix machine where intermittently I am getting an "ActiveX component can't create object" in the middle of a DLL.
If you take the following example clsPost is the name of the main DLL installed and registered on the machine with clsClient being a...
Hi,
I am currently looking to evaluate automated testing tools for use with programs written in Visual Basic. Currently on my list are two products, WinRunner and Vermont HighTest Plus.
Does anyone have any experience of these tools, or can you possibly recommend any products that are suitable...
Hi,
To speed up some very repetitive coding I want to extract a string value from a variable name,
e.g. extract the word "Area" from a field defined
Dim mstrArea as String
Is this possible?
Hammy.
I have a VB Application and I call Cobol programs by doing a call using RUNCOBOL "program name".
I have noticed though in references in VB there is mention of "RM/Cobol Runtime 7.0 Type Library".
It seems that I can use this to do an initial call to run a cobol program...
Hi,
I am trying to get a FTP server written in VB so that I can transfer filed to it from a Unix PC using FTP. I have coded this using the winsock control, however when the ftp connection is intitiated on the unix box the FTP> command line is never returned to so that I can send files etc.
Is...
HI,
I need to write a simple FTP server that will allow me to send a text file from a Unix box to a windows PC running the FTP server.
Can anyone give me any clues how this can be done. I have tried looking at the inet control, however this seems to be for Client FTP only.
Hammy.
I have all the licences I require for OpenServer 5.0.4 which is currently installed on a System, however I now have a copy of OpenServer 5.0.6.
The question is if I upgrade the current 5.0.4 system to 5.0.6 will all the licences work OK?
Cheers,
Hammy.
Hi,
I have software that allows me to post an XML mesaage between 2 Windows PC using SOAP. I am now looking into getting the XML message posted from an SCO Openserver 5 box to one of the Windows PCs and I cannot find an easy way to do this.
Does anyone know of a very easy way to do this...
Hi,
I am using a third party program that prints documents to the default printer directly and I have no control over it.
What I need to do is force one of the documents that it is printing through the manual feed tray.
Can you tell me if it is possible in VB code to change the paper source...
Hi,
I have written a program that allows the user to send e-mails using MAPI, however what I want to be able to do is store these e-mails on a central server so that anybody can access them over a network, e.g. saveas funtion in Outlook that allows you to save an e-mail in "Message...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.