Country spec. calendar generator (Navision)
Changes in Form 7602:
1. Create theese Var's:
BaseCalChange - Record - Base Calendar Change
CreateCal - Form - Create Country Calendar
2. Add a button in the bottom of the form
3. Add following code in the "on push" action of the button
BaseCalChange.SETRANGE("Base Calendar Code",GETRANGEMIN("Base Calendar Code"));
CreateCal.SETTABLEVIEW(BaseCalChange);
CreateCal.RUNMODAL;
CLEAR(CreateCal);
Add addtional country specific days in the form 63004 (in the trigger "CreateCalendar")
Enjoy
http://www.mibuso.com/dlinfo.asp?FileID=362
Discuss this download here.
Comments
"Please specify a filter for the Base Calandar Code field in the Base Calandar Change Table ...."