Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

RE: DataGrid.RowDetailsTemplate

It´s work. Thanks again.Best RegardsAlberto Ferraz

View Article


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 Article


Sorting date column DataGridView

Using the method SortCompare for sorting date column DataGridView[View:https://www.youtube.com/watch?v=6sYS2apgHS0:550:0]

View Article

REST WebService

Hi there,I successfully completed the tutorial on REST Service Interfaces...

View Article

RE: 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 Article


RE: 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 Article

Multi-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 Article

RE: 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 Article


RE: 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 Article


RE: 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 Article

RE: Checkbox in DataGridView

WFA - Windows Form Application

View Article

Checkbox in DataGridView

I'm needing to treat a checkbox in datagridview but I can not, can someone help me with this. Thanks!

View Article

RE: 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 Article


RE: Sorting date column DataGridView

Muito bom Altair! Parabéns!Obrigado pelo exemplo na comunidade!

View Article

RE: 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 Article


RE: 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 Article

RE: Sorting date column DataGridView

Valeu Cyro.

View Article


RE: Checkbox in DataGridView

Oi Pita. Eu uso assim no WFA:             method-id dataGridView1_CellContentClick final private.             declare myChk as condition-value = type...

View Article

RE: 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 Article

Visual 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
Browsing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>