Can I create an exe with report gen addon using office 2000 and run it on a PC with XP?

I have create an executable using the report generation toolkit on a PC that has Office 2000. When I load the executable on a PC with office XP, It will not launch excel. Should the exe be compatible with either version of office? What do I need to do to make it work on both versions?

Hi Budman,
You should have created the executable in the way as is described here.
On your target machine you have to use the _wordsub.llb resp. _excelsub.llb which belongs to the MS Office version of that machine. The different versions are on the installation CD of the toolkit.
If you have these files in the support directory you do not need to create different exes for different MS Office versions.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions

Similar Messages

  • How can I create a exe file with a tab control on it that work´s ?

    I have a VI with many controls and indicators,these are spread on a tab control.This tab control works with out any problems but if i create a exe file then the tab control is fixed. How can I create a exe file so that the tab control on it work´s ?

    I have made a new Posting with the same question but this time I added a screenshot of the VI.
    Attachments:
    project7.1.jpg ‏129 KB

  • How can I Create a exe file were a tab control on it work`s

    I have a VI with many controls and indicators,these are spread on a tab control.This tab control works with out any problems but if i create a exe file then the tab control is fixed. How can I create a exe file so that the tab control on it work´s ?"
    Attachments:
    project7.1.jpg ‏129 KB

    Make the tab control a control and not an indicator. If you want to write
    to it you need to create a local variable.
    "Carlos-R." wrote in message
    news:[email protected]..
    I have a VI with many controls and indicators,these are spread on a
    tab control.This tab control works with out any problems but if i
    create a exe file then the tab control is fixed. How can I create a
    exe file so that the tab control on it work´s ?"

  • When pressing the "R" on the keyboard to record the following pop up - "Beta-only warning message-not to be localized Can't create record files please report" and then this "error occurred Result= -48"  What does this mean?

    When pressing the "R" key on the keyboard to record the following pops up - "Beta-only warning message-not to be localized.  Can't create record file, Please Report"  I press O.K. and this pops up - "Error occurred Result= -48".  Can't figure out why.  First time I have every had problems>  What's up with this?

    a -48 error is a duplicate filename.
    the first things i'd try are the oddball problems fixes:
    http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can we create purchase order through report programming?

    hi experts.....
    can we create purchase order through report programming?If yes plz give me the thread details?

    Hi,
    Use this code in a program by using a BAPI function module
    Anothe rway is using classical/ALV report using call transaction from a report for changing the PO
    loop at i_header.
        header-ref_1         = i_header-legacy.
        headerx-ref_1        = c_x.
        header-doc_type      = i_header-bsart.
        headerx-doc_type     = c_x.
        header-comp_code     = i_header-bukrs.
        headerx-comp_code    = c_x.
        header-purch_org     = i_header-ekorg.
        headerx-purch_org    = c_x.
        header-pur_group     = i_header-ekgrp.
        headerx-pur_group    = c_x.
        header-vendor        = i_header-lifnr.
        headerx-vendor       = c_x.
        concatenate i_header-bedat+4(4)
                    i_header-bedat+0(2)
                    i_header-bedat+2(2)
                    into header-doc_date.
        headerx-doc_date     = c_x.
        header-created_by    = i_header-ernam.
        headerx-created_by   = c_x.
        header-currency      = i_header-waers.
        headerx-currency     = c_x.
        concatenate i_header-kdatb+4(4)
                    i_header-kdatb+0(2)
                    i_header-kdatb+2(2)
                    into header-vper_start.
        headerx-vper_start   = c_x.
        loop at i_items where legacy = i_header-legacy.
          item-po_item            =  i_items-ebelp.
          itemx-po_item           =  i_items-ebelp.
          itemx-po_itemx          =  c_x.
          if i_header-bsart = 'NB'.
            item-material            =  i_items-ematn.
            itemx-material           =  c_x.
            schedule-quantity        =  i_items-menge * 1000.
            schedulex-quantity       =  c_x.
          else.
            item-short_text          = i_items-ematn.
            itemx-short_text         = c_x.
            item-matl_group          = '1000'.
            itemx-matl_group         = c_x.
            schedule-quantity        =  '1'.
            schedulex-quantity       =  c_x.
          endif.
          item-plant               =  i_items-werks.
          itemx-plant              =  c_x.
          schedule-po_item         = i_items-ebelp.
          schedule-sched_line      = '1'.
          schedulex-po_item        = i_items-ebelp.
          schedulex-sched_line     = '1'.
          schedulex-po_itemx       = c_x.
          schedulex-sched_linex    = c_x.
          concatenate  i_items-eildt+0(2)
                       i_items-eildt+2(2)
                       i_items-eildt+4(4)
                       into schedule-delivery_date.
          schedulex-delivery_date  =  c_x.
          item-price_unit          =  i_items-peinh * 100.
          itemx-price_unit         =  c_x.
          item-tax_code            =  i_items-mwskz.
          itemx-tax_code           =  c_x.
          item-shipping            =  i_items-evers.
          itemx-shipping           =  c_x.
          account-po_item          = i_items-ebelp.
          accountx-po_item         = i_items-ebelp.
          accountx-po_itemx        = c_x.
          if i_header-bsart = 'FO'.
            item-pckg_no  = sy-tabix.
            itemx-pckg_no = 'X'.
            limits-pckg_no        = sy-tabix.
            limits-limit          = i_items-overalllimit.
            limits-exp_value      = i_items-expectedoverall.
            posrvaccessvalues-pckg_no    = sy-tabix.
            posrvaccessvalues-line_no    = '0'.
            posrvaccessvalues-serno_line = '00'.
            posrvaccessvalues-percentage = '100.0'.
            posrvaccessvalues-serial_no  = '01'.
            account-serial_no     = '1'.
            accountx-serial_no    = '1'.
            accountx-serial_nox   = c_x.
            account-quantity  = '1'.
            accountx-quantity = c_x.
            call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input  = i_items-kostl
              importing
                output = account-costcenter.
            accountx-costcenter   = c_x.
            call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input  = i_items-sakto
              importing
                output = account-gl_account.
            accountx-gl_account   = c_x.
            item-acctasscat       = i_items-knttp.
            itemx-acctasscat      = c_x.
            item-item_cat         = i_items-epstp.
            itemx-item_cat        = c_x.
          endif.
          append:item,itemx,schedule,schedulex,account,accountx,limits,posrvaccessvalues.
          clear :item,itemx,schedule,schedulex,account,accountx,limits,posrvaccessvalues.
        endloop.
        call function 'BAPI_PO_CREATE1'
          exporting
            poheader                     = header
            poheaderx                    = headerx
    *   POADDRVENDOR                 =
    *   TESTRUN                      =
    *   MEMORY_UNCOMPLETE            =
    *   MEMORY_COMPLETE              =
    *   POEXPIMPHEADER               =
    *   POEXPIMPHEADERX              =
    *   VERSIONS                     =
    *   NO_MESSAGING                 =
    *   NO_MESSAGE_REQ               =
    *   NO_AUTHORITY                 =
    *   NO_PRICE_FROM_PO             =
            importing
            exppurchaseorder             = ponumber
    *   EXPHEADER                    =
    *   EXPPOEXPIMPHEADER            =
            tables
            return                       = return
            poitem                       = item
            poitemx                      = itemx
    *   POADDRDELIVERY               =
            poschedule                   = schedule
            poschedulex                  = schedulex
            poaccount                    = account
    *   POACCOUNTPROFITSEGMENT       =
            poaccountx                   = accountx
    *   POCONDHEADER                 =
    *   POCONDHEADERX                =
    *   POCOND                       =
    *   POCONDX                      =
            polimits                     = limits
    *   POCONTRACTLIMITS             =
    *   POSERVICES                   =
       posrvaccessvalues            = posrvaccessvalues.
    *   POSERVICESTEXT               =
    *   EXTENSIONIN                  =
    *   EXTENSIONOUT                 =
    *   POEXPIMPITEM                 =
    *   POEXPIMPITEMX                =
    *   POTEXTHEADER                 =
    *   POTEXTITEM                   =
    *   ALLVERSIONS                  =
    *   POPARTNER                    =
        if ponumber eq space.
          loop at return where type = 'E'.
            clear buffer.
            move-corresponding return to e_return.
            concatenate i_header-legacy e_return into buffer.
            transfer buffer to p2_file.
          endloop.
          move-corresponding i_header to i_eheader.
          transfer i_eheader to p3_file.
          loop at i_items where legacy = i_header-legacy.
            move-corresponding i_items to i_eitems.
            transfer i_eitems to p4_file.
          endloop.
        else.
          commit work and wait.
        endif.
        clear:ponumber,header,headerx,item,itemx,account,accountx,limits,return,schedule,schedulex,posrvaccessvalues.
        refresh:item,itemx,account,accountx,limits,return,schedule,schedulex,posrvaccessvalues.
      endloop.
      close dataset p2_file.
      close dataset p3_file.
      close dataset p4_file.
    Regards
    Krishna

  • I would just like to ask apple if they can make ios 7 for ipod 4th gen because my friends are showing off the new ios 7 with there ipod 5 or iphone

    i would just like to ask apple if they can make ios 7 for ipod 4th gen because my friends are showing off the new ios 7 with there ipod 5 or iphone

    No. The hardware in the fourth-gen iPod touch won't handle iOS 7 or Apple would have released it for your model of iPod. If you want to run iOS 7, you'll need a new iPod.
    Regards.

  • Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run.

    I am failing to digitally sign Adobe Flash projector exe files.
    Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run successfully.
    It is not currently possible to directly sign a Flash Projector EXE file. Doing so is causing the projector to fail to launch or run.
    What is the way to do it without involving 3rd party tool

    I searched for this in our bug database, but the only bug I found was reported (and deferred) back in 2008.  Other than using 3rd party tools, it doesn't look like this is possible.  I'd recommend opening a new bug report on this over at bugbase.adobe.com.  Please post back with the URL or bug number so others can vote and add their comments.
    Thanks,
    Chris

  • Can I create a "new" iTunes library on an external hard drive and transfer my iTune library to save space on my laptop

    Can I create a "new" iTunes library on an external hard drive and transfer my iTune library to save space on my laptop hard drive

    Yes. Just copy all your music to a folder on your external. Then delete the music on your computers hard drive.
    It is not quite that simple. If you do that you will end up with many broken links and will have to re-create your library from scratch .  iTunes does not like it when you move or rename files or folders and doing so between drives is guaranteed to result in exclamation marks indicating you have broken the links to all your media files.
    If you are content with moving the whole library to an external drive (usually the best thing for most people), try:
    iTunes: How to move [or copy] your music to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the new location of the library.

  • Can anyone give me simple instructions on how to use more than one ipod on the same computer with itunes? Both my daughters have ipods, my wife has one

    Dear All
    Can anyone give me simple instructions on how to use more than one ipod on the same computer with itunes. My daughters have a different generation 'nano' each & my wife a 'shuffle'?
    Many thanks

    Click here for options.
    (69081)

  • How can I create a start up disk for a old intel core duo running 10.5.8.. Computer works fine, but can't find install disk.

    How can I create a start up disk for a old intel core duo running 10.5.8.. Computer works fine, but can't find install disk. Want to use internal disk drive or USD flash drive.

    Try calling 1-800-676-2775.  Give the serial number and thy *may* still burn you new install disks designed just for the hrdware in your system (for a fee, something like $160 per disk).  *May* is only because they may not burn disks for Leopard anymore.
    If they do not burn them for you, you can buy Leopard disks off Amazon or eBay for about $200.
    Have you considered Snow Leopard?.  Those disks only cost $19 (single user) or $29 (5-user license) through Apple by calling 1-800-MY-APPLE.

  • HT5219 How many Thunderbolt displays can I use with my MacBook Pro using Windows 7 and  Parrallels?

    How many Thunderbolt displays can I use with my MacBook Pro using Windows 7 and Parallels

    Two. You can daisy-chain two ATD together. Doesn't matter what you're running.
    Clinton

  • After I reinstall Itunes, the message read "the file iTunes Library.it cannot be read because it was created by a newer version of itunes, i have tried with iTunes version 11.1, 10.1 and 9.1 still come up with the same message and will not open iTunes

    after I reinstall Itunes, the message read "the file iTunes Library.it cannot be read because it was created by a newer version of itunes, i have tried with iTunes version 11.1, 10.1 and 9.1 still come up with the same message and will not open iTunes

    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • I changed my itunes password only and now I can't update any of the apps I downloaded using the old password. I tried signing in with the old password with no luck. Can someone help please?

    I changed my itunes password only and now I can't update any of the apps I downloaded using the old password. I tried signing in with the old password with no luck. Can someone help please?

    Have you signed out of your iTunes account on the device/computer that you are using and signed back in with the updated password ? That should 'refresh' the account on it, and you should be able to use the account's new password to download updates to its apps

  • TS3367 Nowhere on my iPhone 4 can I activate FaceTime... I've tried using contacts, settings, and even when I call someone with an active FaceTime, the FaceTime icon is not lit up. Any suggestions?

    Nowhere on my iPhone 4 can I activate FaceTime... I've tried using contacts, settings, and even when I call someone with an active FaceTime, the FaceTime icon is not lit up. Any suggestions?

    There is no facetime icon and never was. Facetime is built into the phone.  Go to settings>general>restrictions and make sure facetime is ON.  Go to settings>facetime and turn it on there and set it up there.  Also read http://support.apple.com/kb/ts4268

  • HT3905 Do I still need to install the HD writer AE 4.0 software that came with my Panasonic HC-V500 video camera or can I just upload video directly to my MAC using i-frame and the i-photo program?

    I purchased the Panasonic HC-V500 video camera and it came with the HD AE 4.0 software. Do I still need to install this disc on my MAC or can I upload video directly to my computer by using i-frame and the i-movie program?

    Hi glhiker,
    Your video clips will import directly into iMovie.  It's a great video editing program.  I'll include some quick video tutorials to get you started below:
    Apple - Support - Videos
    When you open the iMovie application, click HELP > iMOVIE HELP on the menu bar to access the manual for the program.  One of the first topics is Importing Video.
    Down the road, you may be interested in our professional video editing application, called Final Cut Pro X.
    A quick overview of the application can be found here:
    Final Cut Pro X: Frequently Asked Questions
    Have fun!
    - Judy

Maybe you are looking for

  • System Performanc​e Scores for W530?

    I would like to know what other's system performance scores are (control panel/system/performance) on their W530s...specifically configured with : Intel Core i7-3720QM processor (6M Cache)   NVDIA Quadro K1000M Graphics with 2GB DDR Memory   8 GB DDR

  • System cancel RFC destination - /TMWFLOW/TRACK_N107

    Hello Experts, In ChaRM, when i release transport request from DEV to QAS occurs the error below: "System cancel RFC destination SM_D01CLNT210_TMW, Call The name or password ins't correct. Message no. /TMWFLOW/TRACK_N107" I've checked in the SM59 all

  • Stateful Session Beans are not passivated / serialized when cache idle time

    Technology: Sun Application Server version 7.0.0_01; JDK 1.4.1; developed on Windows 2000; Tested on Sun Solaris. Initial error on Sun Solaris: [10/Aug/2004:08:04:57] WARNING (17227): CORE3283: stderr: Exception in thread "service-j2ee-25" org.omg.CO

  • To send Payment advice note as Email to vendor

    Hi I like to know how can we send the payment advice note created after F110 run to be send as email to the vendor? your help would be appreciated a lot regards auro

  • I cannot place a title in iMovie11

    I cannot place any titles in iMovie11 on a separate background in between two fragments. I only can drag a title on top of a fragment. Does anyone know? Thanks!