DataGrid.RowDetailsTemplate
HelloI'm trying to see the details of the invoices when I select the line of one of them.For this I created a datagrid with invoices.After I added a DataGrid.rowdetailstemplate where i define the...
View ArticleSorting date column DataGridView
Using the method SortCompare for sorting date column DataGridView[View:https://www.youtube.com/watch?v=6sYS2apgHS0:550:0]
View ArticleREST WebService
Hi there,I successfully completed the tutorial on REST Service Interfaces...
View ArticleRE: GridView
Hello Pradeep!Try do implement a new method using RowDataBound event this way:method-id GridViewListar_RowDataBound protected. procedure division using by value sender as object e as type...
View ArticleRE: Visual COBOL for Visual Studio - WPF - Increase TextBox Size Dynamically
Você também pode implementar de outra forma direto no XAML desta forma:<TextBox Width="Auto" MinWidth="50" MaxWidth="200" />you can also implement it in a different way using XAML:<TextBox...
View ArticleMulti-Output Project Debugging
How do you specify the module you want to debug into in a Multi-Output project with many console type modules?
View ArticleRE: Multi-Output Project Debugging
If this is Visual COBOL for Visual Studio the first time you start debugging a multi-output project it will prompt you to select the .exe file to start. It then will save this under the Property...
View ArticleRE: REST WebService
A json schema file will have been generated as part of the deployment process.If you look in the deployment folder under the project with the name <projectname>.deploy you will find a file with...
View ArticleRE: Checkbox in DataGridView
Oi Wagner, tudo bom?Você está trabalhando com WFA, WPF ou Asp.Net? Que tipo de ação vc precisa fazer? Está relacionado à algum evento?Hi Wagner, how are you?Are you working with WFA, WPF or Asp.net?...
View ArticleCheckbox in DataGridView
I'm needing to treat a checkbox in datagridview but I can not, can someone help me with this. Thanks!
View ArticleRE: Checkbox in DataGridView
Oi Pita,Tente usar desta forma / Try to use this way:try set lo-ativo to self::GridListar::Rows::Item(lo-ind)::Cells::Item(0)::Valuecatch move spaces to lo-ativofinally *> finally code...
View ArticleRE: Sorting date column DataGridView
Muito bom Altair! Parabéns!Obrigado pelo exemplo na comunidade!
View ArticleRE: Setting Environment Variables prior to build
Setting variables in a sub-process doesn't work because environment variable settings are inherited by child processes, but not propagated up to parents. So they only affect the child process and its...
View ArticleRE: Checkbox in DataGridView
Eu havia chego nesta solução com algumas poucas variações o problema e saber qual a ação para que quando eu marcar o checkbox ele por exemplo bloquei uma coluna.
View ArticleRE: Checkbox in DataGridView
Oi Pita. Eu uso assim no WFA: method-id dataGridView1_CellContentClick final private. declare myChk as condition-value = type...
View ArticleRE: Courseware
Here is the url from my email. www.microfocus.com/.../vcpe-23-download.aspx;sn=g9BgxaEfS1k=There are only two items listed under the software/licenses tab:
View ArticleVisual COBOL for Visual Studio - WFA - Working with CheckBox in DataGridView
Oi,Este é um exemplo de como você pode trabalhar com checkbox em um datagridview.Abraços,CoralHiThis is a demo to show how you can work with checkbox inside a datagridview..Best regards,Coral
View Article