Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

RE: Code Page Conversion.

Hi Partha,Are you referring to programatically converting code pages within your application or doing a one time conversion of source code within Visual Studio?If it is the latter of the two then you...

View Article


RE: Code Page Conversion.

Thanks Chris.I want to do this by programatically..regarding few files we received in 1250 nd want to convert in 852. It would be great help if you can refer anu COBOL example.

View Article


RE: WPF Data Binding

I do as follows: Real currency (Brazil)Decimal-point is comma.01 wsPreco pic 9 (06) V99.*> Datagridview column vrPreco / DefaultCellStyle / behavier format = C2invoke...

View Article

RE: WPF Data Binding

Of course I do this in XAML. Here the column Definition:                   <DataGridTextColumn MinWidth="100"                                       Binding="{Binding Path=EingBetrag,...

View Article

RE: Code Page Conversion.

The following might work for you: $set ilusing"System.Text" $set ilusing"System.IO" program-id. Program1 as "fileconvert.Program1". data division. working-storage section. 01 fileName string value...

View Article


RE: Installing documentation in Visual Studio 2012

ThanksI kind of figured they wern't and I can view the help on-line. I did what Chris suggested but I still can't get the help in the IDE. All I get is the Microsoft Visual Studio help.

View Article

RE: Web based training

Thanks Chris. I swapped to Firefox and now I can see them.

View Article

RE: A new Visual COBOL Webinar Series is starting soon

Unfortunatly I live on the west coast which means it starts at 7 am, which is before I get to work.

View Article


RE: A new Visual COBOL Webinar Series is starting soon

Hi David, we'll be recording the webinars so you can watch these at a more reasonable hour. Please do register though so we can send the video link to you.

View Article


RE: Installing documentation in Visual Studio 2012

If you have now configured Visual Studio to use the help on your computer rather than help on the web, following these steps should make the Visual COBOL documentation available from Visual...

View Article

RE: Installing documentation in Visual Studio 2012

Thanks MikeThat worked

View Article

RE: Code Page Conversion.

Hi Chris,Is this code snippet supports Visual COBOL?

View Article

RE: Code Page Conversion.

Yes, it was written using Visual COBOL 2.2 update 1 for VS2012.It is a managed code project and must be compiled as such.

View Article


RE: Code Page Conversion.

Hi Partha,Since you need to convert between the ANSI and OEM codeset, the following two routines might work for you:PC_WIN_CHAR_TO_OEM (which will convert CP1250 to 852) and PC_WIN_OEM_TO_CHAR that...

View Article

RE: Visual Cobol 2.2 for Java: which persistence layer?

Hi Mats,Sounds like an exciting project, bringing the best of two different worlds together.In terms of traditional COBOL mechanisms for persisting data, as you point out, you have OpenESQL as one...

View Article


Visual Cobol 2.2 for Java: which persistence layer?

Hi,I'm an SW architect and we are moving our legacy cobol to Visual Cobol under Jboss.This legacy application has a custom persistence layer which is generated using a custom tool.Which are my options...

View Article

RE: Defining a #Region in Visual Cobol

Sadly we don't support this feature at the moment - one of those things that keeps on getting mentioned but never actually implemented.  Definitely should be on the list for a future release though....

View Article


RE: How To Download Visual Cobol

Hi Reed,What product were you trying to download, Visual COBOL product trial or Visual COBOL Personal Edition?Which version, Visual Studio 2010, 2012, 2013 or Eclipse?This normally indicates a...

View Article

Defining a #Region in Visual Cobol

in Visual Basic to improve readability of code you can define regions like#Region "Tab1_Instructions"method-id read...method-id write...etc.#End Regionwhich are collapsible.Is there an equivalent in...

View Article

RE: Defining a #Region in Visual Cobol

Perhaps worth mentioning that we do have automatic outlining in Visual Studio. New sections or methods will have a collapsible outline created as you type your code.You might be interested in the...

View Article
Browsing all 4356 articles
Browse latest View live


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