Comment on Asynchronous Web Communication on Protocol-Level
I guess nobody is using this new feature, yet?
View ArticleForum Post: editing dos 737 character set on visual studio 2012
Hi, I am a new user in visual cobol 2012 and I am trying to edit some of my old micro focus 3.2.43 programs and data files that are about 20 years old and use 737 greek character set (ascii), but...
View ArticleForum Post: Checkout Date Problem
When checking out files from StarTeam to my local Windows computer, the file modified date shown in StarTeam gets modified to the date Windows receives the files. Do you know of a work-around?...
View ArticleWiki Page: Data Express Windows Client Installation hangs on some of the 64...
Problem: When Data Express for Distributed Systems is installed on some 64 bit laptops a problem can appear causing the installation to hang. The XDB SQL Wizard remains in the memory a lot of time...
View ArticleForum Post: RE: Checkout Date Problem
Go to Tools-Personal Options-File Tab & check the 'Use last modification time for checked out files' check box.
View ArticleForum Post: Printer Redirection
I'm starting the progress of migrating RM Cobol (Linux) to RM Cobol/Visual Cobol(Linux) with Eclipse (Windows) The problem I've encountered is if the Cobol Code has the "ASSIGN TO PRINTER" clause the...
View ArticleForum Post: RE: DocGen templates
Hi Milagros, Unfortunately i don't have a lot of experience using SVN. I think maybe the best thing would be to use the Eclipse 'navigator' tab to create a folder in your workspace and share this...
View ArticleForum Post: RE: Printer Redirection
There are several solutions: 1) The simple short term solution is to use a NET USE command to associate LPT1 with a network printer, such as: net use lpt1 \\usauv-print01\usaup-rndprinter The major...
View ArticleForum Post: RE: Printer Redirection
We are using a 3rd Party Spooler in Linux, and use ENV variables to allow our users to choose which of 64 printers they would like their reports on ... so most of your ideas really don't fit. I tried...
View ArticleForum Post: RE: Printer Redirection
Oh right. I read that you are using Linux but then forgot. The first thing that you should realize is that you can put the file name after the PRINTER in the SELECT: select filename-1 assign to...
View ArticleForum Post: RE: Printer Redirection
The assign-printer() compiler directive will cause the behavior of "assign to printer" to match RM/COBOL behavior, that is, the access name for the file will be the same as the COBOL file-name. To...
View ArticleForum Post: calling managed from native
I'm using a product called MPACT from ESI. With MPACT I am able to create screens for our users to interact with. It also allows gives me places where I can interact with the dialog. The...
View ArticleForum Post: RE: calling managed from native
Forgot to mention that this was working until yesterday. The problem started after I recompiled both the MPACT program and the winform program.
View ArticleForum Post: RE: Printer Redirection
I forgot to mention that on Linux, the parentheses may need to be escaped (assign-printer\(\)) or replaced with quotes to resolve shell issues.
View ArticleForum Post: RE: Printer Redirection
Another good solution for shell issues with parentheses would to be to embed the assign-printer() directive in the source program with a $SET statement. That way, you won't forget to specify it on...
View ArticleWiki Page: Silk4Net - Abort Execution Hotkey
By default there is no hotkey assigned for manually stopping a Silk4Net test in Visual Studio. However you can set a hotkey for this in Visual Studio keyboard options. See Steps below:- - Open...
View ArticleWiki Page: When dividing 2 integers, SilkTest will round down.
When using the division operator against two integers, SilkTest will always round down to the nearest int. See example below:- [-] testcase division2() appstate none [ ] REAL rResult [ ]...
View ArticleWiki Page: Retrieve the size of my SilkTest Workbench SQL Server Database
1. To return the size of your Silk Test Workbench SQL Server database in MB's you can run the below query in SQL Management Studio:- SELECT SUM ((size*8)/1024) SizeMB FROM sys.master_files WHERE...
View ArticleWiki Page: Unable to disable mobile device screen lock.
When using Silk Test for test automation on your mobile device, you will be required to have a secure screen lock (Eg: Pattern or PIN). A secure screen lock is required to install the Silk Test root...
View ArticleWiki Page: How to install Silk Test Mobile Root Certificate
In order to test with Silk Test Mobile, you will be required to install the "Silk Test Root Certificate" on the mobile device. Please see steps outlined below:- 1. With your device connected to your...
View Article