Posts by Márcia • 5 points
9 posts
-
0
votes0
answers62
viewsQ: How to take variable script and insert into a php database?
I have a select field according to the code below: <select id="teste"> <option>oie</option> <option>tchau</option> I have a knob to run an Insert in the database…
-
0
votes2
answers709
viewsQ: How do I place the image next to the listview items?
I have the following code for listview: ListView listview = (ListView) findViewById(R.id.listview1); String[] dados = new String[] { "Produção Geral", "Perdas", "Contagem Por Máquina", "OEE",…
-
0
votes1
answer158
viewsQ: I cannot align <thead> with <tbody> in my table with SQL query
I have the following table header: <?php echo ' <div style="height:65px"> </div> <table id="oie" border="1" class="minha-table"> <thead class="headerr"…
-
0
votes1
answer180
viewsQ: Errors with js table filter and paging
I found some practical errors running my code and don’t know how to fix it. Follow the code below: <div id="divConteudo"> <?php $con_string = "host='***' port=5432 dbname='***' user='***'…
-
0
votes1
answer294
viewsQ: Apache no longer starting after ssl_module enabled?
Apache used to work normally. However, when I was trying to set up my intranet for sending emails, I was directed to enable the Apache ssl_module. Just click on it that Apache fell and never came…
-
0
votes0
answers201
viewsQ: USB connection with Microcontroller in Visual Studio C#
I have a microcontroller programmed to send data on Visual Studio c# through the class USB Hid Net Class. I have the license to use the class already and the application ran normally on multiple…
-
0
votes1
answer267
viewsQ: How to disable the textchanged event in the load event in Visual Studio C#?
I have the following problem: I have a function that is called when the button triggers the textchanged event only when I start the program for the first time it calls the textchanged function in…
-
0
votes0
answers147
viewsQ: How does the Highcharts License work?
I am developing an intranet for a company that is my client. For now it is only a prototype, only in the future will be marketed. On this intranet there are interactive graphics whose codes come…
-
0
votes0
answers375
viewsQ: Responsive text box
I have a text box on top of an image-map that’s responsive, that way: <div class="lala" role="main" style="height:100%"> <img class="imgg" src="../images/sellec.jpg" style="opacity:0;…