Questions tagged as 'vistas'

1
answer

How to save the fk of a model in django?

I have a model called a device, this creates the folio and the name and additional I want to store the id of the user that is logged. This is my class: class RegistroDispositivo(CreateView): model = Device template_name = 'registroDisp...
asked by 03.02.2018 / 00:46
1
answer

Redirection in ajax does not work

I have a function that keeps grades: <script> function guardarNotas(){ var object = []; $(".nota").each(function (index, element){ object.push({ 'idMatricula': $(element).data('idMatricula'), 'idE...
asked by 19.06.2017 / 05:53
1
answer

custom views

I need to dynamically add to my main activity (a number) a view that I have defined in an xml file in the layouts folder. I have defined the custom view as a RelativeLayout where I have different types of views. The problem I have is that after...
asked by 18.03.2017 / 14:02
0
answers

Create a view from the values of a field

I am a student who has been working with drupal 7 for a website and I can not make the following work. I will try to explain it as clearly as possible. I have a type of content, for example: My selection. This type of content contains differe...
asked by 15.10.2018 / 18:56
0
answers

The identifier made up of several parts could not be linked

I have the following view on sql server: create view v_ConsultarReclamo as select Reclamo.rec_IDReclamo, Reclamo.rec_numero, Reclamo.rec_fechaAlta, AreaServicio.arServ_nombre, TipoReclamo.tipRec_nombre, Calle.cal_nombre, Reclamo.rec_altura, B...
asked by 18.09.2018 / 18:02
0
answers

Programmed refresh of views materialized in Oracle

I'm trying to refresh a view with REFRESH FORCE ON DEMAND to perform a refresh in the next time window: Every day from 08:00 to 23:59, with a period of 4 hours between refreshments. I'm using REFRESH FORCE ON DEMAND START WITH sysdate+0 NE...
asked by 04.09.2018 / 09:05
0
answers

asp.net-mvc persist state views to return to previous states

I write the post because I have been thinking about how to solve a problem that I have to solve and I do not know how to approach it ... (I feel the brick, it's very conceptual all ...). The fact is that I'm with an application that has 5 mai...
asked by 13.04.2018 / 09:39
0
answers

How to receive a list of a partial view controller (ViewModel)

I have a partial view which receives a list from a controller, that view has a model (ViewModel) ... The problem is that the list does not arrive or does not result in the view .. //ViewModel namespace Proyecto_Libreria.Entidades { public...
asked by 08.03.2018 / 15:45
1
answer

Ionic 3 * ngIf does not update the view

I am working with Ionic 3. When I change the value of a variable in a component, the view is not updated in a page where it is integrated. I have looked at many answers to similar questions but I do not know how to do it. My code is this:...
asked by 19.02.2018 / 20:21
2
answers

Independence in Partial View used several times in the same View MVC4 asp.net

Hi, I have a question, hopefully you can help me. What happens is that I have a view called (index) qe has a table inside, then in the tables of the table I invoke the same view several times called (prev), in "prev" I have a main div with id...
asked by 07.01.2018 / 14:41