Friday, December 3, 2010

Basic Keys Points in BaaN

Few basic keyword required in development of Baan ERP. 

 To comment : Cntrl + Q 
 To Copy Same Line : Cntrl + D 
 Debugger : b break point on line number 
                    c Continue 
                    s Single Step 
                    S Execute Function 
                    g Go to Line number 
                    Date_Field/l : To see date in Date format instead of long 
                    To find pattern in script : [/(text)] 

1) SQL Query 1) Create Query in session ttadv3580m000. 2)
2) Select record from above session and go to specific and select Query By Easy SQL (Cntrl + F2) 
3)   Add table, from which data need to be fetched. Then select table and go to specific and select Add Table Fields. Select all required fields for report. 
4) Double click any click where you can set properties such as Print, Sequence and also set condition. 
5) Save records in session. Then go to first session and select Generate Report command
6) This will Create/Compile respective report. 
7) Run Query. This will show report with selected fields and with selected condition.

Monday, November 29, 2010

ERP LN Show Session in Maximize State


It is common problem with Baan, when we open session in baan it stated in minimize state and we need to again click to maximize it to see it. It become very irritating for users. Following is the solution for same problem.

1) Go to Run type regedit command
2) Go to HKEY_CURRENT_USER
3) Go to ControlPanel
4) Go to Desktop
5) Double Click default and put zero value and close.

Just reopen Baan and open any Session you will see direct session in maximize state.