Posts by William • 75 points
7 posts
-
0
votes4
answers3081
viewsA: Limit number of characters per line
Good afternoon Guys, I know the question has already been answered, but as these answers helped me to solve my problem, I leave here shared more information. I used these two events in sets for…
-
2
votes1
answer200
viewsQ: How to split the screen with 2 Open Forms within an MDI
Good morning to you all. I have a question about forms. In my application, I can open 2 forms with grids where they present factory information. Those Grids are updated every 30 seconds, and are…
-
0
votes2
answers146
viewsA: C# - Datagridview does not change Defaultcellstyle.Backcolor property sent from a class to Form
//Evento DataBidingComplete usado quando o conteúdo dos dados de origem forem alterados, //no caso preciso verificar as linhas "Rows" do DataGridview onde a propriedade BackColor foi…
-
0
votes2
answers146
viewsQ: C# - Datagridview does not change Defaultcellstyle.Backcolor property sent from a class to Form
I have a question in C# regarding Datagridview. In this scenario I have a Form where I run a Datagrid bringing information from another class. After the data is loaded by Datagrid.Datasource the…
-
0
votes1
answer509
viewsQ: Call Form2 with Circular Progress Bar while another action is executed C#
I have a question about a Windows Form call. In this application, through the button click event located in Form1, call a second Form, where in this form2 I present an animated Circular Progress Bar…
-
3
votes2
answers349
viewsA: Load the contents of one <TD> onto another <TD> ADVPL ASP
Thank you siga0984.. I managed to solve, following your tip I had an idea, instead of creating the form, in the validate function, where we already have the data loaded, I passed a substring of the…
-
1
votes2
answers349
viewsQ: Load the contents of one <TD> onto another <TD> ADVPL ASP
I have a doubt in a code that uses advpl(Microsiga Protheus) more HTML. I need in the html part, that the content of a TD be captured at the time of writing, and assigned in another TD. Below is the…