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 your...
View ArticleVC 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 ArticleVisual 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,CoralHiThis is a demo to show how you can implement a...
View ArticleRE: 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 ArticleRE: 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, I...
View ArticleRE: 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 system...
View ArticleRE: 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 ArticleRE: DataGrid.RowDetailsTemplate
Good morningI 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 (interior)...
View ArticleRE: GridView
Hi, are you using WPF or WFA or Asp.net?I can tell you that using WFA you can check the value using this statement:GridListar::Rows::Item(lo-ind)::Cells::Item(0)::ValueGridListar = Name of the...
View ArticleVisual COBOL for Visual Studio - WPF - Increase TextBox Size Dynamically
Oi,Este é um exemplo de como você pode alterar a altura e largura de um campo de texto dinamicamente.Abraços,CoralHiThis is a demo to show how you can change height and width of a textbox...
View ArticleSetting Environment Variables prior to build
I am using Visual COBOL v2.3 on Red Hat Enterprise Linux 64 bit. I am trying to execute a script which contains the setting of various environment variables required during build. I have tried to use...
View ArticleGridView
Hi Everyone,I have created a gridview with 3 cols successfully. 1st is the S.no and 2,3 contains Dates. It has 12 rows. Now i want to highlight a cell in the 2nd column which satisfies a cond. This is...
View ArticleRE: GridView
Hi Coral,I want to highlight any cell in the 2nd column which satisfies my cond. I did not convey it properly in my question, sorry.
View ArticleRE: Courseware
The Courseware material is available for download alongside the Visual COBOL PE product download from the link "Learn COBOL".If you still have your original download email from Distribution you should...
View ArticleRE: Courseware
Chris, I have re-registered for PE V2.3 and received the download page. I don't see a "learn cobol" link on this page. Am I missing something?Thanks
View ArticleCourseware
Does anyone know how I can get the Visual Cobol Academic Courseware CobolClass.zip file? I had it just recently and accidentally deleted the tutorial. I have all of the files. I just need the book...
View ArticleRE: Courseware
If you click the link in the email to actually go to the product downloads and then click the Software/Licenses tab you should see it underneath the Release Notes option.
View ArticleRE: DataGrid.RowDetailsTemplate
HiDefine a MaxHeight property for the second datagrid... <DataGrid.RowDetailsTemplate> <DataTemplate> <DataGrid...
View Article