Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gixonita
  • Content: Threads
  • Order by date
  1. Gixonita

    Menus And Roles Question

    Hello All, I have a menu in which items within it should display depending on the role assigned. In the code below all roles should see the "Forms" option, and then, depending on the role, they should see "Admission", "Service", "Treatment", or "Discharge", only the Administrator should see ALL...
  2. Gixonita

    Licensing for Access through Website

    Hi All, We have installed Sql Server 2005 with a 5 CAL user licenses (we are a relatively small company). We are developing a website that will allow users to query one of our databases. The website uses in it's connection string only one User Name that was specifically created in SQL Server...
  3. Gixonita

    Table Dinamically Created

    Hi experts :) I'm creating a little website to train our employees, it goes a little like this: - Employee logs in (Done) - A list of available presentations is shown (Done) - Employee selects presentation and goes through it (Done) - Employee takes a test and gets scored (Partly Done...
  4. Gixonita

    How to control movie files in web form?

    Hi all, I've been requested to develop an intranet training web site in which the employees: Step 1.- Log into main page and get a list of training videos they have access to. (Done) Step 2.- Choose video, play to completion, print certificate. (Incomplete) Step 3.- Update...
  5. Gixonita

    Calling a newer version of excel

    Hi all, I have a little site that generates reports (using Crystal) and displays the results in either pdf format or excel format (2003). For excel I use the next code: Response.ClearContent() Response.ClearHeaders() Response.ContentType ="application/vnd.ms-excel"...
  6. Gixonita

    SQL Server 2005 Performance Tunning Job Interview

    Hi all, I've worked with SQL Server 2000 for about 3 years now, I've been offered a job as a dba for the 2005 version and I'm going to have an interview that will be strong in performance tunning. Is 2005 a lot different than 2000? any advice on what should brush up? Thanks in advance
  7. Gixonita

    Label Not Refreshing...... Why?

    Hello, I have a little windows application that opens a text file and line by line goes and updates a record on a sql database. I have a label that says "Importing IDs to KIS" and I set the cursor to wait cursor. I wanted to show the user the record number being updated so within my loop I have...
  8. Gixonita

    Can't remove virus

    Hi All, I've been trying to get rid of a virus in my laptop since last week. I've used Norton, Spyware Doctor, Ad-Aware SE Personal, Spy-bot Search and Destroy. Ran them in normal mode and safe mode and I still can't fix the problem (pop ups sending me to different pages randomly appear). I...
  9. Gixonita

    Declare @Variable LIKE Table

    Hi Everyone I have 2 tables, one contains client admissions and the other client discharges, both tables have a lot of columns. This is an old system that has been refined over time and the problem I'm working on requires to create a discharge for every client that has had no services in a...
  10. Gixonita

    Loosing control of a web page

    Hello all, I have a web page that let's users choose from a list of reports and display the results on screen, basically what it does is: 1.- Presents a list of reports 2.- Lets the user choose the report to run 3.- Asks for appropiate parameters 4.- Changes the cursor to "wait cursor" and...
  11. Gixonita

    Point in the right direction (data access trhough cell phone)

    Hi all, my boss just came up to me with the idea to give our field personel the ability to find out if a client has rights to receive a new service. Basically he wants the Customer Code to be sent through their cell phone, checked in the database and return a yes or no answer to the cell phone...
  12. Gixonita

    Problems Upgrading to NET 2.0 and Visual Web Developer 2005

    Hello all, Last night I upgraded the .net version from 1.1 to 2.0, I also installed Visual Web Developer 2005 Express Edition. I have a web page that displays Crystal Reports which I developed in Visual Studio 2003, this morning (after backing up) I opened the web site in the new Web Developer...
  13. Gixonita

    Trojan.Zpob

    Hi, It seems that one of our pc's has this trojan, at least Norton says so, we followed Norton's instructions to remove it without any luck. I tried googling it and got NO matches, has anybody here heard or encountered this ? Thanks in advance Luis Torres
  14. Gixonita

    Path for my Word document Not found

    Hi all, I'm trying to open a word document using: Note: Replace $$$$$ in the code window with all these "Document\Test1.doc"; "Document\\Test1.doc"; "http://localhost/JudgeReports/Document/Test1.doc"; @"http://localhost/JudgeReports/Document/Test1.doc"; Word.Application WordApplication =...
  15. Gixonita

    Error displaying page in FireFox

    Hi all (I Tried posting in the ASP.NET forum, but I was probably in the wrong one, my apologies if I'm still not in the correct one), I'm using visual studio 2003 (c#) to create a simple aspx login page. The layout of the page is: ------------------------------ | User: Passwd: | |...
  16. Gixonita

    Frame displaying incorrectly in FF

    Hi all, I'm using visual studio 2003 (c#) to create a simple aspx login page. The layout of the page is: ------------------------------ | User: Passwd: | | | ------------------------------ So I have (in pseudo code) <div with top of frame image>...
  17. Gixonita

    Control Start and Stop from html or javascript

    Hi all, I have a flash movie that is used as the heather on every page of my website. I only want the movie to play on the main page, and just jump to the end of the movie (not play the whole thing) on the rest of the pages (the user doesn't need to see the movie every time he changes pages)...
  18. Gixonita

    Query Cost

    Hi All, In QA if you choose the very first item of the Execution plan you get something of the sort: SELECT Retreives......blah blah Physical Operation : Select Logical Operation : Select Row count : 2 Number of executes : 1 Subtree cost : 0.0527 Estimated...
  19. Gixonita

    Double Checking Logic

    Hello, I'm just looking for a second pair of eyes to double check the logic in simplifying a query: FROM: INSERT INTO tblCFARS_Scores_0506 ( DSITPAY, PROVID, SSN, CFARDATEMAX, PURPOSEMAX, SCOREMAX ) SELECT C1.DISTPAY, C1.PROVID, C1.SSN...
  20. Gixonita

    Cross Tab Reporting

    Hello, I need help from a cross tab expert. I have a query that returns: PositionCode, PositionDescription, EmployeeName, Department, SalaryAmount, HoursWorked. I used the crosstab wizard and got a report like: Total Department1 Department2 1 President Name1...

Part and Inventory Search

Back
Top