Generating Reports And Editing Of Data With Admin Login?

Apr 15, 2012

i am working on an application titled Asset Management for my b.tech major project.The company under which i am pursuing it only asked me to include sumitting asset information,,retrieving information and generating reports and editing of data with admin login.I made all that but my college faculty is not impressed with it.I will be if somebody can tell me what features do i add to it and how do i make it more interesting.

View 2 Replies


ADVERTISEMENT

Unable To Use 2 Different Login Authorities Which Are Admin And Non-Admin

Mar 11, 2010

I'm designing a system, whereby am unable to use 2 different login authorities, which are Admin and Non-Admin. I am using VB.NET and Ms. Access and need help for the codes.I want something like, if i click on admin/non admin (with different passwords) a dialog box pops onto the screen and asks for the password. If the password is correct it should take me to the form i want. Something of this sort please.

View 9 Replies

Generating Reports Without Crystal Reports?

Dec 1, 2011

How can we create a report in vb.net without using any crystal reports

View 11 Replies

Generating Reports Using MicrosoftReportViewer?

Oct 24, 2010

I need to generate a report of my database on the click of a button, i went through the report wizard then tried to run it and it says Quote"The source of the report definition has not been specified"

inside the box, whats it mean? secondly is there a way that i can make the report appear in a web browser, or a new window atleast?

View 1 Replies

C# - Generating Crystal Reports From Datatables?

Apr 8, 2011

I need to geenrate a crystal report in an application in which there is only a stand-alone dataset (not connected to any type of database) and I need to generate a report based on the values in datatable.I have my template I just do not know how to generate it from datatable and how to insert in into the templates.

View 1 Replies

Generating Crystal Reports Using Code

Jan 7, 2011

i am trying to create a crystal report and run it on the fly

[Code]...

View 2 Replies

Generating Oracle Reports Using Rwrun60

Sep 6, 2010

I am using below code to generate a report file format its getting executed but its not generating any file at de specified loaction. below is my code ..

[Code]...

View 1 Replies

Generating Report Using Crystal Reports On ASP.NET?

Jun 1, 2010

After reserving a ticket for an travel agency, I want generate a printable report using Crystal Report.

View 1 Replies

Generating A Very Simple Report In Crystal Reports IDE?

Apr 8, 2011

I have a simple application with one datatable in a dataset, I wanted to generate a simple report based on the values in that datatable. I have not used crystal repots IDE ever and I was wodnering can we create a report in crystal reports 2008 based on my application dataset? HOW? If it is not possible to do it in the crystal reports itself, can you send me a link of something that I get on well?

View 1 Replies

Generating A Report Without A Dataset In Crystal Reports?

Feb 19, 2012

How can I generate a Crystal Report without dataset?I want to use Storedprocedure from SQL Server 2005.

View 1 Replies

Create Admin And Superadmin In Program Using Login Controls?

Nov 28, 2010

How to create admin and superadmin in vb.net using asp:login controls ?

i use create user wizard and login to perform this action

Super admin can delete any admin .... but admin does not have any rights to delete anything from website...

View 1 Replies

Allow Admin And Customer To Login In At Same Place But Direct To Other Page After Click Button?

Dec 28, 2011

i have 2 textbox for name and password and a buttonthere 2 table, one admin and one customerafter i enter the customer name and password , it verify whether empty or incorrect password , if correct it will go to the customer pagehowever if i enter admin name and password and after verify it should go to the admin pagei am only able to allow use one table for the login ? so how should i change the code below?

Protected Sub btnLogin_Click(sender As Object, e As EventArgs) Handles btnLogin.Click
If String.IsNullOrEmpty(txtName.Text) Or String.IsNullOrEmpty(txtPassword.Text) Then
Failure.Text = "Invalid User Name and Password. Try Again."

[code]....

View 1 Replies

Asp.net - Auto-redirect On Login Link Click To Admin Page If User Already Logged In

Apr 9, 2011

i have a login page link above the page /// i want if user already loggedin then anybody click on loginlink then the user will automatically redirect to default.aspx ..

View 3 Replies

Forms :: Database Driven Login Form With Admin Backend (Image Heavy)

Jul 19, 2008

How To on a database driven login form. I'll include the Administration Backend to go along with it soon. Dial-Up users should not use this thread, it is image heavy

[Code]...

View 17 Replies

Crystal Reports Prompts Login Only On Other PC

Jan 10, 2012

I made a small VB.NET application which includes a Crystal Report. Running the Crystal Report on the machine I made it works perfectly. When I run the application on my laptop, the Crystal Report always prompts me for a login even though the database has no login set to it. I have tried passing in "Admin" and "" with code, but no luck. I'm working with an Access database, this is the code I have to load my Crystal Report:

If frmReport Is Nothing OrElse frmReport.IsDisposed Then
frmReport = New frmReport
End If
frmReport.CrystalReportViewer1.ReportSource = "../../Reports/Klantenbeheer.rpt"
frmReport.MdiParent = Me
frmReport.Show()

I did look at Prevent login of ODBC Text driver in Crystal Report for Visual Studio 2010 but I'm not sure if it applies to my situation? I also tried setting the rpt's datasource to the datasource I work with in the application and then assigning that to the ReportSource, but no luck either.

View 2 Replies

Create A Authentication Rule If I Use Separate Login For Two Folders Say Admin Folder And Vendor Folder

Feb 9, 2011

I have the following directory structure in my asp.net webdirectory i want when any body access anypage inside my admin folder then it auto redirect to login page of admin folder until they login

View 1 Replies

[2008] Connecting Crystal Reports To SQL Using OLE (Login Failure ... Still)

Mar 14, 2009

I have been trying to connect a Crystal Report app. to a database. I have had a hard time with this. It is working on my dev box, but it will not work on any other boxes. I have read some posts about adding logon info and connection info. I have followed these posts, but I am still unable to connect. Here is what I have thus far:

[Code]...

View 6 Replies

VS 2010 Way To Make Like 'admin' Form Where New Account Applies Will Pop-up When 'admin' Log In And Then Either Accept / Reject New Users?

Oct 10, 2010

i have a script with a login form that creates a folder per user with username.txt, password.txt, firstname.txt, and lastname.txt. - auto creates when creating new user.after i log in and change form i want an label showing the first and last name of the person logged in,how am i supposed to do that? is there any way to make like an "admin" form where new account applies will pop-up when "admin" log in and then either accept or reject new users?

View 8 Replies

Crystal Reports Deployment Causing Database Login Prompt?

Jul 27, 2009

I have deployed a Visual Studio executible module written in VB Net 3.5 SP 1 with Crystal Reports. When the user tries to view a report(s)they are prompted to login in to the data base that has been data sourced into the report module. The correct database was verified before the build was made. The developer is able to run the report in a run mode on the local machine where the VB project was created. In the properties section in the project the following check boxes pertaining to reports were checked on:

Crystal Reports Basic for Visual Studio 2008(x86, x64)
Microsoft Visual Studio 2008 Report Viewer

Notes: If the executible module is deployed to a machine that has Visual Studio 2008 installed, the Reports run fine without a database login prompt.If the executible module is deployed to a machine that does not have Visual Studio 2008 installed, the user is prompted for a login. The data base is a SQL server 2008 database.

View 14 Replies

Admin On Vista Doesn't Show As Admin Class?

Jun 9, 2009

on XP Pro, IsUserRole(eUserType.Administrator) returns true, if the class is administrator, and false if it's limited...

On Vista, it returns true, if it's the first administrator account, and false for anything else... I created a second administrator account on Vista, and it shows in code as "Standard" (or limited) user, the same as if I made a "Managed Account" on Vista...

My
#Region " [IsUserRole] "
Public Enum eUserType
Administrator = 0

[Code].....

View 7 Replies

Creating A Crystal Reports Project - Setup The Login To Database Function?

Jan 31, 2010

I am creating a visual basic project for class. It is all running as intended though I am not sure how to set up the login to database function. When you click the link for the specific report it should display the page. But I get a login to database page. I am just wondering how I set that up so that one can actually see the information. ie:

[Code]...

View 1 Replies

Different Template For Adding Data And Editing Data On A Telerik Grid?

Apr 24, 2012

I am trying to pass a different template to a Telerik Grid, depending on if the add button or the edit button is pressed (on creation: a few field to fill. on existing: add button : some extra fields to fill, edit button : most field are read-only, new field to fill).

Dim myGrid = Html.Telerik().Grid(Of SomeModel) _
.Name("myGrid")
If Model.Action = AddNewData Then
myGrid.Editable(Sub(editing) _

[code]....

I have no idea on how to do the if "gridBoutonPushed = Add" then part.

View 1 Replies

Generating A Data Table From INSIDE?

Feb 6, 2009

Does anyone know a way for a datatable to be generated INSIDE the code of VB? It would be a "backup" datatable generation subroutine to be run in case the original datatable got damaged somehow (bad hard drive sectors, virus, whatever). It would need to be able to generate a "blank" datatable that could be filled in while running the program, instead of having to do it from an outside source (like Access).An example would be an "inventory" datatable (X product, Store Code, Manufacturer Code, Cost, Price).

View 11 Replies

Editing Current Data In A Data Table?

Dec 2, 2010

I am using following data to add new data to my table

Me.TblResultTableAdapter.Fill(Me.DbResultDataSet.tblResult)
Dim drNewRowEditSummary As DataRow
drNewRowEditSummary = DbResultDataSet.tblResult.NewRow
drNewRowEditSummary.Item(1) = "Test"
DbResultDataSet.tblResult.Rows.Add(drNewRowEditSummary)
TblResultTableAdapter.Update(DbResultDataSet.tblResult)

How can I edit my data using similar method as above?

View 1 Replies

Populating Rdlc Reports From Data In A Form OR Data From An MDF Table

Mar 27, 2008

I have a simple windows form that i would like to send the values of a few textboxes and comboboxes to an rdlc report after saving them (I have VS 2005 standard, so no crystal reports) - it's as follows:

-1 form
-3 textboxes - textbox1, textbox2, textbox3
-1 label - label1
-1 combobox - combobox1
-5 buttons - button1, button2, button3, button4, button 5

the textboxes are labeled length, width, height the combobox is labled unit of measure and contains two options - inches or centimetres the label has text of "your total cubic inches/centimetres is:" - followed by the unit of measure selected.the buttons are labeled save, calculate, print, print preview, and exit.Having said all of the above, the save, calculate and exit button code is easy enough and is good to go - it's print and print preview i'm stuck on the solution i'm after is to take those values and send them to an rdlc report that immediately prints (calls up the default printer dialogue) without preview or anything when the print button is clicked and also have a print preview function as well for when of course the print preview button is clicked.The report has already been created with the titles mentioned above..

View 1 Replies

Editing Raw Data From Sql?

Jun 6, 2011

I want to fetch data from sql and use them to make a new data I really like to store the records in variables and maybe do some operations on some of them , but the main point is to update three tables in ways that are not the same,that means I need the raw data !

View 15 Replies

Generating Multiple Series For Chart From Same Data Source

Jul 6, 2011

I am importing data from an excel file, and it is stored in a dataset. The data is then filtered with a binding source, and that data is outputted into a datagridview. The filtered data in the datagridview contains data for 2 identification numbers. I want to graph each ID number in a chart on their own bar, in either a stacked bar graph, or a double bar graph.

I am having trouble assigning each series to an ID number: I have tried using multiple binding sources, but each seems to override the previous giving too much/too little data. I have tried using multiple datagridviews, however I cannot assign more than one datagridview as the datasource for the chart. The code I have pasted below outputs a double bar graph, however both bars graph the same ID number.

Private Sub dataButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles dataButton.Click
Try
Dim cnRange As String = "provider=Microsoft.Jet.OLEDB.4.0; " & _
"data source='" & strFileName & "';" & _
"Extended Properties=""Excel 8.0; IMEX=1; HDR=No;"""
'moApp.Visible = True
[Code] .....

View 1 Replies

Editing Data In Access Db?

Oct 15, 2011

window is loaded, binded textboxes get filled, user edits textboxes and clicks a save button it works, all except crashing with a "vb.net 2010 Concurrency violation: the UpdateCommand affected 0 of the expected 1 records." most of the time but the data does get updated'form.vb code for button_click?

Dim dtNewRow As DataRow
dtNewRow = dbDataSet.Table.NewRow()
dtNewRow.Item(dbDataSet.Table.Column) = Textbox.Text '<--this line is followed by 33 more that vary on column and textbox

[code].....

View 1 Replies

Add Database Data To DataGrid For Editing?

Nov 21, 2011

I have a application with Access Database.

Open/Edit/Delete is through below code
Public conn As New OleDb.OleDbConnection
Public da As OleDb.OleDbDataAdapter

[code]....

I am displaying this data in a datagrid by connecting datasource and datamember.What i need is to displat a dropdown on second column in the datagrid. When i change the data it should update the database PBL (Visual Studio 2010 Ultimate)

View 7 Replies

Code For Editing Existing Data?

Jul 17, 2009

I am trying to edit, add, and update my database. I have the code for updating and it updates fine (I can see the modified time on the file), but I was wondering why none of my changes were being saved when I closed the window. Then I realized I was an idiot and I don't have any code to actually accept edits on this form, I just have code for updating and adding new rows It wouldn't update without me telling it which rows have been edited and need updating, right I mean I can't just type a new value in the textbox, click save, and expect it to save the change.This is the update and new row code I'm using:

Private Sub SaveToolStripButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripButton2.Click
Try

[code].....

View 17 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved