Posts by Frank Washington • 23 points
5 posts
-
1
votes1
answer114
viewsQ: Filter words contained in Bindingsource
I need to filter in my DataGridView which has as the datasource one BindingSource (filtro_descricao). I need to search the lines for the text typed in textbox1 regardless of the order they are in…
-
0
votes0
answers105
viewsQ: query update does not update the database because of 1 field
Hi, I have a very strange problem. When I run my UPDATE in the query by filling in all fields except the PRODUCT VALUE, it simply doesn’t update anything. If I fill in the PRODUCT VALUE field it…
-
-2
votes1
answer128
viewsQ: Take a value of a cell[0] of a . date()
I was able to pull all the data from my selected line. But I want to access only the value of a property, for example id_produto. How do I do? I’ve managed to print out all the data on the console:…
-
0
votes1
answer30
viewsQ: Pass value of a line in the table for inputs on the same page
I have a simple question. I need to pass the data of a line in my table to inputs that are on the same page. Follow the screens: Follows the code: Does anyone have a solution? I imagine I will need…
-
0
votes1
answer1043
viewsQ: Calling Javascript in PHP
I’m starting in PHP and I’m a technician in VB.NET and MYSQL. The only language I don’t have is Javascript and PHP. I have a question where I need to call a notification in index.php. This is the…