Folder Selection v1.00

Administrator
Member, Moderator, Administrator Posts: 2,506
Folder Selection v1.00
This download shows how a user can select a folder in Navision.
The code does NOT rely on external applications (automation/ocx).
http://www.mibuso.com/dlinfo.asp?FileID=541
Discuss this download here.
This download shows how a user can select a folder in Navision.
The code does NOT rely on external applications (automation/ocx).
http://www.mibuso.com/dlinfo.asp?FileID=541
Discuss this download here.
0
Comments
-
Yes, it works and it's great for people who don't want to use external tools
two disadvantages: it will cost you an extra form and it doesn't have the standard windows look and feel (folder tree, graphics, etc.)
Anyway, nice job...Mark van der Meij,
http://home.casema.nl/mvandermeij0 -
I agree. Nice job but users want the Windows thingy.0
-
I saw the rating was very low, with this I don't agree. This is a nice piece of work and should be rated higher than just one star....Mark van der Meij,
http://home.casema.nl/mvandermeij0 -
One little improvment.
If I choose CD ROM drive with no disk in it, then Form left blank and further actions is not possible. So I add some code in function NavigateTo:
NavigateTo(partxtFolder : Text[1024])
//ST - add local variabel locOldPath::Text(1024)
IF COPYSTR(partxtFolder, STRLEN(partxtFolder), 1) <> '\' THEN
partxtFolder := partxtFolder + '\';
locOldPath := Path; //>>ST - remember old path in case drive is not ready
SETRANGE(Path, partxtFolder);
IF FIND('-') THEN //>>ST - test if find anything - added line
CurrForm.UPDATE(FALSE)
ELSE //>>ST - if drive is not ready
SETRANGE(Path, locOldPath); //>>ST - then restore old path
Nice job.
By, Stanko0 -
great job, I like it =D> =D> =D>Martin Bokůvka, AxiomProvis0
-
Great tool - I added the code for the cd drive as above, and changed it to look / feel a little more Navision Standard but the basics are GREAT.
It doesn't look like a tree but that is OK as in my case it will be used very rarely and this wil keep me from using automatiion.
Thanks!!
-a0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions