Options

Country spec. calendar generator (Navision)

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
edited 2004-08-04 in Download section
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

  • Options
    cn2607cn2607 Member Posts: 5
    Generates following error when run.
    "Please specify a filter for the Base Calandar Code field in the Base Calandar Change Table ...."
    cn
Sign In or Register to comment.