Forum Post: RE: Error_StringToDecimalParse
Was missing declare the clause: special-names. decimal-point is comma.
View ArticleForum Post: RE: 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 Wrong But, when I run it...
View ArticleForum Post: RE: Error_StringToDecimalParse
Hi, MikePolinske, Well, when I insert special-names the result is: Number = +01234.12 Number from .Net = +01234.12 Decimal = 123412 Number = +01234.12 WithOut special-names the result is: Number =...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Error_StringToDecimalParse
Windows 10 Home Microsoft Visual Studio 2015 Community Version 14.0.24720.00 Update 1 Microsoft .NET Framework Version 4.6.01038 Micro Focus Visual COBOL 2.3 Version 2.3.00343.
View ArticleForum Post: RE: 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 ArticleForum Post: Duplex 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.html In...
View ArticleForum Post: Visual 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, Coral Hi This is a demo to show how you can change the font family for your objects. Best regards, Coral
View ArticleForum Post: VC runs slower under Windows Task Scheduler?
Just replaced Server For COBOL 5.1 with COBOL Server 2.3 on our (virtual) Windows Server 2008 production server. We have four native Windows programs that are run at night via Windows Task Scheduler....
View ArticleForum Post: RE: VC runs slower under Windows Task Scheduler?
Hi, Windows Task Scheduler will by default run tasks at a "Below Normal" priority. You can check this in Task Manager. This can cause performance issues. To reset the priority you need to highlight...
View ArticleForum Post: Visual COBOL for Visual Studio - WPF - MaskedTextBox
Oi, Este é um exemplo de como você pode incluir máscaras em campos de texto. Você encontrará mais detalhes no código fonte da aplicação. Abraços, Coral Hi This is a demo to show how you can implement...
View ArticleForum Post: RE: VC runs slower under Windows Task Scheduler?
Of course I'll give this a try for tonight's runs and let you know the results, but it doesn't answer why these two programs run soooo slooow under COBOL Server compared to Server For COBOL....
View ArticleForum Post: RE: VC runs slower under Windows Task Scheduler?
Sorry, forget all above. The long run times were Friday night, 1-Jan-2016, the second night the programs were run under COBOL Server. When I checked the run times for last (Monday) night, 4-Jan-2016,...
View ArticleForum Post: RE: VC runs slower under Windows Task Scheduler?
Thanks for confirming. Regards David
View ArticleWiki Page: Working with the DateTimePicker in Micro Focus Visual COBOL for .NET
Working with the DateTimePicker in Micro Focus Visual COBOL for .NET One of the most frequent tasks a COBOL developer has to perform is date manipulation. Programming has to be created for; accepting...
View ArticleForum Post: RE: Duplex Printing
Hi Neil, Most of the PC_PRINTER library routines are supported in .NET as well as native code although some of them, (i.e. PC_PRINTER_INFO) behave a bit differently because a different coordinate...
View ArticleForum Post: RE: Compilation Issue
Actually the file _cobol.dir is generated by the Visual Studio IDE when the build process is done so it makes no sense that you would get this same error when trying to compile from the command line...
View ArticleWiki Page: Set up networked licensing with COBOL Server 2.1 to run native...
Created On: 03 October 2012 Problem: Server for COBOL (formerly known as Application Server for Net Express) was using a different license mechanism and networked licensing (ASLMFNET). Is it possible...
View ArticleForum Post: RE: DataGrid.RowDetailsTemplate
Good morning I hope the year 2016 brings you everything you wished for. I'm having a problem with the example of the datagrid within datagrid. Everything works fine but when the second datagrid...
View Article