Forum Post: Web based training
I am going through the Web based training. In module 1 Visual Cobol Getting Started there are 3 DEMO's listed in the table of contents, but when I select any of them nothing happens, the area to the...
View ArticleForum Post: RE: Installing documentation in Visual Studio 2012
The documentation is installed in the IDE automatically, regardless of the Visual Studio version. It should be accessible through the IDE Help-- View Help then select Micro Focus... If you do not see...
View ArticleForum Post: RE: Web based training
This may be a problem if you are using IE as your browser. Make sure that Compatibility View is turned on in the browser and then when you click on the demos it should play a video. You should see a...
View ArticleForum Post: A new Visual COBOL Webinar Series is starting soon
Interested in learning OO COBOL? Don't miss this free Visual COBOL Webinar Series starting September 25th. Learn more here - online.microfocus.com/OOPWebinarSeries Register today!
View ArticleForum Post: RE: Installing documentation in Visual Studio 2012
The two files that you have are not Visual Studio help files so cannot be installed into Visual Studio. As Chris says, after installing Visual COBOL, the documentation for it is available from the...
View ArticleForum Post: Code Page Conversion.
Is there any method in Visual COBOL to do Code Page converison for File CP1250 (windows code page) to CP852 (DOS code page). Thanks, Partha!
View ArticleForum Post: WPF Data Binding
I don’t get the correct format when binding a decimal value in a DataGrid Column with ConverterCulture=de-CH. I think that the resulting format is correct for Germany but not for Switzerland. Can...
View ArticleForum Post: 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...
View ArticleForum Post: 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 ArticleForum Post: 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 = C2 invoke...
View ArticleForum Post: RE: WPF Data Binding
Of course I do this in XAML. Here the column Definition: DataGridTextColumn MinWidth="100" Binding="{Binding Path=EingBetrag,...
View ArticleForum Post: 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 ArticleForum Post: RE: Installing documentation in Visual Studio 2012
Thanks I 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 ArticleForum Post: RE: Web based training
Thanks Chris. I swapped to Firefox and now I can see them.
View ArticleForum Post: 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 ArticleForum Post: 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 ArticleForum Post: 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 Studio:...
View ArticleForum Post: RE: Code Page Conversion.
Hi Chris, Is this code snippet supports Visual COBOL?
View Article