This tag is for questions about views, a database construct that allows a user to join several tables together or restrict access to certain data.

learn more… | top users | synonyms

0
votes
1answer
18 views

Need Suggestion on Using Underscore Templates in Backbone Views

Im working on an ASP.NET MVC web application in which we are using Backbone.js framework for organizing client side architecture and design. Our application is totally dynamic, creating most of the ...
-1
votes
1answer
53 views

T-SQL Creating a view from a stored procedure, and persisting tables

This is my view, it is generated using a stored procedure: ALTER VIEW MyView AS SELECT TOP (100) PERCENT * FROM OPENROWSET ( 'SQLOLEDB', ...
0
votes
0answers
5 views

Creating List View of Android Component views

I want to create a list of tiles that will have data added at runtime to an Activity, I dont know beforehand how many tiles will need to be displayed, although the layout of each tile will be the ...
-1
votes
0answers
10 views

How can i insert adsense code in this dynamic views template? Nothing works [closed]

I tried everything to inserte adsense ads in this blog http://bancuricubarbatisifemei.blogspot.com/ but without any succes. Is there a way to insert it with some javascript coding? Thank you
0
votes
2answers
30 views

What is the correct way of rendering a view?

I am trying to create an MVC 4 ASP.net site. As I am new to programming I would like to know what is the correct way of rendering a view based on if a user is logged in or not. My Code: I am trying ...
0
votes
1answer
17 views

SharedPreferences Android - Saving and editing one string only using two activities

I have a single string which the user will edit and will be displayed back to him when he uses the app. He can edit the string at any time. I am familiar with SQLite databases, but because for this ...
-5
votes
0answers
14 views

procedures , views, and sub query lectures needed from start to end plz [closed]

procedures , views, and sub query lectures needed from start to end please. give me links or every thing you have because tomorrow is my exam. and i am a beginner or newly in in visual studio .Net ...
0
votes
0answers
16 views

adding the view to my another view which is set by setcontentView( ) in my main activity

package com.fragments.diesl; import android.app.ActionBar.LayoutParams; import android.app.Activity; import android.content.Context; import android.content.Intent; import ...
-2
votes
1answer
22 views

Ruby render another controller partial

I have a controller and in the index view i am trying to render a partial from another controller. Here is the other controller: class ModelController < ApplicationController def view @model ...
0
votes
1answer
26 views

How to give a constant left margin to all the views?

I have multiple horizontal linear layouts. Whithin each of these layouts which are listed vertically, I have a TextView followed by an EditText. I want to give a constant left margin to all the ...
0
votes
1answer
18 views

How to organize paths to view templates with Controllers using inheritance in JavaScriptMVC?

I'm struggling almost the whole day now with the following: I have two controllers, where controller A extends $.Controller and B extends controller A. Controller A provides event handlers for some ...
0
votes
1answer
12 views

Views, add fields, limited options

I have recently developed an odd behaviour in my views. I am trying to generate a simple view that simply lists all entered data of that content type in a table. I have stripped all bells and whistles ...
1
vote
1answer
13 views

Use an If or Case statement to create an amended field for a new view in existing db in SSMS2008

New Field = If Field X = 0 and Field Y = 12 THEN 15 ELSE New Field = Field X The following worked fine in ACCESS, Amended Run No: IIf([001_DETAILS]![tlRunNo]=0 And ...
0
votes
0answers
5 views

Creating a view based on another Vvew with Organic Groups:

Example: Users create organic group(s) = book club Content type: 'Books Read' is set up as a group content 1) I need to create a view - listing books read by book clubs, the user is a member of ...
0
votes
0answers
18 views

Geting “Broken/missing handler = ” after Update views_or module to latest version

i recently update my drupal 6 site to its newer version 6.28 and all module including views. Now i have Views 6.x-2.16. Everything was working fine but when I update module views_or version = ...
0
votes
2answers
35 views

Indexed views on SQL Server 2008 R2

I have a SQL Server 2008 R2 database containing a very huge table that we use for reporting. Every night around 40,000 records are inserted into the table. I read in many articles that Indexed views ...
0
votes
1answer
37 views

When a MySQL View should be used? [closed]

Today I got a small debate with a colleague about Views and I'm wondering when it's the situation where we should use Views. I can't explain in another way, except that it's hard to maintain and ...
1
vote
1answer
29 views

Django multiple forms 1 view..Form errors issue

im having some trouble with displaying form errors within one view. I'm currently a student and have been taking python classes for 2 semesters. I decided to learn some Django on my own. The issue ...
0
votes
0answers
10 views

How to get Views Infinite Scroll pager working with AJAX Views?

I'm using Views Infinite Scroll module and it works perfectly here: http://drupalextensions.com/themes-list But when I enable "Use Ajax" in a view - it crashes with message: Views Infinite Scroll ...
1
vote
0answers
14 views

rails plugin uses different views path in production

I have a plugin (in my_rails_app/vendor/plugins directory) and its controllers use view from my application (my_rails_app/app/views). When I run it in development mode everything works well, but in ...
-1
votes
0answers
7 views

views_infinite_scroll with views table formatted style for listing. [closed]

I used views_infinite_scroll module for infinite scroll pager. I created view for showing item listing and views display format is table, and set infinte page, but it does not working for me. I got ...
0
votes
1answer
31 views

The view didn't return an HttpResponse object

I was following a tutorial trying to create a registration form. Even though the person recording it was able to create a form I wasn't does anybody see any mistakes in my code? The view didn't return ...
0
votes
0answers
19 views

Drupal Views overflow

I have a Drupal 7 / Views question... I have a site with some data reports displaying in various graphs/ gauges etc. I also have a "Data" page that shows all of the data used so the user can look ...
0
votes
1answer
22 views

Best place to insert page variable into drupal view?

I have a view that displays the top level of a taxonomy vocabulary. When that is being viewed from a page about a different taxonomy vocabulary, I would like to customize the links from the view to ...
1
vote
0answers
19 views

Drupal EVA module : Entity Content Settings not found in views

I have downloaded and enabled EVA module. In views interface, I need the "Entity Content Settings" option under the Advanced area. However, it's not showing up. Where I am making mistake?
0
votes
0answers
22 views

Django + Flot - Send multiple datasets from View to template for multi-line charts

My aim is to plot a multi-line chart using flot in my Django application. With X-axis as time, y-axis as volume and the colored lines to signify different items (Item A, Item B...etc). From all the ...
0
votes
2answers
29 views

how can I hide “read more” on teaser

I created a view displaying some teasers that link to my galleries on http://quaaoutlodge.com/gallery. You note the "read more" links on top of the images, I'd like to get rid of them but am unsure ...
2
votes
2answers
35 views

How to do nested views in AngularJS?

I read on the Web that I should not do it with Angular, but I really want to do it anyway. So what is the best way with AngularJS?
1
vote
0answers
23 views

Drupal 7 Views Slideshow Images Not Appearing

I am using this Module along with 'Views Slideshow: Cycle' and am not able to get the images I set up to appear. I am able to get the titles to appear and even transition correctly. Any thoughts as ...
0
votes
0answers
15 views

Drupal 7-pagination in Views - show different number of items in different pages

I am using drupal 7. I have a view(showing contents) with pagination. I want to show 5 items in first page and 10 items each in every remaining page. I tried to edit the pager.inc functions limit() ...
0
votes
1answer
25 views

jQuery show and hide function along with MultiView and jQuery Cookie

I am using the jQuery show and hide functions to present additional form information. I am also using MultiView to switch between multiple pages of the form. I have been reviewing a little about ...
0
votes
2answers
39 views

Model Name Not Showing in Rails View

I'm building a simple trivia app and am using bootstrap generators for my forms. In the new and update forms for my models, the model names aren't showing up in my views. Here's the code for ...
1
vote
2answers
18 views

MySQL Views versus truncate (or drop) and select into

I'm wondering if anyone has good stats on the performance of having views versus a script that deletes data, and inserts into temp tables. So, as a very simple example, if we have a table of ...
1
vote
1answer
77 views

User-oriented sparql on views and referential graphs

I have a memory store that mixes graphs with referential data and a graph with user-bound resources. I would like to expose the data filtered by user and/or role along with all referential data. ...
0
votes
2answers
97 views

Laravel 4 Controller Templating / Blade - Correct method?

I've been reading through the Laravel 4 documentation and have been making a demo application to help with learning. I couldn't find much documentation on the templating of views with blade and ...
2
votes
2answers
27 views

Insert _ViewStart.cshtml

Is that possible to use viewstart only for a particular controller and view? I was using only _Layou.cshtml file inside views folder. Now i added _ViewStart.cshtml as common view inside views folder ...
0
votes
0answers
37 views

android setting text view values in dynamic views from dialog box

in my android app i am adding n number of dynamic views in a scroll view. A view consists of a ViewSwitcher containing TextView and Edit BTn at one side and the other side has the other TextView ...
2
votes
2answers
50 views

Create an oracle materialized view with fast refresh on aggregated join

I've got this really nasty view that I'm trying to make faster by performing some joins ahead of time via materialized views. My problem is the most expensive joins, and therefore most worthwhile to ...
0
votes
3answers
40 views

How to retrieve data from dynamically generated UITextField s?

I am developing an app, which needs to generate UI components dynamically based on the data returned from the server. I achieved dynamic layout by generating the UILabels, UITextFields, UIPickerViews, ...
0
votes
1answer
41 views

Backbone layoutmanager nested views error

I'm getting a strange error when attempting to use nested views in a Backbone layouamanager. Here is the nested view (I'm also using RequireJS): define([ 'jquery', 'underscore', 'backbone', ...
1
vote
0answers
11 views

save sherlockfragment view when switching between tabs ( buttons and textviews )

I need your help again. I added Tabs in my app using SherlockFragments but I don't know how to save the views. One of the Fragments has buttons and textviews and when I switch back and forth between ...
0
votes
0answers
18 views

Architecture for crystal report

All, Architecture for crystal report, I have two option, Stored procedure with business logic and display data on crystal report.( tight coupled) as SP are specially designed for the reports - ...
1
vote
0answers
15 views

show/hide entities matching time window in Drupal7 using views 3.7 and exposed filter

I am using D7 and views. I have an entity that has Date type attributes valid_since and valid_until. I have implemented a view that can show these entities. I want to add a checkbox (exposed filter) ...
0
votes
1answer
100 views

How to make a MVC login and main view using ExtJS

I want to ask which is the best way to manage multiple views in ExtJS 4.2 using MVC pattern. I mean, if i must have a login form and then when someone got logged I must change to another view, how ...
0
votes
0answers
45 views

Custom View Pager issue

I am using a custom view pager to disable swiping on certain tabs. The project builds without error but the app crashes with this error: java.lang.RuntimeException: Unable to start activity ...
0
votes
1answer
14 views

update view from another one the same viewmodel

I am new to the MVVM philosophy, and my question may be stupid but hey, I try anyway. I have a view associated with a model view. In this view, I open a dialog box when the user presses a button. ...
0
votes
1answer
32 views

Rails - Displaying Foreign Key References in a form

I'm doing a simple exercise with two models. Sport and Teams, defined as rails g scaffold sport name:integer rails g scaffold team name:integer fans:integer sport:references (Note: The reason I'm ...
0
votes
0answers
41 views

saving view in Mysql

I have a Mysql query from which I am printing output. I want to save this query as a view so I can print aggregated output from the view. In this very simplified example I create the view, then run ...
0
votes
0answers
24 views

Included layout children changing when rotated

I've recently started porting my app over to Android from iOS and I am having a bit of a struggle. What I am trying to do is display some data in a bunch of key-value type pair things. I'm using ...
0
votes
2answers
48 views

Rails - Error CSS styles

New to rails, and am experimenting with changing default layouts. It seems that the .field_with_errors class is always being added to my forms, when a field causes a validation error. The default ...

1 2 3 4 5 52