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 strongm 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: ajayg
  • Order by date
  1. ajayg

    Report date formatting issue?

    Thanks for your Post/responses. It fixed my problem.
  2. ajayg

    Report date formatting issue?

    I have a report which receives the Date in string format (MM/dd/yyyy). I want to convert this in (dd/MM/yyyy). How should I do it? I tried the ToText, DateValue techniques, it does not give me consistent result, per say: expected Result 12/8/2008 shows up as 8/12/2008 , where as 13/8/2008...
  3. ajayg

    ASA9.0 Problem

    I have a .net 1.0 framework appln which supports multiple db's. I have a stored proc. which generates new id's . These new id is then supplied to the specific table for inserting new records. Problem I am facing is : The procedure works for single iterations. But the db enters in a dead lock...
  4. ajayg

    How to Save Asp /HTML Page contents as image

    I have a Web Page which contains a list of Images. I allow the User to drag and drop those images in a frame ( same page) where he can arrange those images according to his priorities. After the arrangements are over, I need to store this page with the Image patterns (arrangement made by the...
  5. ajayg

    Parameter length at runtime

    The problem we are facing is as follows: In a web based soln :ASP,SQL server. Crystal reports are displayed in the browser using crviewer. The report is based on a stored procedure. The max lenght of the string parameter as accepted by the report is 255 charecters. We want to pass still...
  6. ajayg

    Keyboard Events in JavaScript

    I have a problem: I have a textbox. I have to do validations on that text box using keyPress/Down events. How should I go about it? Validation: I don't want to allow the user to enter any value other than "zero" 0. thank you in Advance Ajay
  7. ajayg

    How to Suppress Page Header on the next page

    I've created a crystal Report having page header and Details. My query would be much easier by reading this example: I've a page header holding information about the employee. All the transactions conducted by the employee with the customers are displayed in the details(say customer Names). AS...

Part and Inventory Search

Back
Top