Questions tagged as 'dinamico'

1
answer

Passing a type created in runtime to a static method

EDIT My problem is this. I need to generate a lambda expression that is of a type that I will only know at the time of execution, ie the type to be used will be passed in the classType parameter of the controller below. But the type I cr...
asked by 23.02.2018 / 19:28
1
answer

How do I retrieve and send form information created by email?

Hello, I'm creating a budget page on my website and I've created a table in JavaScript where the customer clicks add product and more rows from the same table are being added ... Likewise, if he clicks remove product the line is removed. This is...
asked by 17.01.2018 / 11:50
1
answer

How to do "When selecting an option in dropdwn, it loads other database data into a Textarea" in php, mysql and Jquery

I have a form that has a select name="nome_cliente" field that retrieves all registered clients from the mysql database. In this same form I have several inputs that will be registered to that selected client, and have a textarea na...
asked by 05.12.2017 / 12:50
1
answer

Xamarin Forms - How to make Datime.Now dynamic?

How to make the Datime.Now dynamic in xamarin forms? I need time to keep running. In this case it is stopped. I have a Label that captures the data of a class Label Text="{Binding data}" TextColor="Blue" >HorizontalOptions="CenterAndEx...
asked by 08.09.2017 / 00:55
0
answers

For Each In .Shapes GROUP control for excel [closed]

wave I would like to make a For Each In. Shapes "those shapes" but they grouped I managed to assemble with them ungrouped but grouped it looks like the procedures are different What I got so far, is a little incomplete because it messed up the...
asked by 17.08.2017 / 04:41
1
answer

System in a single folder, with multiple BDs

I am finalizing an online system for patient management. The page (domain.com.br) has a login system. If I have 3 registered users, each one would have to access their respective database. I wanted to know if using PHP, I could do that.  ...
asked by 16.09.2017 / 01:32
2
answers

Notification button update

I have a notification button in my software where I wanted it to automatically update itself. Then I made the following code: setTimeout(mostrarNotificacao, 90000); function mostrarNotificacao(){ //function mostrarModal(idPedidos){...
asked by 18.05.2017 / 04:30
1
answer

How to set Height of the DIV Son, through the depth of the Scroll of the Father DIV

I'm having a bit of trouble applying the depth size of the% dynamic% of the first scroll to the second div overlapped. Code: // Vamos criar a segunda Div, no qual ficará sobreposta a primeira Div var sobrepor = document.c...
asked by 05.04.2017 / 21:17
2
answers

Remove element from a Vector in "C"

I need to fill two vectors, A and B, with 10 elements each, then make the Intersection and the Union, in the union, I have to remove the repeated elements. At the moment, the intersection was made, within the intersection for I put in another...
asked by 20.05.2018 / 18:03
1
answer

Sending emails with dynamic inputs

I'm using a code like this: link to add fields to my form. How would php be to submit forms in this way? Following is the current php code: <?php header("Content-type: text/html; charset=utf-8"); ?> <?PHP if ( isset( $_POST['...
asked by 12.03.2018 / 15:05