Using Send-To Excel/Word - 2009 Client, 4.0 DB

Jonathan2708Jonathan2708 Member Posts: 552
Hi,

I have performed a technical (client EXE) upgrade of a version 4 SQL database to 2009. I'm not yet ready to do a full object migration, but I would like to have the 'Send-To' functionality working now. So far I have done the following :

- Imported Forms 690-694, 697 (Style Sheet Management)
- Imported Codeunits 403, 419 (App Launch Management, 3-Tier Management)
- Added the 3 functions LaunchApp, SelectStyleSheet, ManageStylesheets to Codeunit 1
- Populated the 'Send-To Program' table
- Imported the .xlst stylesheets to populate the 'Style Sheet' table

When I click the Excel button in a list view, it pauses for a second but does nothing. Have I missed something? I'm wondering if the 3 functions in CU1 have to be specific function numbers?


Jonathan

Answers

  • Jonathan2708Jonathan2708 Member Posts: 552
    Solved it - I was right the 3 new functions in Codeunit 1 have to be specific function numbers :

    LaunchApp - 116
    SelectStyleSheet - 117
    ManageStylesheets - 118
Sign In or Register to comment.