mibuso.com

Microsoft Business Solutions online community
It is currently Sun May 19, 2013 1:08 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Folder Selection v1.00
PostPosted: Thu Dec 08, 2005 2:29 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1900
Location: Wilrijk, Belgium
Country: Belgium (be)
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 3:07 pm 
Offline

Joined: Tue Apr 06, 2004 1:54 pm
Posts: 25
Location: Leidschendam
Country: Netherlands (nl)
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/mvandermeij


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 3:10 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Tue Jul 19, 2005 4:49 pm
Posts: 3832
Location: Olst
Country: Netherlands (nl)
I agree. Nice job but users want the Windows thingy. :(

_________________
Mark Brummel | Freelance Dynamics NAV (Navision) Developer
Author of the book : Microsoft Dynamics NAV 2009 Application Design

MY BLOG : http://www.brummelds.com


Top
 Profile E-mail WWW  
 
 Post subject:
PostPosted: Fri Dec 09, 2005 1:20 am 
Offline

Joined: Tue Apr 06, 2004 1:54 pm
Posts: 25
Location: Leidschendam
Country: Netherlands (nl)
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/mvandermeij


Top
 Profile  
 
 Post subject: Correction if drive is not ready (for example F9 --> CD R
PostPosted: Fri Dec 09, 2005 11:16 am 
Offline

Joined: Fri Dec 09, 2005 11:08 am
Posts: 1
Location: Ljubljana, Slovenia
Country: Slovenia (si)
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, Stanko


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 1:09 pm 
Offline

Joined: Tue Aug 26, 2003 8:48 am
Posts: 147
Location: Olomouc, Moravia
Country: Czech Republic (cz)
great job, I like it =D> =D> =D>

_________________
If all experiments failed, maybe it's time to read the manual.


Top
 Profile E-mail  
 
 Post subject: Great tool
PostPosted: Tue Sep 11, 2007 9:18 pm 
Offline

Joined: Wed Jan 14, 2004 8:45 pm
Posts: 238
Location: Canada
Country: Canada (ca)
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!!

-a


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: