Date Dialog v1.1.0.0

Administrator
Member, Moderator, Administrator Posts: 2,506
Date Dialog
Graphical Date Picker Dialog. Just a neat little toy I created, check it out.
http://www.mibuso.com/dlinfo.asp?FileID=1009
Discuss this download here.
Graphical Date Picker Dialog. Just a neat little toy I created, check it out.

http://www.mibuso.com/dlinfo.asp?FileID=1009
Discuss this download here.
0
Comments
-
Hi Johathan,
Nice piece of work =D> =D> - looks very good 8)0 -
Why thank you very much0
-
Administrator wrote:Date Dialog
Graphical Date Picker Dialog. Just a neat little toy I created, check it out.
http://www.mibuso.com/dlinfo.asp?FileID=1009
Discuss this download here.
hello,I run your form,but the form has no mon,thu,wed,thu,....these number how can add it,0 -
Really nice one! Why MS does not make a standard Date Selection form with references? :?0
-
main reason i think is that data is entered through keyboard and manual entry is a lot faster.0
-
GRUBBYFANS wrote:hello,I run your form,but the form has no mon,thu,wed,thu,....these number how can add it,
If you can please provide a link to a screen shot of the form.
By default it should be setting the 1st day of the Week to (1) Monday (which is also default to Navision). Are you using the SetOptions procedure to specify which day of the week to start on?0 -
I'm using this one http://www.mibuso.com/dlinfo.asp?FileID=584
Your layout is better but I'like the weeknumbers0 -
ajhvdb wrote:I'm using this one http://www.mibuso.com/dlinfo.asp?FileID=584
Your layout is better but I'like the weeknumbers
Yeah I thought about including the week number or so. I just don't think I have an 100% accurate (at least I don't feel fully secure with) week number calculator algorithm since my form has a customizable start day for the week. Specifically concerning the weeks bordering the beginning/ending of the year.
I thought I had found all the date picker forms and I had overlooked this one. It is very nice, I may update mine to include some of its features0 -
Date Dialog v1.1.0.0
Graphical Date Picker Dialog. Just a neat little toy I created, check it out.
V1.1.0.0:
Date2, of SetOptions(#[,Date1][,Date2]), has been fixed to properly display the supplied month calendar page.
(Soon to be included: Quick selection of Month/Year; Display of Week Numbers.)
http://www.mibuso.com/dlinfo.asp?FileID=1009
Discuss this download here.0 -
Very nice. Thank you.
A suggestion if I may.....
It would be nice if the Selected Date could acquire a value that was passed in prior to opening your form.
This way the user could see what date was previously selected when your form is opened via a date field's Lookup or AssistEdit button.
For example:
I added this code to the General Ledger Setup Form:Allow Posting From - OnLookup(VAR Text : Text[1024];) : Boolean Calendar.SetInitialDate("Allow Posting From"); Calendar.RUNMODAL(); IF Calendar.GetSelectedDate <> 0D THEN "Allow Posting From" := Calendar.GetSelectedDate; CLEAR(Calendar);
As you can see I have added Calendar.SetInitialDate("Allow Posting From") which calls a function that I added to your DateDialog Form:SetInitialDate(InitialDate : Date) gSelectedDate := InitialDate; CurrForm.CmdOK.ENABLED(TRUE);
Just a thought....and thanks again!!0 -
Hi,
I could not find any sample on this calendar form. Can someone explain how to use the caledar?
Thanks,
Vasilis0 -
vasilis6669 wrote:Hi,
I could not find any sample on this calendar form. Can someone explain how to use the caledar?
Thanks,
Vasilis
The image provided in the download and in the preview of this download gives some detail on usage.
This download is a bit out of date and still has some bugs but I can provide you a quick example:WeekStartDay := 7; //Sunday SelectedDate := TODAY; DisplayMonth := TODAY; DateDialog.SetOptions(WeekStartDay,SelectedDate,DisplayMonth); IF DateDialog.RUNMODAL = ACTION::LookupOK THEN ResultDate := DateDialog.GetSelectedDate();
0 -
Hi,
The sample works fine now.
On the image it did not say "declare the following variables" that's why i was confused. I am new to this so you can understand.
Thanks,
Vasilis0
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