Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Hi, In previous versions of Relativity Designer we had the option to select multiple fields inside an FD and select the toolbar option to mark Redundant Data Items, to update those fields from only one value in a column in a table. In current versions of Relativity Designer, starting with v12.16 with the new design of the interfase, we can not find the option we had in the toolbar to do that. What should we do in 12.18 to mark Redundant Data Items? Regards,
We have a form in our software that prints on an 6 x 12 sheet of paper. When you select that paper size in the Windows Printer Defaults pop-up box, how do I get that information to my program?? Right now it still prints as the 8 1/2 x 11 default. Is there something I set before I call "PC_PRINTER_INFO_DOTNET"? I should also note that I can't hard code anything in here specifically for the 6 x 12 because this code is in a print copybook that ALL of our programs that print use. This is my code: declare status-code as binary-long. declare testdelegate as type PrinterInfoDelegate. set testdelegate to delegate(gr as type Graphics, &nb
One of the things you can check with the developers on associated to the Event Handler for Grids: When executing on Acu-Web, I rely on the MSG-GRID-RBUTTON-DOWN and MSG-GRID-RBUTTON-UP events to get generated, to show the POP-UP. Can I just add the “POP-UP MENU IS GRID-POPUP-MENU-HANDLE” phrase to the grid in the screen section ? What equivalent event, if any, gets generated when a gird row gets a long-tap ?. Have they tried to get a pop-up menu displayed on a paged grid row ? Is there a difference between quick-tap and a long-tap. ? Also, a number of the “Web-Portal” programs I execute from AcuWeb have paged grids, which rely on showing the pop-up menu. When you first sign-on, the 1st program that executes deals with whatever the application is. It establishes the Floating Window. Then this program calls the Grid Management program. (The Grid Management program handles the display of grids for all the different Web-Portal programs). I pass
How do I get rid of the paragraph Screen that keeps showing up?
Hello: Can someone help me? I have my acuxdbc and I want to connect to my database directly from my sql server. Could someone please tell me how I currently connect through access or excel, but I want to do it directly from sql server? I am doing the following it is SQL SERVER 1.- I CREATE MY DATABASE IN SQL SERVER 2.- I GO TO TASKS AND THEN TO IMPORT DATA 3.- .NET FRAMWORK ODBC data source 4.- THERE I PUT MY DSN - AND MY ORIGIN DRIVE WHICH WOULD BE ACUXDBC, And when giving next it sends me the error IM014 I CAN'T FIND A WAY TO CONNECT DIRECTLY FROM SQL TO MY DATABASE please help!!!!!
Hola: Alguien me podria ayudar tengo mi acuxdbc y quiero conectarme a mi base de datos directamente de mi sql server alguien me podria decir como por favor actualmente me conecto por access o por excel pero quiero hacerlo de forma directa desde sql server estoy haciendo lo siguiente en SQL SERVER 1.- CREO MI BASE DE DATOS EN SQL SERVER 2.- ME VOY A TAREAS Y DESPUES A IMPORTAR DATOS 3.-origen de dato .NET FRAMWORK ODBC 4.- AHI PONGO MI DSN - Y MI ORIGEN DRIVE QUE SERIA ACUXDBC, Y al dar siguiente me manda el error IM014 NO ENCUENTRO LA FORMA DE CONECTARME DIRECTO DESDE SQL A MI BASE DE DATOS ayuda por favor!!!!!
Hello, good afternoon, I am working with windows 10, oracle 11 and net express 5.1. Right now when I'm debugging, I get this error. What should you modify or add so that I don't skip. Please explain in detail all the steps to follow, I am new to this program. Kind Regards and thanks in advance
Hello, Regarding the Visual Cobol instalation it can be done without root?What rights and on what folders do we need for the instalation to be posibble without root access ? setup_visualcobol_devhub_4.0_patchupdate04_196243_redhat_x86_64 Thank you, Paula Borta#VisualCOBOL#COBSQL#Oracle
Hi. I'm using Visual COBOL for Visual Studio Personal Edition with Visual studio 2019 and every time I hit F5 the progam says not responding and the closes.
We are currently working with a test license of VisualCobol 7.0 (for Eclipse) under Windows.We would like to upgrade from NetExpress 5.1 and check what problems arise in our application. Our user interface is based on DialogSystem. Everything seems to work except for two cases in which a runtime error 114 occurs when embedding an ActiveX control in a DialogSystem screenset. 1. When attempting to embed the CrystalReports viewer into a screenset, this crash occurs.2. If a control encapsulated by us in VB (VSFlexGrid from ComponentOne) is to be integrated, then this crash also occurs. Interestingly, it doesn't happen in this case if the VSFlexGrid is embedded directly into a screenset without encapsulation. Does anyone know this problem and how can it be fixed?We have included a few more ActiveX controls in our application. None of the other controls lead to this problem.#Windows
Comments start with &<space> Full article: https://portal.microfocus.com/s/article/KM000003728#SupportTips/KnowledgeDocs
When using the UNDERLINE attribute on input or i-o fields in a Screen Section the underlines do not appear when the screen is displayed. Full article: https://portal.microfocus.com/s/article/KM000003879#SupportTips/KnowledgeDocs
CBL_WRITE_FILE/CBL_WRITE_FILE can perform worse than COBOL File IO verbs for sequential files. Full article: https://portal.microfocus.com/s/article/KM000003865#SupportTips/SupportTips/KnowledgeDocs#SupportTips/KnowledgeDocs
Error received while defining a Remote Project in Visual COBOL for Eclipse. Full article: https://portal.microfocus.com/s/article/KM000003855#SupportTips/KnowledgeDocs#SupportTips/SupportTips/KnowledgeDocs
Hello, I'm working with Net Express 5.1 in windows 10, when I try to modify the value of a variable during debugging, I get the modify window, but I don't see the value, so I can't change any variable. What is missing from my installation? Kind Regargds and thank you in advance.
Created On: 05 July 2012 Problem: A customer wishes to use a C# program to call an entry point in a native COBOL .dll. How can a .NET Platform Invoke (P/Invoke) be used in C# to call a COBOL program and pass parameters back and forth? Resolution: There is a demo application attached here called cscallCOBOL.zip.Unzip the demo to your C:\\ drive retaining the folder structure in the zip file.The solution file C:\\cscallCOBOL\\mycobol\\cscallCOBOL.sln contains two projects.The main project is a C# console application which calls the native COBOL project using Platform Invoke.The program passes 3 parameters defined as a stringbuffer, an integer and a structure containing two string fields.These fields are populated by C# and passed to COBOL.COBOL then changes the values and returns to C# where they are displayed to the console.The C# program looks like: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServ
Hello, good afternoon, When I'm drawing in Net Express 5.1, when I try to modify the value of a variable during execution, I get the modify window, but I don't see the value, so I can't change it. What is missing from my installation? Please explain in detail that I am new. A greeting and thanks in advance
We have an ACUGT GUI screen that can display document content it should present an embedded window displaying either a single document or in this case a selection of pdfs. Instead we get the error The Client is testing Edge as a replacement for IE9 as it is no longer supported. Would you expect that a cobol upgrade is required or is it more likely a switch to Chrome or running Edge in a compatability mode? Thanks Jim
This article explains the recommended steps to produce diagnostics and problem diagnosis after memory corruption errors (RTS252 abends) Full article: https://portal.microfocus.com/s/article/KM000003505#SupportTips/KnowledgeDocs
While defining a Web Service or Java (EJB) Interface in Visual COBOL for Eclipse, the desired Enterprise Server region for deployment is not listed, so cannot be selected under the Deployment Server tab of Mapping Properties. Full article: https://portal.microfocus.com/s/article/KM000003716#SupportTips/KnowledgeDocs
Patch Update installation using RPM shows multiple errors: "File <filename> conflicts with file from package <package-name>" Full article: https://portal.microfocus.com/s/article/KM000003715#SupportTips/KnowledgeDocs
EJB failure "RTS 173 Called program cannot be found in directory", trying to invoke COBOL module JTXDMP01. Full article: https://portal.microfocus.com/s/article/KM000003676#SupportTips/KnowledgeDocs
I am performing below. Getting lot of timeouts. Setup: rm/cobol <=====> RMNet <====> MIRTH <====> API in Sql Server. Test Case: # 20 synchronous call to API from RM/COBOL application. [Breakout condition in our shop] Result # Majority call was successfu. # Few are timeout. [Not able to see request transaction ] Is there any tuning or setup that maybe missing ? Need guidance or direction would be helpful.#RMNet#RMCOBOL
Is there anyway to 'Read" a copy file from Working Storage each time the program is ran? Here is a example. For 20 or so programs only certain users can run different functions from the program. Currently I have to compile the program each time I change the table. 01 FG1700-TABLE PIC X(03). 88 VALID-ALL VALUE "SGK" "SGT" "DMR" "DMP" "DMS" "DMF" "DMD" "DM3". 88 VALID-FG0400 VALUE "SGK" "SGT"  
Does RMCOBOL support containerization using docker? we have plans to move our application built in RMCOBOL to GCP. One of the question came out is related to possibility of containerizing the application using docker/Kubernetes. I have not seen any info related to this on web. Any leads please? Thanks, Bharath#container#Cloud#docker
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.