Questions tagged as 'view'

0
answers

Update with parameters of a view

Good morning. I created a view to get concatenated multi-column data. CREATE ALGORITHM = UNDEFINED DEFINER = 'root'@'localhost' SQL SECURITY DEFINER VIEW 'canal' AS SELECT 'a'.'id_campaign' AS 'id_campaign',...
asked by 08.10.2018 / 15:28
1
answer

return to view that fired the form in case of some error! Nojde + Express

Good morning, it seems simple but I still can not do it on my own and I did not find it on the net, I just wanted to return to view that triggered the submit, I have a simple register screen. controller - > model in the controller has the val...
asked by 19.09.2018 / 15:43
0
answers

Report View in Report View turns 2 pages into 6 with many blank

Dear colleagues. I developed a 2-page report in C # by Report View which in Preview shows correctly however when I generate a PDF these 2 become 4 with many blank pages. What could that be?. Thank you.     
asked by 05.09.2018 / 03:12
1
answer

Error while trying to list employees on the project sale screen

I have the following error accessing the sales completion screen, it does not show the registered employees, but the clients show. Screenshot: View:<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
asked by 02.09.2018 / 07:14
0
answers

return to view before executing the route .. nodejs

Good afternoon, how do I get back to the view that fired the route without does it execute there ?? follow below the section ... app.post('/atendimentos/pesquisa', home.loggedIn, function (req, res) { var nome_pesquisa = req.body.cliente...
asked by 30.08.2018 / 17:59
0
answers

Problem to view report using Crystal Reports in Visual Studio 2017

I'm having trouble viewing report information using Crystal Reports in Visual Studio 2017. When I open an RPT file it is displayed as follows: Being that he should open the report with the components created. The problem occurred whe...
asked by 26.07.2018 / 14:32
0
answers

Materialized view

I have a problem creating a view CREATE MATERIALIZED VIEW table_name You're giving this error:    ERROR: syntax error at or near "MATERIALIZED" LINE 1: CREATE   MATERIALIZED VIEW sige.view_geral_lote AS ^ ********** Error       ERROR:...
asked by 16.07.2018 / 15:06
0
answers

Creation of slow materialized view

Good evening. I'm creating a materialized view based on a JOIN with 3 tables, but it's taking too long ( 200+ minutes on the machine ). I use the appropriate indexed keys in the WHERE of each table and have already given R...
asked by 29.06.2018 / 23:49
1
answer

Generate a single page with all the records

I have a query that returns me a list with objects. From this list, I go through each position, define some parameters of the objects and return to a view . What I'm trying to do is: Scroll through all positions in this list and generate...
asked by 06.06.2018 / 21:54
0
answers

What is the best way to pass data from the model database to the view?

Hello everyone. I have some questions: We assume that I want to display a table of files that are registered in the database. In my FilesController.php, I have: public function carregarLista($status){ $this->arquivosModel->set...
asked by 02.05.2018 / 18:34