Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV/Navision Classic Client
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
73
General
73
Announcements
66.7K
Microsoft Dynamics NAV
18.7K
NAV Three Tier
38.4K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
317
Dynamics CRM
110
Dynamics GP
10
Dynamics SL
1.5K
Other
993
SQL General
385
SQL Performance
33
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
259
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
Hi Exper , I want to use the button to open file excel .
mootoon
Member
Posts:
47
2006-07-03
edited 2006-07-04
in
NAV/Navision Classic Client
I want to open file excel using button.
AAA
0
Comments
Marije_Brummel
Member, Moderators Design Patterns
Posts:
4,262
2006-07-03
Have you tried this download?
http://www.mibuso.com/dlinfo.asp?FileID=596
Marije Brummel
| Freelance Business Central Specialist
0
Marije_Brummel
Member, Moderators Design Patterns
Posts:
4,262
2006-07-03
What is it exactly you want to do? Populate an excelsheet with NAV data or open an existing excelfile from NAV?
Marije Brummel
| Freelance Business Central Specialist
0
mootoon
Member
Posts:
47
2006-07-03
I want to open an exiting excelfile from navision.
AAA
0
Savatage
Member
Posts:
7,142
2006-07-03
Is it always the SAME file or do want to choose?
please give as much detail as possible - it really helps when tying to answer a question.
Thanks.
Harry Ruiz
http://www.BiloBeauty.com
http://www.autismspeaks.org
0
mootoon
Member
Posts:
47
2006-07-03
I just want to put the code which open an exiting excelfile. I dont know how to do that .
AAA
0
Savatage
Member
Posts:
7,142
2006-07-03
One way is
Pop a Command button on your card
view the properties
Push Action would be RunSystem
RunCommand you'll use the shell
see here
remember this one Denster (Jan 2003)
http://www.mibuso.com/forum/viewtopic.php?t=1391
or
http://www.mibuso.com/forum/viewtopic.php?t=9284
I would click on these properties too and hit F1 so you can become more familiar with them
While in designer you can goto Help->C/Side Reference Guide and look up SHELL and HYPERLINK
Hyperlink is great - but I don't know if you can get to the code behind the button.
You can also read the Application Designers Guide
If you don't have it (it's on the Nav CD) you can get it here
http://emiel.romein.googlepages.com/w1w1adg.pdf
Harry Ruiz
http://www.BiloBeauty.com
http://www.autismspeaks.org
0
Alex_Chow
Member
Posts:
5,063
2006-07-03
Just call the explorer.exe from the shell and have explorer run any file you want.
Using the windows explorer will automatically choose the program to open the file with.
Confessions of a Dynamics NAV Consultant
= my blog
AP Commerce, Inc.
= where I work
Getting Started with Dynamics NAV 2013 Application Development
= my book
Implementing Microsoft Dynamics NAV - 3rd Edition
= my 2nd book
0
Savatage
Member
Posts:
7,142
2006-07-03
It will also select a drive and path if you want.
runcommand: explorer.exe c:
will open your C drive for example.
Harry Ruiz
http://www.BiloBeauty.com
http://www.autismspeaks.org
0
Alex_Chow
Member
Posts:
5,063
2006-07-03
Right, right.. The HYPERLINK function. #-o
Confessions of a Dynamics NAV Consultant
= my blog
AP Commerce, Inc.
= where I work
Getting Started with Dynamics NAV 2013 Application Development
= my book
Implementing Microsoft Dynamics NAV - 3rd Edition
= my 2nd book
0
Miklos_Hollender
Member
Posts:
1,598
2006-07-03
If you don't use any processing, filtering, data in/out, whatever int the Excel then why not just add it to the Shortcuts menu of the users?
0
Miklos_Hollender
Member
Posts:
1,598
2006-07-04
I thought of a common, shared Excel file - my guess is that it must be case here.
0
Sign In
or
Register
to comment.
Comments
http://www.mibuso.com/dlinfo.asp?FileID=596
please give as much detail as possible - it really helps when tying to answer a question.
Thanks.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Pop a Command button on your card
view the properties
Push Action would be RunSystem
RunCommand you'll use the shell
see here
remember this one Denster (Jan 2003)
or
http://www.mibuso.com/forum/viewtopic.php?t=9284
I would click on these properties too and hit F1 so you can become more familiar with them
While in designer you can goto Help->C/Side Reference Guide and look up SHELL and HYPERLINK
Hyperlink is great - but I don't know if you can get to the code behind the button.
You can also read the Application Designers Guide
If you don't have it (it's on the Nav CD) you can get it here
http://emiel.romein.googlepages.com/w1w1adg.pdf
http://www.BiloBeauty.com
http://www.autismspeaks.org
Using the windows explorer will automatically choose the program to open the file with.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
runcommand: explorer.exe c:
will open your C drive for example.
http://www.BiloBeauty.com
http://www.autismspeaks.org
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book