Visual COBOL for Visual Studio - WPF - ListView with Popup
Oi,Este é um exemplo de como você pode trabalhar com o ListView atualizando as informações em um novo Popup e atualizando o ListView quando o Popup fecha, usando WPF.Clique duas vezes em um registro,...
View ArticleVisual COBOL for Visual Studio - WPF - ListView
Oi,Este é um exemplo de como você pode popular um ListView em WPF.Abraços,CoralHiThis is a demo to show how you can insert data in a ListView using WPF.Best regards,Coral
View ArticleVisual COBOL for Visual Studio - WPF - KeyPressed Preview
Oi,Este é um exemplo de como você pode saber o valor da tecla pressionada na tela em WPF.Abraços,CoralHiThis is a demo to show how you can know the pressed key in the screen using WPFBest regards,Coral
View ArticleVisual COBOL for Visual Studio - WFA - Opening a Website
Oi,Este é um exemplo de como você pode abrir um website clicando em um objeto no WFAAbraços,CoralHiThis is a demo to show how you can open a website clicking an object using WFA.Best regards,Coral
View ArticleVisual COBOL for Visual Studio - WPF - Changing Foreground and Background Colors
Oi,Este é um exemplo de como você pode trocar as cores da letra e do fundo em campo de texto no WPF.Abraços,CoralHiThis is a demo to show how you can change foreground and background colors in a text...
View ArticleVisual COBOL for Visual Studio - Asp.Net - Cursor
Oi,Este é um exemplo de como você pode alterar o tipo do cursos nos objetos em Asp.Net.Abraços,CoralHiThis is a demo to show how you can change the cursor pointer for Asp.Net objects.Best regards,Coral
View ArticleRE: Compilation Issue
Hello,The answer is right in the error message, which says "Directives file _cobol.dir not found"It looks like you are compiling with either the directive USE or DIR, which instructs the compiler to...
View ArticleCompilation Issue
Hi,I have recently installed visual cobol 2.2 (visual studio 2012) on my machine. while i am trying to compile any COBOL code in the IDE i am facing issue compilation failure with below...
View ArticleRE: Handling files with x'0D0A' at ends of records
Change SELECT statement toORGANIZATION IS LINE SEQUENTIAL
View ArticleHandling files with x'0D0A' at ends of records
I have a data file from an outside source that I am trying to read in my Cobol program but it doesn't seem to like the CRLF at the end of each record.Is there an easy way in the Cobol program to handle...
View ArticleRE: Handling files with x'0D0A' at ends of records
Thank you very much! I'm new to PC based Cobol, so this helped.
View ArticleRE: Error_StringToDecimalParse
Was missing declare the clause: special-names. decimal-point is comma.
View ArticleRE: Error_StringToDecimalParse
When I run it with special-names. decimal-point is comma I get the following results:Number = +01234.12 Number from .Net = +00012.34 Decimal = 1234.12 Number = +00012.34 WrongBut, when I run it without...
View ArticleRE: Error_StringToDecimalParse
Hi, MikePolinske,Well, when I insert special-names the result is:Number = +01234.12Number from .Net = +01234.12Decimal = 123412Number = +01234.12WithOut special-names the result is:Number =...
View ArticleRE: Error_StringToDecimalParse
Very odd. Are you running on Windows 10? Otherwise, it looks like we are both on the same version of Visual Studio and Visual Cobol.
View ArticleRE: Error_StringToDecimalParse
Windows 10 HomeMicrosoft Visual Studio 2015 CommunityVersion 14.0.24720.00 Update 1Microsoft .NET FrameworkVersion 4.6.01038Micro Focus Visual COBOL 2.3 Version 2.3.00343.
View ArticleError_StringToDecimalParse
Hi,When converting a string to decimal number the result displayed is wrong. Attached the source.Anyone know how to resolve this problem? $set sourceformat"free" program-id. Program1 as...
View ArticleRE: Error_StringToDecimalParse
Isn't the difference here about how the system culture is set up? The documentation for the Parse method says:Parameter s is parsed using the formatting information in a NumberFormatInfo initialized...
View ArticleDuplex Printing
Hi,In NetExpress we used the following code to set duplex printing:-http://documentation.microfocus.com/help/index.jsp?topic=%2Fcom.microfocus.eclipse.infocenter.studee60test%2FHRCLRHCALL5W.htmlIn...
View ArticleVisual COBOL for Visual Studio - WPF - Change Font Family
Oi,Este é um exemplo de como você pode alterar o tipo de fonte nos objetos de sua tela.Abraços,CoralHiThis is a demo to show how you can change the font family for your objects.Best regards,Coral
View Article