![]() |
#1 |
Участник
|
In Microsoft Dynamics NAV können Sie Stammdaten Ihrer alten NAV Version in Ihre neue Microsoft Dynamics NAV Version übernehmen.</p> Kurz gesagt, Sie können die Stammdaten aus dem alten System nach Excel exportieren und ebenso Stammdaten aus einer Excel Datei in Ihr neues Microsoft Dynamics NAV System importieren.</p> ![]() Aktuell wird Ihnen hier als Datei-Format nur XLS Angeboten.</p> Wenn Sie Office 2007 oder Office 2010 verwenden und die Daten im XSLX Format verwenden möchten können Sie das relativ einfach in Microsoft Dynamics NAV erweitern.</p> </p> Die Änderungen müssen in der Form 8614 und der Page 8614 vorgenommen werden.</p> Die beiden betroffenen Menuitems, bzw. PageActions sind:</p> - Nach Excel exportieren</p> - Aus Excel importieren</p> </p> </p> Von: <Control9> - OnPush() ExcelFile := CommonDialogMgt.OpenFile(Text002,FileName,DefaultFileType::Custom,'*.Xls|*.Xls,Action::Save); IF ExcelFile = '' THEN EXIT;</p> </p> Nach:</p> <Control9> - OnPush() ExcelFile := CommonDialogMgt.OpenFile(Text002,FileName,DefaultFileType::Custom,'*.Xls|*.Xls<font style="background-color: rgb(255, 255, 0);">|*.Xlsx|*.Xlsx'</font>,Action::Save); IF ExcelFile = '' THEN EXIT;</p> </p> ![]() </p> </p> “Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you are familiar with the programming language that is being demonstrated and the tools that are used to create and debug procedures.” </p> </p> Mit freundlichen Grüßen</p> Sebastian Röttel</p> Microsoft Dynamics Germany</p><div style="clear:both;"></div>
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|