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

Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

Hi Chris - It's running on a fresh install of Suse Linux 11 64, with the latest version of Java from Oracle installed. It's in a VM right now, if that makes any difference. Yep, I run the...

View Article


Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

Hi Paul, It may be that the licensing daemon is not running. Go to /var/microfocuslicensing/bin and run mfcesdchk. You should get a message saying whether the daemon is running or not. If it is not...

View Article


Forum Post: Where can I find list of all ctrl+k commands?

And other ctrl key shortcuts?  

View Article

Forum Post: RE: Where can I find list of all ctrl+k commands?

You can find a complete list of Visual Studio shortcut keys at the msdn link here: Thanks.

View Article

Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

Hi Simon - That was such a logical suggestion, and I had such high hopes. But alas, the licensing server is running. If I stop it, eclipse is aware the license server is not running and puts up a lot...

View Article


Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

You can try to enter the following authorization code into License Manager: 22A491594F2519D2 If this does not solve the problem, development would like you to provide us with the .log file for the...

View Article

Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

The authorization code worked, thank you. Once entered, it brought it allowed Eclipse to come up and display the Microfocus COBOL Project type, as well as switch into the COBOL perspective. Nice. I...

View Article

Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

That is great news that you are now up and running! Development was able to check the log file that you posted and we have determined that the problem that you are experiencing is caused by the SuSE...

View Article


Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

Super nice - I think I will go ahead and move this to a permanent server and settle into learning more about it.  One more quick question - can I upgrade the Personal license to a paid license? -Paul

View Article


Forum Post: RE: Licensing Visual Cobol Personal Edition under Linux?

You most certainly can upgrade the Personal license to a paid license. Please e-mail me with your contact information and I will get somebody in direct contact with you. send to...

View Article

Forum Post: RE: One more C# WPF to Cobol

ok, this helps a Little bit but i Need this lines too: ((CollectionViewSource)this.FindResource("cvsOptions")).Source = options  List WPFGridZeilen GridList = new List WPFGridZeilen ()

View Article

Forum Post: RE: One more C# WPF to Cobol

For more Background: This is in the WPF: ...         CollectionViewSource x:Key="cvsOptions"/ ... This line is in c#: ... ((CollectionViewSource)this.FindResource("cvsOptions")).Source = Options ...

View Article

Forum Post: RE: One more C# WPF to Cobol

This is not right...          set ((CollectionViewSource)this.FindResource("cvsOptions")).Source to strings

View Article


Forum Post: RE: One more C# WPF to Cobol

this is wrong too:           set ((CollectionViewSource)this::FindResource("cvsOptions"))::Source to strings The complier have problems wit the first "(" ...

View Article

Forum Post: RE: Public Class for a WPF Data Grid

There is an entire section in the documentation that shows comparisons of various OO programming features between different languages like COBOL and C#. Please see...

View Article


Forum Post: RE: One more C# WPF to Cobol

Hi Bernd, casts are done in COBOL using the syntax AS type-specifier.  I've created the following to demonstrate how this might be written in COBOL.  The three lines in method m, correspond to the...

View Article

Forum Post: RE: static method

Adding this note for the sahe of completeness: This has been written up as an RPI and the problem has been fixed for inclusion with Visual COBOL 2.2 update 1. A workaround for the problem is to...

View Article


Forum Post: RE: Public Class for a WPF Data Grid

Here is one example of a get / set in Visual COBOL.  There are a couple of other ways to do this. class-id WPFGridZeilen. working-storage section.   01 _grso01 string.       property-id GrSp01 string....

View Article

Forum Post: ignore "Leave" in a Windows Forms Textfield when a Button is pushed

I need to trap the Event, when a Textfield is left. I.e. when I push a defined (e.g. List-) button, the field that had Focus causes a "Leave" Event occuring before the button pressed Event is...

View Article

Forum Post: RE: ignore "Leave" in a Windows Forms Textfield when a Button is...

If I am understanding your request correctly you can check in the Leave event to see if the button has the new focus and then ignore the leave event accordingly. What is it that you are doing in the...

View Article
Browsing all 5819 articles
Browse latest View live


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