Quantcast
Channel: Visual COBOL
Viewing all 5819 articles
Browse latest View live

Forum Post: RE: Rm Visual Cobol Window Termination


Forum Post: RE: A new Visual COBOL Webinar Series is starting soon

$
0
0
I have been trying to watch for the email with the links, but maybe I missed it.  If I didn't, do you have any idea when these might come out?

Forum Post: VisualCobol: Populate WPF DataGrid

$
0
0
Hello, I am new to the Visual (Cobol) / WPF World (coming from ACU-Cobol). I tried to find a Sample that demonstrates how to fill a WPF DataGrid (NOT DataGridView!!) from a file. I tested 2 different ways to populate the DG but None of them worked - here are them: 1. - read a file called "VER01" (employees) - filling a list with the Name, shortname and the number - read next entry of file - filling list ... - set the list (LISTBOX) to ItemsSource of Datagrid (LB1) - DataGrid is empty although the List is filled correctly Code 2. - read file called "VER01" (employees) - fill a Single-line-Array (LB1X) with entries from VER01 and - directly try to add this line to the DataGrit (Invoke LB1::Items::Add(LB1X) - The DataGrid is populatetd with the correct number of rows (concerning to the entries in the file) but the DataGrid has no content Code I really tried to find samles/help in the documentation, Forums, wikis, Google but could not find something that helps ... can anyone help please? THX kathrin

Forum Post: RE: VisualCobol: Populate WPF DataGrid

$
0
0
Hallo Wenn Sie mir Ihre Mail-Adresse bekannt geben kann ich Ihnen eine kleines WPF-Beispiel mit einem DataGrid zustellen. Es ist ein Beispiel zur Dokumentation eines Binding-Fehlers für Culture de-CH. Freundliche Grüsse Werner Lanter E-Mail: werner.lanter@lanter-edv.ch

Forum Post: RE: VisualCobol: Populate WPF DataGrid

$
0
0
Werner, Can I please ask that you post your example directly to this forum so that others may share this information? Thanks.

Forum Post: Visual COBOL Personal Edition - after the 12 months runs out

$
0
0
I have MF VC P/Edit and the 'free licence' will run out early next year What happens then?

Forum Post: RE: Visual COBOL Personal Edition - after the 12 months runs out

$
0
0
When your personal edition license expires you simply have to download the latest version of the PE product and you will get another one year license. In that way you will always be kept up-to-date with the most current product releases. Thanks.

Forum Post: RE: VisualCobol: Populate WPF DataGrid

$
0
0
Chris I get an error when trying to upload the zipped solution, size 638KB. You can also find the file on incident #2793787, WPFApplDataGrid_2.zip. Freundliche Grüsse

Forum Post: error 114 - access object beyond bounds of memory

$
0
0
Runtime error in VC (latest version of personal edition) ? App runs without error on other compiler.  Looked at a similar  error posted in the community but in this case: -          Standard cobol commands are used -          Programm doesn’t call any sub-programms -          No pointers are used

Forum Post: RE: Visual COBOL Personal Edition - after the 12 months runs out

$
0
0
Wow That's fantastic Thanks for the information I am now running it under Win/8.1 on a DELL with a medium-weighted CPU I have been using COBOL since 1985 and this is keeping me going on it! I would use it 5 or 6 days a week and I am retired now This version is very quick

Forum Post: RE: error 114 - access object beyond bounds of memory

$
0
0
I had the same problem today I was running a program from another Project that relied on a Linkage Section value being passed that was not actually passed because I had taken the program out into another Project without really looking closely enough at the requirements The compile was fine but the run found the problem Does your program require something from another program that was not supplied? If so, then the 'null' Linkage Section field name might have been low values or something else Worth checking Run it with DEBUGGING ON on so you can see which instruction had the problem

Forum Post: RE: Trial licence installation failed (Visual Cobol for Eclipse)

$
0
0
The solution in this case, was to deinstall and reinstall the product, and then activating the one year license when launching Visual COBOL Personal Edition.

Wiki Page: Activating One Year License for Visual COBOL Eclipse Personal Edition

$
0
0
Problem: Need to Activate the free one year License for Visual COBOL for Eclipse Perso nal Edition. Solution: 1. Start Visual COBOL. If you have not installed a license for Visual COBOL, starting the IDE for the first time after  you install the product opens the Micro Focus Visual COBOL Product Licensing dialog box. If you cancel this dialog box, you can invoke it again from Help Micro Focus Product Licensing. 2. Click I want to activate the free product. 3. Ensure that the email address used to register the product is in the Email address text entry field. If you haven't registered your email address yet, click registration page and follow the instructions onthat page. 4. Select one of the following options: Automatic Use this if you have Internet access. 4.1. Click Finish to activate your copy of Visual COBOL Personal Edition. Manual Use this if you are not connected to the Internet. 4.1. Click Next and then click Send email. This opens your default email client and creates a new email filled in with the details to email to Micro Focus about activating your copy of the free Personal Edition product. 4.2. Send the email. 4.3 If there is no mail client installed on your machine, copy the email address, the subject and the exact contents from the Email details fields and paste them into an email to sent to Micro Focus using a mail client of your choice. Do not modify or add to the text. You will receive a response email with information with details about your authorization request. 4.4 Paste the body text of the response email into the text entry field of the Manual Activation dialog box. 5. Click Finish. You should receive a message that the activation has been successful. 6. Restart Eclipse to complete the activation process.   If, for some reason you are unable to access the page, you may need to deinstall and reinstall  Visual COBOL for Eclipse Personal Edition.  

Wiki Page: Configuring Remote Connections to use SSH

$
0
0
Problem: When setting up a Remote Connection on Visual COBOL DevHub using SSH, the Visual COBOL Eclipse Client is unable to set up a project on the remote server with DevHub Installed. Solution: 1. Ensure that remote desktop option daemon has been started on the remote server.     To check for this log on to the remote server and  run ps -ef | grep 4075 from the remote server's shell. If the server has been started, the output will display something like:      "/usr/bin/perl  -w .........remotedev/rseserver/rseserver-3.5/daemon.pl 4075"  If the daemon has not been started, then start the daemon in the foillowing manner as root:         Run "cobsetenv" to set your environment such as  ".  /opt/microfocus/devhub221/bin/cobsetenv"         Then run "$COBDIR/remotedev/startrdodaemon & " to start the server. 2. In the DStore Connector Service, Remote Server Launcher,  Launcher Properties, note that default location to launch a remote launcher is the value below: sh -c "/opt/microfocus/VisualCOBOL/remotedev/startrdoserver 0" in which /opt/microfocus/VisualCOBOL is the default installation location for Visual COBOL Development Hub. If DevHub has not been installed in the default location, edit the string to point to the actual installation location of DevHub and Click on Finish to complete the new Connection.        

Forum Post: Visual COBOL Personal Edition - how to write out a MS-Word document

$
0
0
I have Vis CBL P/Edit with VS2012 on Win/8.1 All is well but I want to be able to write a file with simple formatting and colours, e.g. a Word doc I am sure it can be done but I haven't been able to find it in the documentation Can anyone please point me to the documentation to read for this? And/or a sample program? TIA

Forum Post: RE: VisualCobol: Populate WPF DataGrid

$
0
0
Yes, that file is too large to upload to this forum. Would it be possible to copy/paste just the relevant XAML and COBOL code to show how the binding is established?

Forum Post: RE: VisualCobol: Populate WPF DataGrid

Forum Post: RE: VisualCobol: Populate WPF DataGrid

Forum Post: Dialog System conversion tool

$
0
0
My company would like to know if such a tool is available.  It would convert Dialog System screens to Windows Forms.  I know that Micro Focus has worked on such a tool in the past and believe it has also been worked on by Micro Focus Partners. We have just two programmers converting a system with over 500 screensets.  What is its status ?

Forum Post: Binding Windows Form controls to a class as a data source

$
0
0
I want to bind each control on my Windows Form to a property in a a class.  Is this possible ? In C#, I can select a TextBox, expand its DataBindings node in the Properties window, click the arrow next to the Text property, then click on the "Add Project Data Source" link.  This link does not appear in Visual COBOL.  Even if the link did appear, I'm not even sure if I can use my class.  On the "Choose data source type" window, you can select "Object" but this doesn't seem to be what I am looking for. I know how to do this in WPF using the download from this link: http://community.microfocus.com/microfocus/cobol/visual_cobol/w/knowledge_base/19748.automatically-refresh-a-bound-wpf-control-when-values-of-bound-object-are-updated.aspx Can I do something like this with a Windows Form ?
Viewing all 5819 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>