[Axapta-Knowledge-Village] Text Files

2005-08-09 Thread jmenb427
Anyone knows wich are the steps to create and write into a text file?







 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hjiu2fu/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123576130/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com;Make
 a difference. Find and fund world-changing projects at GlobalGiving/a./font
~- 

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/
 




Re: [Axapta-Knowledge-Village] Text Files

2005-08-09 Thread Max Belugin
Hello jmenb427,

âòîðíèê, 9 àâãóñòà 2005 ã., you wrote:

j Anyone knows wich are the steps to create and write into a text file?

see help for AsciiIO and TextBuffer classes

-- 
Best regards,
 Max

http://belugin.info ICQ:9406811



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12htm55m4/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123576454/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

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/
 




[Axapta-Knowledge-Village] How to exposing Axapta classes to .Net

2005-08-09 Thread Naveen Chandra R.
Title:  How to exposing Axapta classes to .Net









Hi All,


We have a requirment has described below.


Machine1 : Axapta Installed (Local or Server)

Machine2 : DOTNet Installed 


I need to expose all the classes of Axapta to .Net project using Axapta COM component. The requirment is such that i should not install Axapta (i,e Client or Application) in the system which has .Net installed in it.

If i don't install Axapta s/w in the system in which .Net is installed, will i be able to expose the classes of Axapta to .Net. Is there any solution for this problem ?

Regards,

jay









Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Technical questions help needed

2005-08-09 Thread vlnarasimhan2004
Hi All,

I am new to Axapta. And now i am concentrating in technical 
certification. I had faced problems with these questions while 
giving exam. If possible please give me correct answers for the below
mentioned questions.
It would be of great help to me in clearing certification.

Thanks
Lakshmi Narasimhan

1 After class import, what do you do ?

A. Recompilation
B. Synchronize
C. Nothing


2 During Table import, what is the factor you must take into 
  consideration:


A. Changed Table Ids can make you loose data
B. Cannot import tables with more than 50 fields
C. Table Security Rights
D. Label Ids
E. Rec Ids
F. Whats in other layers


3 If we have lots of projects of many programmers to import What do 
you  
  do before ?

A. Verify conflicts before import
B. AXAPTA solve conflicts automaticaly
C. Import directly


4 How do you get the best performance out of 3-tier configuration? 

A. Concentrating code on the tables
B. Placing all code in the classes
C. Only calling stored procedures
D. Making only necessary system calls



5 You have to choose between writing a select statement and defining 
a query..what factor is the decisive factor for your choice.

A. Always write select stats. Always faster.
B. Layer Model. Queries in AOT execute faster than select stats in 
3  
   tier model
C. If you require user interaction, then queries in AOT is the way 
to 
   go.



6 How to Debug a client server code ?

A. Impossible
B. On 2/3 RICH Client
C. On  3/3 with Debugger activated in the server 
D. On  3/3 with debugger executed in the server




7 How to update relations of DS of Query Automaticaly ?

A. Prop « Update » = YES du DS de la Query 
B. Refresh the Query 
C. Nothing to do 
D. Propriété Relations=YES of DS of Query



8 How to create his own Help Book in the HELPTOC of AXAPTA ?

A. under node HelpTOC of AppliDevDoc
B. under node HelpTOC
C. create a new Help in the HelpDocumentation


9 In a posting process  like LedgerTransaction, when can we use a  
   journal rather than an API ?

A. Critical performances
B. Big transactions colume
C. In order to test user transactions
D. NumberSequence-vouchernumber


10 Does Intellimorph handle the drawing of the forms in axapta, does 
it 
   also handle the showing/hiding of fields? 



11 Import of an Adress Form USR  layer - VAR layer where it's 
modified in this last layer ?

A. Overwrite
B. Import is ignored
C. Deleting of VAR layer Form
D. CopyOfAdress is created auto


12 Import of an Adress Form SYS layer - USR layer where it's 
modified 
in this last layer ?

A. Overwrite
B. Import is ignored
C. Deleting of USR layer Form
D. CopyOfAdress is created auto




13 What types of relations can you put on extended data types?

A. 1-N
B. N-1
C. N-N


14  Can numbers be pulled from the Axapta number sequences when 
importing data through the Axapta import tools?

A. Yes,through a parameter setting
B. No.Axapta does not allow it
C. No.SQL does not allow it
D. Yes,but it requires X++ coding



15  What element are saved separately in the layer?(Choose all 
correct
answers.)

A. Forms
B. Report methods
C. Class static methods
D. DeleteActions
E. Class instance methods
F. Extended Data Types
G. Base Enum elements
H. Query Datasources


16  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
Clients requirements.
B.  Create a new form that meets the clients requirements,
and then create a new menu item that.
C.  Create a new form that meets the clients 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 clientsrequirements. Then modify 
the
CustTable menu item to address the new form.



17  What is the most detailed level on which the code profile 
records 
information?

A. Method call
B. Line execution
C. Operation
D. Database call


 
18  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 Small to yes on the amount field
B.  Set Grand Total on the autodesign specification
C.  Set ordermode to Group by on the data source
D.  Set the allow add property on the data source to the name of 
the  
amountfield
E.  code the summarization in the run method 
F.  Set Joinmode to sum on the data source
G.  Add a sum-function to the field list
H.  Choose Yes on the autosum property on the sort field


19  what should be done to execute a query used by a datasource?

A.  The executeQuery() method on the data source must be called
B.  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.


20  When is it appropriate to 

[Axapta-Knowledge-Village] How To Bring a calculated field in the report

2005-08-09 Thread shivi_mbs
Hi All

I'm very new to axapta technical, and just starting with the 
development work. I want to build a simple report where the 
parameter given by the user in the dialog should be captured and the 
report should give only those data related to that entered item id 
parameter. and in case user does not fill the itemid parameter 
leaves it blank then the reports should have all the items displayed 
on the report with all the information related to the field.

My problem is the details that I want to show on the report for each 
item contains 3 direct fields from the tables but 2 fields are 
calculation fields so i'm not able to get the report in the required 
format.

Its just a week i have started with axapta please help me in solving 
this problem.

Thanks 
Shivi







 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h6j7fk7/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123597599/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

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/
 




[Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-09 Thread Philip R. Freimann
We wanted to run a consistency check but it takes so long it's not 
practical.  We are in the process of deleting all the BOM lines that 
do not match.  They were mostly items that should have been deleted 
in the old system.

--- In Axapta-Knowledge-Village@yahoogroups.com, Subrahmanyam, 
Mamidi [EMAIL PROTECTED] wrote:
 Hi Philip,
  
 I suggest you to do following. As you are aware, since we also 
migrated huge volume of SAP to axapta, we too have these kind of 
problems due to bad data.
  
 as per my experience , I suggest you to do the following.
  
 1. As Jens mentioned you can write a simple job to get the info log 
of all the missing items. 
   However, at the same time you may need to check reqItemTable, 
InventItemlocation etc ect for that missing items.
  
 2. I strongly suggest to run consistency check for the whole 
company on all the modules. Its very important to run consistency 
check after you migrated the data. Eventhough consistency check will 
not tell everything, but  defintely catch these kind of problems.
  
  
 Best of Luck.
  
 Thanks,
 subbu
  
 
 
 Jens Strandberg [EMAIL PROTECTED] wrote:
 Exactly. Just create a small job that runs through all BOM lines 
and lookup
 each itemid. The ones, that do not exist in InventTable, will create
 problems.
 
 /Jens
 
 -Oprindelig meddelelse-
 Fra: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:[EMAIL PROTECTED] vegne af Philip 
R.
 Freimann
 Sendt: 5. august 2005 19:19
 Til: Axapta-Knowledge-Village@yahoogroups.com
 Emne: [Axapta-Knowledge-Village] Re: Master Scheduling: Error 
Messages
 
 
 That's a possibility.  We just converted and went live last month.
 How could I identify this?  just match the BOM lines against
 InventTable items?
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Jens Strandberg
 [EMAIL PROTECTED] wrote:
  Hello there,
 
  Have faced similar problem after converting data into Axapta 3.0
 from
  another system. Our problem was that we had imported BOM lines
 pointing to
  items, that were not created in InventTable.
 
  This could be your situation too...
 
  /Jens
 
  -Oprindelig meddelelse-
  Fra: Axapta-Knowledge-Village@yahoogroups.com
  [mailto:[EMAIL PROTECTED] vegne af
 Philip
 R.
  Freimann
  Sendt: 5. august 2005 16:42
  Til: Axapta-Knowledge-Village@yahoogroups.com
  Emne: [Axapta-Knowledge-Village] Master Scheduling: Error Messages
 
 
  I have the following error messages at the end of the Master
  scheduling run.  There are no item specific error messages.  These
  are the only messages.  Can someone tell me what they mean?  Do 
they
  mean the explosion did not complete? If so where did it stop or 
how
  much did it complete?
 
  Master scheduling
   Cannot edit a record in Item table (InventTable)
   The record has never been selected.
 
   Item levels are not updated.
 
   Item coverage is updated.
 
  Thanks - we're new to Axapta Master scheduling.
 
 
 
 
 
 
 
  Sharing the knowledge on Axapta.
  Yahoo! Groups Links
 
 
 
 
 
 Sharing the knowledge on Axapta.
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 Sharing the knowledge on Axapta. 
 
 
 
 -
 YAHOO! GROUPS LINKS 
 
 
 Visit your group Axapta-Knowledge-Village on the web.
   
 To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
 
 
 -
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h76koat/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123598686/A=2894352/R=0/SIG=11fdoufgv/*http://www.globalgiving.com/cb/cidi/tsun.html;Help
 tsunami villages rebuild at GlobalGiving. The real work starts now/a./font
~- 

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/
 





[Axapta-Knowledge-Village] ZipCodeLookup: findrecord is soooo slow

2005-08-09 Thread hwimmer
Hi!
Imagine your ZipCode table contains about 100.000 records. When you 
are in the CustTable form where the customer has a zipcode at the 
end of the table and you click on the lookup button, Axapta will 
open the form and then you'll have to wait and wait and wait until 
Axapta found the record.

The reason for this is that Axapta uses the findrecord command in 
the FRM ZipCodeLookup, method run.
What makes me curious now is that a normal lookup will have the 
same result but much much faster. I emptied the FormHelp property 
for EDT ZipCodeID and the result is amazing: Axapta is placed on the 
correct record in milliseconds.

Question now: how does the standard lookup form position itself on 
the correct record? Obviously it uses another algorithm but which 
one?

Thanx and best regards,
Helmut
http://axaptafreak.blogspot.com





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hi01s8i/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123604523/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

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/