Read: [Axapta-Knowledge-Village] Transaction text

2005-05-05 Thread Danang Ismu Suryonugroho


 Yahoo! Groups Sponsor ~-- 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
winmail.dat

RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Danang Ismu Suryonugroho





Hope it's Help .. if you need another exam question 
example .. you can send me a mail personaly ..

From: ptmhki [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 02, 2004 5:56 PMTo: 
[EMAIL PROTECTED]Subject: 
[Axapta-Knowledge-Village] Unknow exam question

1. Which type of search syntax does the 
¡¥Find¡¦ dialog in the AOT use?A. Straight 
textB. Query range 
syntaxC. Regular _expression_ 
syntaxD. Internet search engine 
syntax
Answer 
: D. Regular _expression_ Syntax
2. Can numbers be pulled 
from the Axapta number sequences when importing data through the Axapta 
import tools?A. Yes,through a parameter 
settingB. No.Axapta does not allow it 
C. No.SQL does not allow 
itD. Yes,but it requires X++ coding
Answer 
: D (not sure)3. What element are saved separately in 
the layer?(Choose all correct answers.)A. 
FormsB. Report 
methodsC. Class static 
methodsD. 
DeleteActionsE. Class instance 
methodsF. Extended Data 
TypesG. Base Enum 
elementsH. Query Datasources
4. A client requires that 
the standard CustTable form receives a completely new layout, What should 
you do?A. Modify the CustTable form to meet 
the client¡¦s requirements.B. Create a new 
form that meets the client¡¦s requirements, and then create a new menu item 
that.C. Create a new form that meets the 
client¡¦s requirements, and then modify the CustTable menu item to address 
the new form. D. create a new form which 
extends the CustTable form and overrides the design to meet the client¡¦s 
requirements. Then modify the CustTable menu item to address the new 
form.
Answer 
:B (IMO)

5. what is needed in a 
runbase class to save and load variables in the SysLastValue 
table?A. The pack() and unpack() methods must 
be implemented for to the variables that must be saved and 
loadedB. The savelast() method must be 
implemented to save the variables in the sysLastValue table, and the 
getLast() method must select the sysLastValue record and extract the 
variablesC. No action is needed because this 
is done automaticallyD. The variables must be 
loaded before using the runbase class and then saved afterward.
Answer 
: B6. What is the main purpose of having IDs on tables 
and fields?A. They are used for reference in 
the application, so the user can change the name without losing 
informationB. They are used in the names of 
the tables and fields in the database.C. 
They are only used for the native database.D. 
They are used for sorting the tables in the AOT.
Answer 
: A
7. What can be used for 
adding a dialog to a runbase class?(each correct answer represents part of 
the solution .Choose two)A. The 
runbaseDialogable classB. A form from the 
AOTC. The form 
SysRunBaseD. The dialogRunBase 
classE. Specifying which variables to use in 
the prompt method

Answer 
: A, C

8. What is the most 
detailed level on which the code profile records 
information?A. Method 
callB. Line 
executionC. 
OperationD. Database callAnswer : 
B
9. You want to include a 
subtotal of amounts in the auto design report.What steps should you 
perform?(Each correct answer represents part of solution.Choose 
two)A. Set the property ¡§Sumall¡¨ to ¡§yes¡¨ 
on the amount fieldB. Set Grand Total on the 
autodesign specificationC. Set ordermode to 
¡§Group by¡¨ on the data source D. Set the 
¡§allow add¡¨ property on the data sourceto the name of the 
amountfieldE. code the summarization in the 
run method F. Set ¡§Joinmode¡¨ to sum on 
the data sourceG. Add a ¡§sum-function¡¨ to 
the field listH. Choose ¡§Yes¡¨ on the autosum 
property on the sort field
Answer: A,B10. What is the difference 
between a static method and an instance 
methodA. A static method can be called 
without a declared objectB. A static method 
can only be called onceC. A static method does 
not support user dialogsD. Static methods are 
always used to construct objects
Answer 
: A11. what should be done to execute a query used by a 
datasource?a. The executeQuery() method on the 
data source must be calledb. The refresh() 
method on the data source must be called.c. 
The init() method and the executeQuery() on the data source must be 
called.d. No action is neded because this is 
done automatically.Answer : 
DSharing the 
knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [Axapta-Knowledge-Village] sql index problem

2004-12-02 Thread Danang Ismu Suryonugroho







  
  

  index

  Instructs the database to sort the selected 
  records as defined by the index.
  

  Index hint

  Gives the database a hint to 
  use this index to sort the selected records as defined by the 
  index. The 
  database may choose to ignore the hint.

from 
axapta developer guide :)
~I can do everything through HIM who 
gives me strength~ 



From: ptmhki [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 11:41 AMTo: 
[EMAIL PROTECTED]Subject: 
[Axapta-Knowledge-Village] sql index problem
what is different between use INDEX and INDEX HINT in sql 
statment?Sharing the knowledge on Axapta. 



Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.