payroll in set

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

OBJECT Form 15000200 Payroll Integration Setup

{
OBJECT-PROPERTIES
{
Date=02-07-04;
Time=12:00:00;
Version List=NAVNO4.00;
}
PROPERTIES
{
Width=11660;
Height=6490;
CaptionML=[ENU=Payroll Integration Setup;
NOR=Oppsett l�nnsintegrasjon];
SourceTable=Table15000200;
}
CONTROLS
{
{ 1 ;TabControl ;220 ;220 ;11220;5280 ;HorzGlue=Both;
VertGlue=Both;
PageNamesML=[ENU=General;
NOR=Generelt] }
{ 2 ;TextBox ;3850 ;990 ;2750 ;440 ;ParentControl=1;
InPage=0;
SourceExpr="Payroll System" }
{ 3 ;Label ;440 ;990 ;3300 ;440 ;ParentControl=2 }
{ 5 ;TextBox ;3850 ;1650 ;5500 ;440 ;ParentControl=1;
InPage=0;
SourceExpr="File Name";
OnAssistEdit=BEGIN
ComDlgFilename :=
ComDlgMan.OpenFile(FIELDCAPTION("File Name"),"File Name",0,'',DialogAction::Open);
IF ComDlgFilename
<> '' THEN
VALIDATE("File
Name",ComDlgFilename);
END;
}
{ 6 ;Label ;440 ;1650 ;3300 ;440 ;ParentControl=5 }
{ 9 ;CheckBox ;3850 ;2750 ;440 ;440 ;ParentControl=1;
InPage=0;
ShowCaption=No;
SourceExpr="Import Department and
Project" }
{ 10 ;Label ;440 ;2750 ;3300 ;440 ;ParentControl=9 }
{ 11 ;CheckBox ;3850 ;2200 ;440 ;440 ;ParentControl=1;
InPage=0;
ShowCaption=No;
SourceExpr="Save Payroll File" }
{ 12 ;Label ;440 ;2200 ;3300 ;440 ;ParentControl=11 }
{ 15 ;TextBox ;3850 ;3410 ;2750 ;440 ;ParentControl=1;
InPage=0;
SourceExpr="Journal Name" }
{ 16 ;Label ;440 ;3410 ;3300 ;440 ;ParentControl=15 }
{ 4 ;CommandButton;9240 ;5720 ;2200 ;550 ;HorzGlue=Right;
VertGlue=Bottom;
PushAction=FormHelp;
CaptionML=[ENU=Help;
NOR=Hjelp] }
{ 13 ;MenuButton ;6820 ;5720 ;2200 ;550 ;HorzGlue=Right;
VertGlue=Bottom;
CaptionML=[ENU=&Payroll;
NOR=&L�nnskostnad];
Menu=MENUITEMS
{
{ ID=14;
Ellipsis=Yes;
CaptionML=[ENU=About Payroll
Integration;
NOR=Om
l�nnsintegrasjon];
OnPush=BEGIN

PaymentTools.AboutPayrollIntegration;
END;
}
}
}
}
CODE
{
VAR
xxxHelp@1000000000 : Record 79;
PaymentTools@1000000001 : Codeunit 15000200;
xxxSelectedFilename@1000000002 : Text[250];
ComDlgMan@1080002 : Codeunit 412;
DialogAction@1080001 : 'Open,Save';
ComDlgFilename@1080000 : Text[1024];

BEGIN
{
MBS Navision - Payroll Integration
}
END.
}
}

You might also like