Questions tagged as 'booleano'

2
answers

Error 'Call to a member function format'

   Call to a member function format () on boolean in $fDevolucion = DateTime::createFromFormat('d-m-Y', $Fechadevolucion); ($prestamos = $objprestamo->addprestamo($fDevolucion->format('d-m-Y'),$cliente,$libro,$observacion)){ <-- ERRO...
asked by 08.04.2017 / 19:24
1
answer

Print the 'value' of a checkbox 'not true or false' in javascript

I have two checkbox of html connected to a function JavaScript , one says it has a front camera and the other one does not. It works very well, but instead of printing yes it has or not it does not have , it prints true...
asked by 22.02.2017 / 20:33
1
answer

Boolean word palindroma in Python

Could someone give me an explanation about why this Palindromas words reoccurrence software does not work in Python? def palindromo(cadena): num_letras = len(cadena) - 1 # te da el numero da caracteres -1 for i in range(len(...
asked by 04.11.2018 / 05:47
1
answer

save in variables int, String and boolean the results obtained by the ResultSet

I have a Object [][] where I temporarily store three values that I get from Base de Datos ,% int ,% String and% boolean , how do I pass them from: result.next();{ datosObt[0][0] = result.getString( "cedula"...
asked by 21.10.2018 / 08:08
1
answer

Not all code paths return value

I did the program in c ++ and it compiled but when I tried to pass it to c # I throw the error with message: Not all the code paths return value public static bool backtracking(List<Nodo> arreglo, int n, int actual, LinkedList<Nod...
asked by 27.09.2018 / 13:43
0
answers

How can I show a checkbox in a report in Odoo 11 instead of the True value?

I'm scheduling a report in Odoo 11 and so far so good. The only thing that happens is that when a field receives the value from a Boolean type, the text "True" appears. <h4>1.2. Circunstancias significativas</h4> <p>Pa...
asked by 08.05.2018 / 12:37
1
answer

Problem Realm boolean and mysql

I am learning android and I have created an app that manages lots. Use Realm for the persistence of data and retrieve them through retrofit of a Mysql table. When I recover the boolean data from the Batch table, they always appear as false even...
asked by 13.02.2018 / 00:43