Monday 6 January 2014

If You Need Runbase batch


1).dialog
2)getfromdialog
3)pack
4)unpack

1).Class declaration
str Name;
Dialogfield dfName;

//2).Cangobatchjournal
// True //return false means Batch Tab no need

3) dialog
;
dfName = dialog.addfieldvalue(types::string,Name);
return dialog;

4).getfromdialog
{
Name =dfName.value();
return super();
}

5)pack

6)unpack

7)run
Table t;
;
Runbasetable.Name =Name;
Runbasetable.insert();
EX:- Tutorial_Runbasebatch(class)
Imp methods:-
1)Main

2)Dialog

3)Getfromdialog

4)pack

5)unpack

6)cangobatchjournal

7)construct

8)run

9)discription

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...