Questions tagged as 'view'

1
answer

Select with cast (numeric as decimal) works, but view creation does not

Good morning everyone! I currently work with postgresql and I'm doing a database migration, and I need to create a view of my old database tables. Well, I need the number columns to round with 15.3 but I'm finding a problem that I can not fig...
asked by 22.09.2016 / 15:24
2
answers

How to migrate data between views using Tab Bar Controller (swift)

I have a Tab Bar Controller with 3 buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?     
asked by 15.10.2016 / 00:01
1
answer

Routine with CakePHP is legend to display data in view

I'm using CakePHP 2.4.2. I can not understand the slowness of displaying the data. As the number of records in the table increases, the slower it gets. The structure of the table is id (int (11)), name (varchar (255)), status (char (1)). C...
asked by 26.09.2016 / 03:40
1
answer

SlimFramework + PHP-View

I downloaded the Php-View library to use with the Slim Framework 3. x, but I'm not able to do the view return. // Get container $container = $app->getContainer(); // Register component on container $container['view'] = function ($cont...
asked by 22.07.2016 / 21:05
1
answer

Doubt codeigniter

Opa Galera! I'm starting with php and codeigniter, I have a question: I have two controllers, each with crud functions, but I would need create (form) views to be loaded on a 3rd page together, how do I do this? (As if they were a single form, b...
asked by 20.04.2016 / 00:58
0
answers

Multiples Models in an Asp.Net view MVC c #

I have a question for a month. I have 2 tables or Models and I want them to be manipulated in the view, like: view your data as it leaves the DB and also insert data in the same tables. I saw many tips but none was complete. Can someone help me?...
asked by 03.02.2016 / 15:45
1
answer

How to transfer contents of a variable from one ViewController to another

Sorry for my beginner programmer ignorance. I followed the above tips but it gives an error when I make self :    Can not assign value of type "MainPageValueController" to type "ViewPasswordController". TelaAjustesViewController...
asked by 12.12.2015 / 02:31
2
answers

codeigniter - list related data

Hello, I'm trying to show the name of a channel associated with an event through an FK, but I'm not able to show it. Model: public function get_events() { $this->db->get('events'); $this->db->join('channels', 'events.channel_...
asked by 19.11.2015 / 13:38
0
answers

Knowing the value of the CheckBox inside a MultiView / View / DataList

I'd like to know how I could end the value of a checkbox which in turn is inside a DataList that is inserted inside a View and the latter within a MultiView . I tried some methods FindControl but without succ...
asked by 24.06.2015 / 00:35
1
answer

Error inserting Slider into View - Swift

I have a problem related to the Swift Slider when I try to put it inside a View My project has the following structure View (main) View (used for grouping) ScrollView View (Objects) If I put the Slider inside the Main View,...
asked by 25.05.2015 / 15:11