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 gkittelson 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: *

  1. jimache

    Apache 2.2 and windows integrated security

    Hi everyone, I have a Ruby on Rails site (reporting server) that use mongrel cluster and Appache; everything works fine. Now, i am trying to put a link in our company SharePoint portal and i do not want to have the users log in twice. Is there any way to use the "windows integrated security"...
  2. jimache

    VBA authentication

    Hi everyone, I am using an Excel application as an frontend for a mySQL database. The file is available for download on my company's intranet for everyone to download. I want to authenticate the user when the open the file based on their pc's password. I was wondering if there is a way to...
  3. jimache

    Query Help

    Hi everyone, I am new to Sql queries and I need help with a kind of simple query. I need to get the Total Sales by Sales Rep by Fiscal Quarter. I the tables that i am using are [ORDERS] order_id longint order_date date sales_rep_id longint company_id longint status alpha 20...
  4. jimache

    File Summary --> Comments

    Got it. Just download the DSOFile.dll from http://www.microsoft.com/downloads/details.aspx?FamilyId=9BA6FAC6-520B-4A0A-878A-53EC8300C4C2&displaylang=en ... add it as refrence ... the rest... history.
  5. jimache

    File Summary --> Comments

    Hi everyone, I have an web app that reads some reports from a folder, displays them as link buttons and the user can click and retrieve data. My problem is that i want to read file's properties and display the Comments from the Summary tab in my page. Is there a way to do that... i never...
  6. jimache

    Report Parameter passed to Stored Procedure

    I get the divide by zero error.. is there a way around that... i am using CR for VS.NET 2003 and SQL server 2000 SP 3a. Thank you
  7. jimache

    Report Parameter passed to Stored Procedure

    Hi everyone, Is there a way to pass a reports parameters to a SQL stored procedure that uses parameters?!!? I do not seem to find a way to do that... Any input is welcomed. Thank you.
  8. jimache

    Remove "Powered by Crystal" logo

    Tried chanching the "logo.gif" with the one i need... and i still have the Crystal Logo... No line of code in the project refrences a gif, jpg or jpeg file...Can someone help pls. Thanks
  9. jimache

    Remove "Powered by Crystal" logo

    Thank you. I am using Crystal Reports for Visual Studio .NET 2003. Again, thank you for your help... i'm stuck ... have no ideea whow to remove/change.
  10. jimache

    Remove "Powered by Crystal" logo

    Hi everyone, Is there a way to remove just the "Powered by Crystal" logo from the toolbar. I have a web app (ASP.NET c#) that uses reports and for some reason the logo should be removed... but i need the toolbar (zoom, page, etc). Can anyone can help me pls. Thank you,
  11. jimache

    import excel file in access

    Hi everyone, I am new to access and i appreciate any help i can get. I need to import a excel file into a access database; some of the fields in the excel file are formated as number and without changing any formats in excel file i need to import all data as text fields in access. Thank you...
  12. jimache

    query optimization

    hi everyone, Can someone tell me where can I find papers on Query Optimization. Thak you, I really apreciate your help.
  13. jimache

    windows forms and oject attributes

    Hi everyone, I am a newbee in C# and I really need help. have to do a credit card application. I have a abstract class Account which is inherited by a RegularAccount, SilverAccount... etc, and its methods are overriden by coresponding methods in the child classes, the new objects are...
  14. jimache

    continue? break?

    Hi. I am a bigginer in java and I really need help. When I run the program my while loop does not executes....what am I doing wrong. Can somebody help me( the GameBord class and its methods validMove, printBoard, and updateBoard are corect; the program should ask the user to enter 2 interger...
  15. jimache

    java.lang.NullPointerException

    Hi. I'm new with java and i get this error message: "Exception in thread "main" java.lang.NullPointerException at P4.init(P4.java:48) at P4.main(P4.java:12)" The program compiles fine but when I run the program i get the error message. What am I doing wrong? Below is my...

Part and Inventory Search

Back
Top