12.12.2007, 12:15 | #1 |
Участник
|
Откопал тут несколько вопросов, помогите выбрать ответ/ы
а) You are required to have the C/OCX granule on your license in order to 1#Modify any C/SIDE object when one or more other objects include an OCX control. 2#Run any C/SIDE object which includes an OCX control. 3#Create a variable of type OCX within any C/SIDE object. 4#Develop in C/SIDE. 5#Modify any object which contains a variable of type OCX. 6#Run any OCX control from within Navision. б) Before you decide to write to Navision from an outside application using C/ODBC, you must consider which one of the following limitations of this integration tool? 1#You cannot set any FlowField values using C/ODBC. 2#You cannot execute any C/AL code in any object using C/ODBC. 3#Transaction processing and table locking do not work using C/ODBC. 4#You cannot read and write during the same transaction using C/ODBC. в) Suppose you were printing Customer Ledger Entries indented beneath a Customer. If you run out of room on the page in the middle of a Customer's Entries, you want to make sure that the Customer Name, Contact and Phone Number are printed at the top of the next page before continuing to print the Entries for that Customer. Which Section type would you use to print this information? 1#Header 2#PageHeader 3#TransHeader 4#GroupHeader г) During a transaction, which of the following can you NOT do? 1#Run a codeunit 2#Display a MESSAGE 3#End the transaction with a COMMIT 4#Run a form modally д) The main limitation of dataports as a tool to integrate Navision with an outside application, is that it requires the outside application to: 1#Initiate all data transfers from itself to Navision by running the dataport. 2#Be certified as "Navision Compliant". 3#Place its data into an ASCII file before the Navision dataport can read it. 4#Know the internal data structure of the Navision tables to be updated by the dataport. |
|
12.12.2007, 12:29 | #2 |
Участник
|
Читайте доки по разработке! Там много чего еще полезного написано!
|
|
12.12.2007, 12:37 | #3 |
Участник
|
|
|
13.12.2007, 18:48 | #4 |
Участник
|
а)
3#Create a variable of type OCX within any C/SIDE object. б) 2#You cannot execute any C/AL code in any object using C/ODBC. в) 3#TransHeader г) 4#Run a form modally д) 3#Place its data into an ASCII file before the Navision dataport can read it. |
|
13.12.2007, 18:55 | #5 |
Участник
|
|
|