Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Within the first afternoon I found 2 of the 3 needed solutions, and the 3rd came to me over the weekend!..."

Geography

Where in the world do Tek-Tips members come from?
firdana (MIS)
24 Apr 12 4:35
I have used the power play web for  reporting to user. I want to create a schedule for export reports into excel format, the same format with export via the power play web manually. I have tried through PPR and PPX format then save as. But, the result is not eye catching and user more convenient with excel power play web format. Can you help to me to export to excel automation with powerplay web ???  
drlex (TechnicalUser)
24 Apr 12 9:50
I have this javascript on a custom button to save the report as an Excel document if it would assist

CODE

    var fh = topparent.getXtabFrame().document.fhidden;
    topparent.getXtabFrame()._fhchanged = true;
        topparent.getXtabFrame()._fhtarget = fh.target;
        topparent.getXtabFrame()._fhaction = fh.action;
        topparent.getXtabFrame()._fhRA = fh.RA.value;
    {
        FTok = false;
        fh.RA.value = 11;        
        var targetWindow = topparent;
        if( ! targetWindow.name || targetWindow.length == 0 )
            targetWindow.name = "PPESTarget";
        fh.target = targetWindow.name;

        fh.action += "?MIME=.XLS";
        fh.CNCT.value = 24;
        fh.submit();
    }

soi là, soi carré

firdana (MIS)
24 Apr 12 13:25
@drlex
how to put your code into scheduler, it is not posible. can anyone help ??

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close