Hi,
My data contains same value for a particular column.
My requirement is to merge the data rows for that particular column alone in detail band.
Is it possible in jasper reports.
please help.
Thanks & Regards,
Prasanna
Hi all,
I'm trying JConsole to connect to my remote server running WAS 7.0 Appserver.
After googling, i found ways to connect to WAS 7.0. but all the regular tabs in jconsole is disabled.
How do i enable these tabs?
WAS 7.0 is running on IBM J9 VM and jconsole is also running on the same JRE.
Regards
Sathish
Upgrading FogBugz Version 7.0.34 (DB 717, Build 1080
Hi All,
I am upgrading our current Fogbugz installation in Windows Environment (Server 2003) to the latest FogBugz-Setup-7.2.17.
I have downloaded FogBugz-Setup-7.2.17.exe from the fogbugz website,
Q - Are there any pre-cautions or steps required to do the ugprade or is it just a case of executing the exe ?
Q - Can I directly upgrade to the latest ?
I will ofcourse do this out of hours.
Thanks and Regards Rihatum
Hi Experts,
With MVC stuff when there is an error on property leve, we can add error to modelstate
but the same error is added to the summary also. How can we avoid to display it twice.
I want to display only public errors in the message summary and all other at property level.
Regards
Parminder
Hi All,
I am 6 months experience in Android, use to develop simple UI based application. Now i want to write application targeting the Android core Kernel.For example i want to develop a Framework which is not present in Android.To achieve that we have to write the code for the Kernel. I dont know where and how to start the Android Kernel Programming. If anybody knows the way to start it please help me.
Regards,
Rajapandian.K
Hi,
I have a question in regards to http://developer.android.com/resources/tutorials/views/hello-tabwidget.html Lots of issues are already discussed but this example only works for me if I in the onCreate() method do NOT use setContentView(R.layout.main); Why is that? What do I have to do if I want to mix a tab layout with other elements?
Thanks.
paradroid666
How do I set a components Width to be 100% in code in Silverlight.
I don't want to set a constant value because of resolution variability, and the component is initiated in code and was wondering how I could set the width and height in code to be 100%.
Regards,
Lloyd
Will search engines see the non-www as a different domain from the www version?Whether it is a must to put redirection for non-www to www?
Regards,
Rekha
http://hiox.org
HI all,
I am working on IN App purchase,storkit.
i am getting this error.
"request error Error Domain=SKErrorDomain Code=0 "Operation could not be completed. (SKErrorDomain error 0.)""
what does this means????
looking for a quick reply.
regards
shishir
Hi
i have activity in my project which contatin below xml file
But Problem is that when i run my activity it display lsitview only in some part of the screen.
i want both listview scrollable and also the whole layout should be scrollable to
anyone know how can i do this?
Regards
jay.
Hi,
Since I switched to CEDET as shipped with recent emacs release (23.2), CEDET does not work reliably anymore. For example I am no longer able to regenerate an EDE project.
After looking aroud, it seems that all CEDET templates are missing from the tarball. Does anyone know how I can workaround this ?
Regards
Hi,
I own a website, in which my users will fill a particular for many times in a single day.
All i need is i want to give them a digital writing pad, so that they write the content in the pad instead of typing. And i need the written content to get automatically stored in my website form.
Will this be possible, if yes how???
Pleas help me on this.
Regards
Vinoth
Hello,
I would like to deploy a directory to multiple developers having different permissions. So this is one thing Git cannot do. What about creating two repositories in one directory and assigning them different file lists by excluding files managed by the other repository with the .gitignore file.
Example: /www/project/.git for all files execpt in /www/project/css
/www/project/css/.git - only files in this directory
Has anyone tried this solution? Or are there any better ways to handle this issue?
Regards,
Jakob
I'm following this tutorial
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
after this step
git commit -a -m "Allow jdoe write access to free_monkey"
git push
i always failed, with this error
fatal: exec hooks/post-update failed.
this is from my /home/git/repositories/gitosis-admin/hooks/post-update
-rwxr-xr-x 1 git git 83 Mar 10 11:49 post-update
so i change gitosis.conf manually from server for adding new repositories, and repos can work fine.
i've google what might cause it, i want to admin gitosis in proper way
Please Help
Regards,
REV
Hi,
How can I find out all the stored procedures that are calling a particular user defined function in SQL Server 2005.
Or how to assign a defult value to a parameter in a user defined function so that when a stored procedure calls that function and does not pass any value to that parameter function assumes the default value.
Regards,
Abhishek jain
Hello,
I've got a Problem with ArrayList. I need it to store a result. Because I want to start with element n I tryed to give the ArrayList a capacity with ensureCapacity(n+1) to use set(n,x) but I get an IndexOutOfBoundsException.
I tryed to store n add(x) before the use of set and this works.
So I'd like to know why it doesn't work on my way and how to solve this because put n times a add(x) isn't a good style ;-)
Best regards,
Sebastian
Hi guys,
I have a ratingbar in my app, and I would like when I pass the mouse over it, the rating changes
How can I do that ? it's possible?
best regards
Hey guys,
I'm developing an extension for Safari 5 at the moment.
In my extension, I use an additional toolbar, with selectboxes in it. Now, it would be great to style these like the folders in the bookmarks toolbar look.
I know that it would be possible to replace my select with a completely styleable ul-list or somethin like that, but maybe there is a simpler solution.
Doesn't apple provide extra tools to imitate their look?
Best regards and thanks for help,
Jan
Is this a correct way for id generation in MySQL ?
INSERT INTO Picture
(PictureId,First_pick,Title,Description,File_Name,Is_Vertical)VALUES
((SELECT max(pictureid)+1 FROM Picture),0,?,?,?,?)
I mean if it is guaranted that PictureId will be unique when this query is run by many threads ?
I can't modify table structure. Should I use any specific locks, index or transaction isolation level ?
Regards, Michal
Hi everyone,
I know this has to be trivial but I just don't find the right resource, I guess.
So all I want to do is retrieving a thumbnail for a video. All I have is the absolute path to the file on the sdcard as a String. So please point me into the right direction.
And believe me, this is embarrassing enough to ask...
Regards,
Steff
Hi Everyone,
I have an old site created in homestead.com I redirected the domain to a new site last week but now want it redirected back. However I dont know what the nameservers are. Does anyone know?
Kind Regards
Nick
Hallo all: I need to insert a html string in a iframe as shown below:
....
var html = "<html><head><title>Titolo</title></head><body><p>body</p></body></html>"
jQuery('#popolaIframe').click(function() {
parent.$("#indexIframe")[0].documentElement.innerHTML = html;
});
Is there a way to achieve this?
Kind regards
Massimo
Hi,
for a little project I have to do the following task on my IPhone:
open a TCP socket
send a command to the server
shutdown the WRITE part of the connection
read the response from the server
close the connection
I'm not experienced with socket programming - I've just started with network programming and I've already used the CFStream interface. But obviously streams are not adequate for this task.
Who can point me in the right direction? I tried to find a tutorial on Apples website about sockets, but there is nothing. Regards, Thomas
Hi All,
Currently i can access nsf all nsg files.But once i uninstall Lotus Notes form my machine program doesn't work.
I am using "Introp.Domino.dll".
Language: C#
Regards,
Preeti