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
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...
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
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...
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
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
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...
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...
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...
Hi,
I want to center align all text of my listbox.
I am trying to do it by
<SELECT style="text-align:center"></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...
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...
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...
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...
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...
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
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...
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...
Hi,
I need to show currency as string in my report for that i have wreitten a formula:
e.g.
ToText(currAmount, "###,###,###");
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
-------...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.