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

    How I make that the ([0-9]{4}) must start with 7.

    Hi, I have ([0-9]{4}) pattern for 4 digit number pattern matching. Now I want that my 4 digit number must start with 7. So can anybody please tell me that what should be that pattern for my 4 digit number which starts with 7. Thanks, Regards, Umesh Umesh Sharma,MCSD India
  2. umeshs79

    Pattern for UK Mobile PhoneNumber validation.

    Hi, I have Pattern which validates the france phonenumber as given below. (?:(?:[+]44)|(?:44))?0?+([0-9]{4})([0-9]{3})([0-9]{3}) Now I need that pattern should be like +447********* Means phone number must start with 7. I tried to put 7 in above pattern but it was always inserted in my given...
  3. umeshs79

    How to set the RequestHeader when getting image using Jimi

    Hi, I am getting images from a server using Jimi.getRasterImage() method. Can anybody tell me how do I set the Request Header or user-agent using Jimi. Actually My server checks user-agent for auenthication so I need to set the user-agent. Please reply. Umesh Umesh Sharma,MCSD India
  4. umeshs79

    wildcard in classpath.

    Hi, I have lots of jar and zip files in a particulay folder. Is there any possible way by which I can specify all jar and zip files in classpath using some wildcard. For example: Set CLASSPATH=lib\*.jar;lib\*.zip;libdepend\*.jar;libdepend\*.zip But above does not work. Is there any solution to...
  5. umeshs79

    How to get the IMG object from AREA object

    Hi, I am getting the active element on click of mouse in my script and i am doing some operation of image. But if image has map then it returns the AREA object? So please can anybody tell me how to get the IMGE object from AREA object? Umesh Sharma,MCSD India
  6. umeshs79

    How to get the length of string for Text or Ntext type field

    Hi, I need the length of the string of a TEXT or NTEXT type field in my table. but as LEN() function does not work on TEXT or NTEXT type field. So please can anybody tell me how I get the length of the string in NTEXT or TEXT type field. Thanks Umesh Sharma,MCSD India
  7. umeshs79

    How to check whether column exist or not in a table.

    Hi, I want to check whether a particular column exist or not in a given table. This i want to check before dropping the column so no error comes if column is not present. So please can anybody tell me how i do this? Exmple: --How to do: check if column exist -- if exist ALTER table table_name...
  8. umeshs79

    JDBC: Exception in con.createStatement()

    Hi, I am facing the IllrgalAccessError Exception when i execute the con.createStatement(). So please can anybody tell me what can be reason for that and how i solve it. The stack trace is as below: java.lang.IllegalAccessError: class sun.reflect.GeneratedConstructorAccessor11 cannot access its...
  9. umeshs79

    How to enforce to expire session(XMLHTTP).

    Hi, I am using Microsoft.XMLHTTP object to send request to server. I am getting UserName and Password from user for valid user. But if user give valid username and password first time and make a request. The problem is in subsequent requests it does not validate for valid user and password...
  10. umeshs79

    Center align text in list box in IE.

    Hi, I want to center align all text of my listbox. I am trying to do it by <SELECT style=&quot;text-align:center&quot;></SELECT> this is working in Opera 6.0 but this is not working in IE 6.0. So can anybody tell me how i align the text in listbox for IE 6.0 Reply. Thanks Umesh...
  11. umeshs79

    Text Object on bottom of the page.

    Hi, In Report footer i have one Text Object(Title for the sub report) and one sub report. My problem is, if there is not enough space to show both Text Object and sub report data on bottom of the page, the sub report goes on next page but Text Object remains on same(previous) page. But the...
  12. umeshs79

    How to show only first date of every month on X-Axis fo Graph

    Hi, I want to show a Bar Chart Graph in my report. In which i am showing Amount on Y-Axis and grouping on Date (i.e. showing date on X-Axis). Now the problem is on X-Axis i want to show only First date of every month and in between two date labels i want to show the number of ticks which...
  13. umeshs79

    How to show only first date of every month on X-Axis fo Graph

    Hi, I want to show a Bar Chart Graph in my report. In which i am showing Amount on Y-Axis and grouping on Date (i.e. showing date on X-Axis). Now the problem is on X-Axis i want to show only First date of every month and in between two date labels i want to show the number of ticks which...
  14. umeshs79

    Sub report does not shoes the page header.

    Hi, I am using Crystal Report 9. When i insert a subreport withing my main report, the subreport does not shows the Page Header section. So please tell me how i insert page header in sub report. Because my subreport contains data more than one page and i want to show the page header on every...
  15. umeshs79

    is it possible to get the browser encoding through javascript

    Hi, Does anybody knows whether is it possible or not to get the browser encoding in javascript code. Means user has set browser encoding from View->Encoding menu, Now if i want ot acces it javascript how i do that? please reply. Thanks, Umesh Sharma,MCSD India
  16. umeshs79

    How to detect browser encoding.

    Hi, I need the browser encoding in my Javascript code. i.e. as user can set the borwser encoding by selecting View->Encoding menu options from menu bar. So i want to know what encoding User has set from View menu in my javascript code. Please tell me how i do that. Is ther any javascript...
  17. umeshs79

    How i create required layout in my reports.

    Thanks, it's workng fine. Umesh Sharma,MCSD India
  18. umeshs79

    How i create required layout in my reports.

    Hi, I have two tables Item and ItemComments. The relationship between both table is by ItemID. Means ItemID is FK in Itemcomments Table. And it is not necessary that every item will have comment. Now i need the following layouts in my report. ItemID ItemPrice Units ---------------------- 1...
  19. umeshs79

    Problem to show currency as string

    Hi, I need to show currency as string in my report for that i have wreitten a formula: e.g. ToText(currAmount, &quot;###,###,###&quot;); Now my problem is that if number of digit are less than 9 it insterts space between currency symbol and amount it display as follows Amount -------...
  20. umeshs79

    How to display custom Group Axes in Chart

    I got your point, Yes it is there, But it is approx and if month is 31 days than the date label will come 31-08-02 which is lasr date of the month. this is the last solution if it is not possible to set the first date of the month. If you have exact solution please reply. Thanks, Umesh...

Part and Inventory Search

Back
Top