Hi everyone,
I have been trying to do this for a long time. I want to display a pivot table and rearrange the fields in it inside a web page without opening the application (Microsoft Excel). i tried this using Microsoft Sharepoint. In that, you can only display a excel file. I cannot add or rearrange fields in pivot table. Can anyone please suggest me a way by which I can rearrange and add fields in a pivot table inside a web page ??...
User Profile
Collapse
-
rearrange fields in a pivot table inside a web page ?
-
Create a windows service.
Hi,
I want to create a windows service. I have a problem in doing that.
In command prompt, I typed, sc.exe "Application_na me" binpath = "Applicatio n Path". The service is created.
I opened services windows and tried starting the service. But the service did not start.
It showed a error message saying "Error 1053 : The service did not respond to the start or control request in... -
Create a windows service.
Hi,
I want to create a service in windows. I tried creating a service by using Remote Service Installer. But when I try to start the service, it shows an error like 'Windows could not start the service on a local computer. Error 87: The parameter is incorrect'. But when I checked the parameter, it was correctly given. please provide a solution for this !!
Thanks in advance,
Karthik Baskar -
Pass a hash as command line argument in perl ..
Hi,
I wanna pass a hash as a command line argument in perl. and I wanna call that perl program from another perl program using system() function. Please Leave a reply if you know. Thanks in advance. -
where can i download nmake.exe ??
I'm using perl. In that i wanna install Spreadsheet:Wri teExcel in windows. to install that , i wanna use the nmake.exe. -
How to execute 'cd' command in perl in windows ?
I need to execute 'cd' (change directory) command in windows.
I tried that using
1)system('cd..' )
2)`cd`
But both are not working. Please provide me with a solution.
Thanks in advance .. -
How to set background image in a J2ME form ?
Hello,
I'm able to set a background color for a form using Canvas Class. But how to create a String item or button over the background and how to set background image for a form ? -
Command to change the background ?
I'm using ubuntu 10.04 .I want to change the background image from gnome terminal ? Can anyone help me solve this problem ? -
Thanks for your reply :) -
Actually this was a question asked in an interview. But, my friends said that this question has an answer other than what you have mentioned and it works in all versions of C/C++.Leave a comment:
-
Does formatting Windows effect Linux ?
I have two operating systems in my laptop. 1.Windows Vista and 2.Ubuntu 10.04.
I want to install Windows 7 in my laptop. Obviously, I need to format my existing windows drive and then only i can install Windows 7. So, does formatting windows drive affect ubuntu ?? -
karthik baskar started a topic what is the Condition to be given to enter into both if and else loop ?in Cwhat is the Condition to be given to enter into both if and else loop ?
Code:if(condition) { printf("Hello"); } else { printf(" World"); }
-
-
How to get the check box value using POST method in PHP ?
I have a check box for which a user can check many values . I need to get the value of the check box in a variable in PHP to insert it into the database . Please someone help me .. -
-
I want to send email using php ... But it is giving an error.
This is how my code looks like . Can anyone please help me out to solve this problem
Code:<?php $to = "mail.example@gmail.com"; $from_header = "From: mail.example@gmail.com"; $subject="Hello test mail..."; $contents="Content"; mail($to, $subject, $contents, $from_header); header("Location: $HTTP_REFERER"); ?>
No activity results to display
Show More
Leave a comment: