General downloads

Country spec. calendar generator (Navision)

Author
Peter Haider  
Category
General downloads
Date
02/08/2004
Size
7,56 KB
Downloads
1006
MD5 digest
54BE6E619D6D11F4E2E5C44A05A60A2B
Rating
43211
Popularity
Downloaded 6 times in the last two weeks
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
Download this file

Screenshots