Re: [Axapta-Knowledge-Village] Axapta 3.0 SP3 KR1 under Win2003RL2 64bit

2006-05-15 Thread Michael Krauss



Hallo Andrew,

we also could run an Axapta SP3 KR1 on Win 2003 SP1 on x64. But Axapta SP3 KR1 on Win 2003 Releas 2 on x64 dosn't work.
We Request Support from Microsoft. They know this Problem. But they have no Hotfix for this Problem and they will not make some one.
Microsoft will Support the x64 Win 2003 RL2 applikation only in Axapta 4.0. 
But we need to run the Axapta Application. We can't wait until Microsoft offers Axapta 4.0

Best Regards

Michael


 - Original Message - 
 From: Andrew Staples 
 To: Axapta-Knowledge-Village@yahoogroups.com 
 Sent: Friday, May 12, 2006 4:24 PM
 Subject: RE: [Axapta-Knowledge-Village] Axapta 3.0 SP3 KR1 under Win2003RL2 64bit


 We currently run production on SQL 2000 sp4 on Windows server 2003 x64 with
 Axapta sp3. For testing we are running Axapta sp3 kr1. We also just
 brought up another test environment this week of Axapta sp3 kr1, and SQL
 2005 on x64. All work fine.

 I don't know if we have rollup on the sql2000 installs

 Andrew

  -Original Message-
  From: Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Michael Krauss
  Sent: Friday, May 12, 2006 2:41 AM
  To: Axapta-Knowledge-Village@yahoogroups.com
  Subject: [Axapta-Knowledge-Village] Axapta 3.0 SP3 KR1 under 
  Win2003RL2 64bit
  
  Hello all together,
  
  has anybody installed an Axapta 3.0 SP3 with the 
  Kernelrollout on an Win2003 Server Releas 2 with 64bit and 
  SQL 2000 SP4 with Rollup??
  We can not connect the Axapta on this System. 
  If connecting from an older System to the SQL Database, 
  Axapta works fine.
  
  
  
  [Non-text portions of this message have been removed]
  
  
  
   Yahoo! Groups Sponsor 
  ~-- 
  Home is just a click away. Make Yahoo! your home page now.
  http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/kGEolB/TM
  --
  --~- 
  
  Sharing the knowledge on Axapta.
  Visit www.frappr.com/axapta for axapta friends. 
  Yahoo! Groups Links
  
  
  
  
  
  
  



 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS Business finance course Business to business finance Small business finance 
 Business finance consultant Business finance magazine Business finance schools 


--
 YAHOO! GROUPS LINKS 

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


--



[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  












Re: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Mallikarjun Gudidevuni



hi,
 For any control, if u want to use in X++, u need to set the AutoDeclaration property to yes. 
 1. say the textfields are txt1 and txt2 and the button is button1
 the code is like this
 if(txt1.text()  txt2.text()) 
 button1.enable(true);
 else
 button1.enable(false);
 

Dipankar Paul [EMAIL PROTECTED] wrote:
 
Hi all,
 
 I need your help for these queries,i have a table and a form with some control button in it.Now i want to access these button using X++ code..
Eg,
1) Suppose there are two text fields and a button.If i enter some text in the those fields then only the button should get activated.

2) Suppose, there are two tabs(Not two tab pages) in the single form i.e Login form for student  administrator ,when the student text area is selected the administrator text area should be deactiveted  vise versa.

Student Admin
Name:: Name::
Reg No:: Password::
 
 | ok | | ok |
 

Please,help me out how to define and declare a class and access the controls on the form .As i am very new to this field,your reply with some sample code will highly be appreciated.

Thank  Regards
Dipankar,
Bangalore,India
+919886267931. 




[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 



  
-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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] DictTable

2006-05-15 Thread anton_tjiptadi



Hi guys,
can anyone tell me what is the purpose of DicTable ?

I found one of the class using that and don't know for sure the 
meaning.

the class is LedgerJournalEngine_Payment in method Active
...
if (
fieldNum(ledgerJournalTrans, dimension) == 
dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, interCoDimension) 
== dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, txt) 
== dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, offsetTxt) 
== dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, exchRate) 
== dictTable.fieldCnt2Id(i)) 
objectLedgerJournalTrans.allowEdit(true);
}












Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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.



  












RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Morten Aasheim



Auto-declaration is very memory consuming, so it's not recommended if
you're using many controllers on your form. Better to declare each
controller in class declaration, and assign it in init.
Ex:
FormButtonControl buttonTest;
buttonTest = element.control(control::NameOfControl);

Regards,
Morten Aasheim
Peritus AS

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
Mallikarjun Gudidevuni
Sent: 15. mai 2006 12:20
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Please answer me...

hi,
 For any control, if u want to use in X++, u need to set the
AutoDeclaration property to yes. 
 1. say the textfields are txt1 and txt2 and the button is button1
 the code is like this
 if(txt1.text()  txt2.text()) 
 button1.enable(true);
 else
 button1.enable(false);
 

Dipankar Paul [EMAIL PROTECTED] wrote:
 
Hi all,
 
 I need your help for these queries,i have a table
and a form with some control button in it.Now i want to access these
button using X++ code..
Eg,
1) Suppose there are two text fields and a button.If i enter some text
in the those fields then only the button should get activated.

2) Suppose, there are two tabs(Not two tab pages) in the single form
i.e Login form for student  administrator ,when the student text area
is selected the administrator text area should be deactiveted  vise
versa.

Student Admin
Name:: Name::
Reg No:: Password::
 
 | ok | | ok |
 

Please,help me out how to define and declare a class and access the
controls on the form .As i am very new to this field,your reply with
some sample code will highly be appreciated.

Thank  Regards
Dipankar,
Bangalore,India
+919886267931. 




[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small
business finance Business finance consultant Business finance
magazine Business finance schools 
 
-
 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.


 
-
 



  
-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low
rates.

[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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.



  












Re: SV: SV: SV: [Axapta-Knowledge-Village] how do i get the database server names, database names

2006-05-15 Thread hemamalinis




Hi Thomas,

thank u very much. it is working. one more doubt is when i give wrong
userid/password, it shows system error. to prevent this, i write the code
within the try catch exception block. but, system shows both the system
provided error and also the following exception error. how to suppress the
system error? pls. provide the solution. sorry for the trouble agin. Thank
u.

 catch (Exception::Error)
 {
 error(Could not connect to database server);
 }


regs,
Hema. S




 
 Thomas Jensen 
 [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com 
 Sent by: cc: 
 [EMAIL PROTECTED] Subject: SV: SV: SV: [Axapta-Knowledge-Village] how do i get the 
 groups.com database server names, database names 
 
 
 05/15/2006 01:23 PM 
 Please respond to 
 Axapta-Knowledge-Village 
 
 




Hi Hema

If you want to validate the password you should connect using the loginid
and password. If you want to verify which databases the user has been
granted access to you can use the EnumDatabaseMappings method on the login
object.

Example:

static void TestDatabaseAccess(Args _args)
{
 str serverName = (local);
 str loginId = testuser;
 str password = password;

 COM sqlServer = new COM(SQLDMO.SQLServer);
 COM logins;
 COM login;
 COM databases;
 int i;
 int j;
 ;
 try
 {
 sqlServer.connect(servername,loginid,password);

 logins = sqlServer.logins();
 for (i=1;i=logins.count();i++)
 {
 login = logins.item(i);
 if (login.name()==loginId)
 {
 databases = login.EnumDatabaseMappings();
 for (j=1;j=databases.rows();j++)
 {
 info(databases.getColumnString(j,2));
 }
 }
 }

 }
 catch (Exception::Error)
 {
 error(Could not connect to database server);
 }
}

For documentation of the SQL-DMO object take a look here:

http://msdn.microsoft.com/library/default.asp?url="">



Regards
Thomas


-Oprindelig meddelelse-
Fra: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] På vegne af
[EMAIL PROTECTED]
Sendt: 12. maj 2006 06:00
Til: Axapta-Knowledge-Village@yahoogroups.com
Emne: RE: SV: SV: [Axapta-Knowledge-Village] how do i get the database
server names, database names


Hi,

i think it will work only after creating datasource. but, i dont want to
use odbc connection. in the following code, tell me how to check with user
password.

 COM com = new COM(SQLDMO.Application);
 COM servers = com.ListAvailableSQLServers();
 COM sqlserver;
 COM sqlserver1;
 COM databases;
 COM database;
 COM users;
 COM user;
 COM Passwords;
 COM Pwd;
 int i;
 int j;
 int k;
 ;
 setprefix(SQL Servers);
 try
 {
 sqlserver = new COM(SQLDMO.SQLServer);
 sqlserver1 = new COM(SQLDMO.SQLServer);

 sqlserver.connect(ListofSqlServers.getEditText());

 databases = sqlserver.databases();
 for (j=1;j=databases.count();j++)
 {
 database = databases.item(j);
 setprefix(database.name());
 if(database.name()==Databasename.text()) //user input
value)
 {
 users = database.users();
 for (k=1;k=users.count();k++)
 {
 user = users.item(k);
 setprefix(user.name());
 if(user.name()==userid.text()) //user input
value)
 {
 //here i want to check the user password.
only after that i will show //message it is a
valid connection

 info('Valid connection');

 }
 }
 }
 }

 }
 catch (Exception::Error)
 {
 error(Please check the data entered. Connection could not be
established based on the values provided);

 }


regs,
Hema. S





 Bayliss, Barry

 [EMAIL PROTECTED] To:
Axapta-Knowledge-Village@yahoogroups.com
 Sent by: cc:

 [EMAIL PROTECTED] Subject: RE:
SV: SV: [Axapta-Knowledge-Village] how do i get the
 groups.com database server
names, database names


 05/11/2006 04:23 AM

 Please respond to

 Axapta-Knowledge-Village








Hema,

There is a simpler way to do this, and it can be done using X++.

Here is an extract of code I use

ODBCConnection
 FormConnection
 (
 )
{
 #PCDMacro
 LoginProperty loginDetails = new LoginProperty();
 ODBCConnection currentconnection;
 str Database, CurrentServer,
CurrentApplication;
 int pos;
 ;


 // Create the connection
 database = sqlsystem::databaseBackendDesc();

 . processing the database variable to get the information I
require.

 LoginDetails.setDatabase(Database);
 logindetails.setUsername(#loginname);
 logindetails.setPassword(#logincode);

 currentconnection = new ODBCConnection(logindetails);
 return currentconnection;
}

As you see, you can supply:
 1. The database. In this case I use the currently connected database
to determine which database I will connect to.
 2. The login name. In this case it is stored in a macro.
 3. The password. In this case it is stored in a macro.

While this example uses an ODBC connection, there may be other connection
types that can also be used.


Thomas, thanks for the code for supplied.

Barry.

p.s. Hema, by describing your requirement you made it a lot easier to
address your issue.







-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, 10 May 2006 3:22 PM
To: 

Re: SV: SV: SV: [Axapta-Knowledge-Village] how do i get the database server names, database names

2006-05-15 Thread Akash



Hi,

in the catch section , use infolog.clear(). 

Regards
Akash

--- [EMAIL PROTECTED] wrote:


-

Hi Thomas,

thank u very much. it is working. one more doubt is
when i give wrong
userid/password, it shows system error. to prevent
this, i write the code
within the try catch exception block. but, system
shows both the system
provided error and also the following exception error.
how to suppress the
system error? pls. provide the solution. sorry for the
trouble agin. Thank
u.

 catch (Exception::Error)
 {
 error(Could not connect to database
server);
 }


regs,
Hema. S




 
 
 
 Thomas Jensen 
 
 
 [EMAIL PROTECTED] 
 To: Axapta-Knowledge-Village@yahoogroups.com 
 
 Sent by: 
 cc: 
 
 [EMAIL PROTECTED] 
 Subject: SV: SV: SV: [Axapta-Knowledge-Village]
how do i get the 
 groups.com 
 database server names, database names 
 
 
 
 
 
 
 
 05/15/2006 01:23 PM 
 
 
 Please respond to 
 
 
 Axapta-Knowledge-Village 
 
 
 
 
 
 
 
 




Hi Hema

If you want to validate the password you should
connect using the loginid
and password. If you want to verify which databases
the user has been
granted access to you can use the EnumDatabaseMappings
method on the login
object.

Example:

static void TestDatabaseAccess(Args _args)
{
 str serverName = (local);
 str loginId = testuser;
 str password = password;

 COM sqlServer = new COM(SQLDMO.SQLServer);
 COM logins;
 COM login;
 COM databases;
 int i;
 int j;
 ;
 try
 {
 
sqlServer.connect(servername,loginid,password);

 logins = sqlServer.logins();
 for (i=1;i=logins.count();i++)
 {
 login = logins.item(i);
 if (login.name()==loginId)
 {
 databases =
login.EnumDatabaseMappings();
 for (j=1;j=databases.rows();j++)
 {
 
info(databases.getColumnString(j,2));
 }
 }
 }

 }
 catch (Exception::Error)
 {
 error(Could not connect to database server);
 }
}

For documentation of the SQL-DMO object take a look
here:

http://msdn.microsoft.com/library/default.asp?url="">



Regards
Thomas


-Oprindelig meddelelse-
Fra: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] På
vegne af
[EMAIL PROTECTED]
Sendt: 12. maj 2006 06:00
Til: Axapta-Knowledge-Village@yahoogroups.com
Emne: RE: SV: SV: [Axapta-Knowledge-Village] how do i
get the database
server names, database names


Hi,

i think it will work only after creating datasource.
but, i dont want to
use odbc connection. in the following code, tell me
how to check with user
password.

 COM com = new COM(SQLDMO.Application);
 COM servers = com.ListAvailableSQLServers();
 COM sqlserver;
 COM sqlserver1;
 COM databases;
 COM database;
 COM users;
 COM user;
 COM Passwords;
 COM Pwd;
 int i;
 int j;
 int k;
 ;
 setprefix(SQL Servers);
 try
 {
 sqlserver = new COM(SQLDMO.SQLServer);
 sqlserver1 = new COM(SQLDMO.SQLServer);

 
sqlserver.connect(ListofSqlServers.getEditText());

 databases = sqlserver.databases();
 for (j=1;j=databases.count();j++)
 {
 database = databases.item(j);
 setprefix(database.name());
 
if(database.name()==Databasename.text()) //user input
value)
 {
 users = database.users();
 for (k=1;k=users.count();k++)
 {
 user = users.item(k);
 setprefix(user.name());
 
if(user.name()==userid.text()) //user input
value)
 {
 //here i want to check
the user password.
only after that i will show 
 //message it is a
valid connection

 info('Valid
connection');

 }
 }
 }
 }

 }
 catch (Exception::Error)
 {
 error(Please check the data entered.
Connection could not be
established based on the values provided);

 }


regs,
Hema. S





 Bayliss, Barry

 [EMAIL PROTECTED] 
 To:
Axapta-Knowledge-Village@yahoogroups.com
 Sent by: 
 cc:

 [EMAIL PROTECTED] 
 Subject: RE:
SV: SV: [Axapta-Knowledge-Village] how do i get the
 groups.com 
 database server
names, database names


 05/11/2006 04:23 AM

 Please respond to

 Axapta-Knowledge-Village








Hema,

There is a simpler way to do this, and it can be done
using X++.

Here is an extract of code I use

ODBCConnection
 FormConnection
 (
 )
{
 #PCDMacro
 LoginProperty loginDetails =
new LoginProperty();
 ODBCConnection currentconnection;
 str Database,
CurrentServer,
CurrentApplication;
 int pos;
 ;


 // Create the connection
 database =
sqlsystem::databaseBackendDesc();

 . processing the database variable to get the
information I
require.

 LoginDetails.setDatabase(Database);
 logindetails.setUsername(#loginname);
 logindetails.setPassword(#logincode);

 currentconnection = new
ODBCConnection(logindetails);
 return currentconnection;
}

As you see, you can supply:
 1. The database. In this case I use the
currently connected database
to determine which database I will connect to.
 2. The login name. In this case it is stored in
a macro.
 3. The password. In this case it is stored in a
macro.

While this example uses an ODBC connection, there may
be other connection
types that can also be used.


Thomas, thanks for the code for supplied.

Barry.

p.s. Hema, by describing your requirement you made it
a lot easier to
address your 

Re: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread sreenath reddy



true..u have to make the control auto decalraytion as Yes

Mallikarjun Gudidevuni [EMAIL PROTECTED] wrote: hi,
 For any control, if u want to use in X++, u need to set the AutoDeclaration property to yes. 
 1. say the textfields are txt1 and txt2 and the button is button1
 the code is like this
 if(txt1.text()  txt2.text()) 
 button1.enable(true);
 else
 button1.enable(false);
 

Dipankar Paul [EMAIL PROTECTED] wrote:
 
Hi all,
 
 I need your help for these queries,i have a table and a form with some control button in it.Now i want to access these button using X++ code..
Eg,
1) Suppose there are two text fields and a button.If i enter some text in the those fields then only the button should get activated.

2) Suppose, there are two tabs(Not two tab pages) in the single form i.e Login form for student  administrator ,when the student text area is selected the administrator text area should be deactiveted  vise versa.

Student Admin
Name:: Name::
Reg No:: Password::
 
 | ok | | ok |
 

Please,help me out how to define and declare a class and access the controls on the form .As i am very new to this field,your reply with some sample code will highly be appreciated.

Thank  Regards
Dipankar,
Bangalore,India
+919886267931. 




[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 



 
-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 




 

   
-
Yahoo! Mail goes everywhere you do. Get it on your phone.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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.



  











Re: [Axapta-Knowledge-Village] DictTable

2006-05-15 Thread Ashish Singh



Hi Dude,


DictTable is a class that basically falls under the classes that provides
you a lot nuch info about the Axapta objects and are generice in nature for
example this class can provide you all the info about any table in Axapta
which you instantiate by providing the table id while creating object for
this class:

Class: DictTable extends Object kerndoc://Classes/Object Run on: Called
 command://SHOWMETHODS/ Methods Description

This class gives access to information about a particular table
Example

dictTable dt = new dictTable(tableId);


here the tableId is the id of the table for which you want to know.
For more info see systemdocumentation-classes-DictTable.

regards,
Ashish Singh



On 5/15/06, anton_tjiptadi [EMAIL PROTECTED] wrote:

 Hi guys,
 can anyone tell me what is the purpose of DicTable ?

 I found one of the class using that and don't know for sure the
 meaning.

 the class is LedgerJournalEngine_Payment in method Active
 ...
 if (
 fieldNum(ledgerJournalTrans, dimension) ==
 dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, interCoDimension)
 == dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, txt)
 == dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, offsetTxt)
 == dictTable.fieldCnt2Id(i) ||
 fieldNum(ledgerJournalTrans, exchRate)
 == dictTable.fieldCnt2Id(i))
 objectLedgerJournalTrans.allowEdit(true);
 }









 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends.
 Yahoo! Groups Links










[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] Ver White paper

2006-05-15 Thread Craig Fidler



Hi,

 

Does anyone out there have an updated white paper for version 4??

 

 

Regards

 

 

Craig

 

 

 


The views expressed in this email are, unless otherwise stated, those of the author and not those
of the BS3 Group or its management. The information in this e-mail is confidential and is intended 
solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not 
the intended recipient, any disclosure, copying, distribution or any action taken or omitted in 
reliance on this, is prohibited and may be unlawful. Whilst all reasonable steps are taken to 
ensure the accuracy and integrity of information and data transmitted electronically and to preserve 
the confidentiality thereof, no liability or responsibility whatsoever is accepted if information
or data is, for whatever reason corrupted or does not reach its intended destination.


[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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] Pre Printed stationary for Report

2006-05-15 Thread sherin francis



Hi Group..
 
 I have a report query...
 The paper on which i am printing the report (Sales Invoice) is on pre-printed stationary (A4) ... which has a header and footer...
 
 The report should ideally fit between the header and footer and it should understand that when it reaches a few mm above the footer should automatically start printing on the next page. 
 
 I am sort of lost as to where should i code and how to code this particular requirement... 
 
 I tried changing the printer properties(both in Axapta and the OS) setting giving the sizing equivalent to the area only where i want the data to be printed..but facing some issues with it...
 
 Any help will be greatly appreciated

  
-
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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.



  












Re: [Axapta-Knowledge-Village] Ver White paper

2006-05-15 Thread Sri ni



hi all!
 i would like to write Axapta certification exam on finance 
 Can any body help me to 
 1)prepare for the exam ?
 2)pattern of examination ?
 3)What are the suggestable sites, books 
 
 Please let me know soon
 Thanks
 Srini
 

Craig Fidler [EMAIL PROTECTED] wrote:
 Hi,



Does anyone out there have an updated white paper for version 4??





Regards





Craig








The views expressed in this email are, unless otherwise stated, those of the author and not those
of the BS3 Group or its management. The information in this e-mail is confidential and is intended 
solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not 
the intended recipient, any disclosure, copying, distribution or any action taken or omitted in 
reliance on this, is prohibited and may be unlawful. Whilst all reasonable steps are taken to 
ensure the accuracy and integrity of information and data transmitted electronically and to preserve 
the confidentiality thereof, no liability or responsibility whatsoever is accepted if information
or data is, for whatever reason corrupted or does not reach its intended destination.


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 



   
-
Yahoo! Mail goes everywhere you do. Get it on your phone.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











Re: [Axapta-Knowledge-Village] editing class method without opening the class

2006-05-15 Thread manoj chhillar



Hi,

Please try this one.
//how to add line to a class method at runtime
static void Job4(Args _args)
{
 #AOT
 TreeNode treeNode;
 str oldSource;
 str newSource;
 int startpos;
 ;
 TreeNode = TreeNode::findNode(#ClassesPath
+'\\test');
 treenode = treenode.AOTfindChild(testing);
 oldSource = treenode.AOTgetSource();
 startpos = strfind(oldSource, '{', 1,
strlen(oldSource));
 newSource = strIns(oldSource, //manoj chhillar,
startpos + 1);
 treenode.AOTsetSource(newSource);
 treenode.AOTcompile();
 treenode.AOTsave();
}

Manoj.

--- [EMAIL PROTECTED] wrote:

 Hi all,
 
 i got solution for editing method without opening a
 class. but, i want to
 add lines in a particular line in the class method.
 now, it is added in the
 first line of the method. if anyone know the
 solution, pls. tell me. thank
 u.
 
 
 
 regs,
 Hema. S
 
 
 


MANOJ CHHILLAR
9810544205

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 








Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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] Re: T L Exam

2006-05-15 Thread mkadry20




Dear Shafeeq;
your friend is right,you can forcast availability through the 
supplementary item calculation AR--Sales order--Calculation button.


--- In Axapta-Knowledge-Village@yahoogroups.com, Shafeeq Muhammed 
[EMAIL PROTECTED] wrote:

 Dear All,
 
 One of my friend told me there is a question in TL Exam is 
that, In what type of trade agreements can you forecast 
availability? And the answer he told me that it is in Supplementary 
Items. Can any one explain me whether this answer is correct or not, 
if yes where you can specify the forecast of availability in 
Supplementary agreements.
 
 Regards
 
 Shaf
 
 
 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 [Non-text portions of this message have been removed]














Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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.



  












RE: [Axapta-Knowledge-Village] Pre Printed stationary for Report

2006-05-15 Thread Malcolm Burtt



Hi
 
Just change the Top and Bottom margins on your report design (go to the report's Design node, right click, select Properties and find Top Margin, etc). That'll take care of it.
 
Malcolm Burtt 
Touchstone 
People, Partnership, Solutions



 _ 

From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sherin francis
Sent: 15 May 2006 13:38
To: axapta axapta
Subject: [Axapta-Knowledge-Village] Pre Printed stationary for Report


Hi Group..
 
 I have a report query...
 The paper on which i am printing the report (Sales Invoice) is on pre-printed stationary (A4) ... which has a header and footer...
 
 The report should ideally fit between the header and footer and it should understand that when it reaches a few mm above the footer should automatically start printing on the next page. 
 
 I am sort of lost as to where should i code and how to code this particular requirement... 
 
 I tried changing the printer properties(both in Axapta and the OS) setting giving the sizing equivalent to the area only where i want the data to be printed..but facing some issues with it...
 
 Any help will be greatly appreciated

 
-
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 




SPONSORED LINKS 
Business finance course http://groups.yahoo.com/gads?t=msk=Business+finance+coursew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=I8jDsORmsaYn0BeqghcJ2w  Business to business finance http://groups.yahoo.com/gads?t=msk=Business+to+business+financew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=fCzze7cxm1K7TVKkzAaOrA  Small business finance http://groups.yahoo.com/gads?t=msk=Small+business+financew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=v9sWAno7Kz4WuL8Tadcdhw  
Business finance consultant http://groups.yahoo.com/gads?t=msk=Business+finance+consultantw1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=d1xwT3WL0E6XBf6cAV5BXA  Business finance magazine http://groups.yahoo.com/gads?t=msk=Business+finance+magazinew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=qphRINaNuVm_6bwoQxgUmg  Business finance schools http://groups.yahoo.com/gads?t=msk=Business+finance+schoolsw1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=1RfnhYZpV99RKWRZzSH4gA  

 _ 

YAHOO! GROUPS LINKS 


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


 _ 




[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  












Re: [Axapta-Knowledge-Village] Text Display

2006-05-15 Thread Sakthivel






hi,
 if i use display method means it will display the values that r stored
in the specified datasources,that is only static values will be displayed
,if i want to enter the values during runtime means how to achieve it?

Ex: During Runtime if i entered first text values assakthi means it
should be displayed in the second text field assakthi.

That is: First Textfield: User: sakthi
 Second Textfield: UserID: sakthi

Regards,

sakthi



 
 Mallikarjun Gudidevuni 
 [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com 
 Sent by: cc: 
 [EMAIL PROTECTED] Subject: Re: [Axapta-Knowledge-Village] Text Display 
 groups.com 
 
 
 05/15/2006 10:35 AM 
 Please respond to 
 Axapta-Knowledge-Village 
 
 




Hi
 U have to wite a display method for the second text field. and in
properties of send text give the datamethod as the display method name.

[EMAIL PROTECTED] wrote:


hi,
 i have two text fields if i entered text in first field that
corresponding text should display in second text field,how to perform it?

Regards,

Sakthi







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.



 SPONSORED LINKS
 Business finance course Business to business finance Small
business finance Business finance consultant Business finance
magazine Business finance schools

-
 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.


-





-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1cent;/min.

[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Yahoo! Groups Links




















Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] Axapta Backup with OLAP...

2006-05-15 Thread Luis Martinez



Hi everybody, I have a qestion...
If I want to make a backup for Axapta (3.0 with SP4),
with OLAP configurated.

What I need for make a complete backup...
Application + DB + ???

Thanks in advance.

-- 
Lic. Luis Enrique Martínez Peña
Analista Programador Axapta
Consultor Sistemas Web
Off. (81) 8335 0620 ext 8564
http://www.it-soluciones.com.mx
http://www.chez.com/enriquemtz/


[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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] Ax 4.0 with SQL Reporting Services

2006-05-15 Thread Steeve Gilbert



Hi everyone,

 

 Can someone tell us about SQL Reporting Services integration in Ax
4.0? How well is it integrated? How is it to create a report that will
use SQL Reporting Services in Ax 4.0? Any kind of info would be
appreciated.

 

Regards,

Steeve... 

 



[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











RE: [Axapta-Knowledge-Village] Ax 4.0 with SQL Reporting Services

2006-05-15 Thread Brandon George



Well if you went to Conv. This year this you could have gotten the Beta, which has all of this setup. 

Anyway it's very well integrated, and as far as I can tell works great. Do you have any specific questions? Any issues you are running into?

Thanks,
Brandon

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert
Sent: Monday, May 15, 2006 4:10 PM
To: Axapta-Knowledge-Village@yahoogroups.com; development-axapta@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Ax 4.0 with SQL Reporting Services

Hi everyone,

 

 Can someone tell us about SQL Reporting Services integration in Ax
4.0? How well is it integrated? How is it to create a report that will
use SQL Reporting Services in Ax 4.0? Any kind of info would be
appreciated.

 

Regards,

Steeve... 

 



[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











Re: [Axapta-Knowledge-Village] Ax 4.0 with SQL Reporting Services

2006-05-15 Thread Luis Martinez



can share us a demo version of AX 4.0 ?

On 5/15/06, Steeve Gilbert [EMAIL PROTECTED] wrote:

 Hi everyone,



 Can someone tell us about SQL Reporting Services integration in Ax
 4.0? How well is it integrated? How is it to create a report that will
 use SQL Reporting Services in Ax 4.0? Any kind of info would be
 appreciated.



 Regards,

 Steeve...





 [Non-text portions of this message have been removed]



 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends.


 --
 YAHOO! GROUPS LINKS


 - Visit your group Axapta-Knowledge-Villagehttp://groups.yahoo.com/group/Axapta-Knowledge-Village
 on the web.

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

 - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 --




-- 
Lic. Luis Enrique Martínez Peña
Analista Programador Axapta
Consultor Sistemas Web
Off. (81) 8335 0620 ext 8564
http://www.it-soluciones.com.mx
http://www.chez.com/enriquemtz/


[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  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] Invoices / Batch process

2006-05-15 Thread clegan06



 Is there a way to have multiple reports (invoices) print to the same 
file? Can I run invoices in a batch process and have them all print 
into one .pdf? We currently batch them, but they print out 
individually to a printer.

When I specify print to file, it prints the first one fine, but the 
second one overwrites the first one. The third one repeats this 
process and so on. At the end I am left with one file for the last 
invoice.

TIA,
Chris.









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











Re: [Axapta-Knowledge-Village] Axapta Interface with POS

2006-05-15 Thread Cyrus Bharda



Shaz,

My understanding is that it doesnt, Dimension Data do have an addon POS
module though.

Cy

On 5/15/06, Shahzad Butt [EMAIL PROTECTED] wrote:

 Hi, can some point me to a web link / reference / documentation on
 Axapta interfaces with any POS? Or if you've done any work then give me
 a rough guideline to convince a prospect that how easily it can be done.



 Regards,

 Shaz



 [Non-text portions of this message have been removed]



 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends.



 SPONSORED LINKS
 Business finance coursehttp://groups.yahoo.com/gads?t=msk=Business+finance+coursew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=I8jDsORmsaYn0BeqghcJ2w Business
 to business financehttp://groups.yahoo.com/gads?t=msk=Business+to+business+financew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=fCzze7cxm1K7TVKkzAaOrA Small
 business financehttp://groups.yahoo.com/gads?t=msk=Small+business+financew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=v9sWAno7Kz4WuL8Tadcdhw Business
 finance consultanthttp://groups.yahoo.com/gads?t=msk=Business+finance+consultantw1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=d1xwT3WL0E6XBf6cAV5BXA Business
 finance magazinehttp://groups.yahoo.com/gads?t=msk=Business+finance+magazinew1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=qphRINaNuVm_6bwoQxgUmg Business
 finance schoolshttp://groups.yahoo.com/gads?t=msk=Business+finance+schoolsw1=Business+finance+coursew2=Business+to+business+financew3=Small+business+financew4=Business+finance+consultantw5=Business+finance+magazinew6=Business+finance+schoolsc=6s=185.sig=1RfnhYZpV99RKWRZzSH4gA
 --
 YAHOO! GROUPS LINKS


 - Visit your group Axapta-Knowledge-Villagehttp://groups.yahoo.com/group/Axapta-Knowledge-Village
 on the web.

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

 - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 --



[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] Sales Line Modified Method Zeroing Values?

2006-05-15 Thread Cyrus Bharda



Hello Everyone,

While looking into a Sales Line issue I found that in the modified method
for the ItemId, there is a call to the following method:

Data Dictionary\Maps\PriceDiscLine\Methods\lineAmountModified

Stack Trace:
\Data Dictionary\Maps\PriceDiscLine\Methods\lineAmountModified - line 3
\Data Dictionary\Tables\SalesLine\Methods\lineAmountModified - line 3
\Classes\SalesLineType\initFromInventTable - line 43
\Data Dictionary\Tables\SalesLine\Methods\initFromInventTable - line 7
\Data Dictionary\Tables\SalesLine\Methods\itemIdChanged - line 19
\Forms\SalesTable\Data Sources\SalesLine\Fields\ItemId\Methods\modified -
line 45
\Classes\FormStringControl\modified
\Classes\FormStringControl\Leave
\Classes\FormRun\task
\Classes\SysSetupFormRun\task - line 20

It is a fairly simple method that sets a whole bunch of values to 0 as seen
below:

void lineAmountModified()
{
 this.price = 0;
 this.lineDisc = 0;
 this.linePercent = 0;
 this.multiLnDisc = 0;
 this.multiLnPercent = 0;
 this.markup = 0;
}

Can anyone tell me why this happens? I am confused as why you would want to
set these to zero, mainly because I cant see any code after that fact that
repopulates those fields before inserting them onto the sales line?

Thanks for your help.

Cy


[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] Print Archive is kept where?

2006-05-15 Thread James Flavell



Can anyone tell me is the print archive data kept in the DB or on the file
system?
Any other info on this feature (good or bad).

Thanks
James



[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











Re: [Axapta-Knowledge-Village] Invoices / Batch process

2006-05-15 Thread Mallikarjun Gudidevuni



Hi,
 See MainMenu-AR-Inquiries-Journals-Invoice form. In this form u will find a button Print Selected Invoice This will print the selected invoices.

clegan06 [EMAIL PROTECTED] wrote:
 Is there a way to have multiple reports (invoices) print to the same 
file? Can I run invoices in a batch process and have them all print 
into one .pdf? We currently batch them, but they print out 
individually to a printer.

When I specify print to file, it prints the first one fine, but the 
second one overwrites the first one. The third one repeats this 
process and so on. At the end I am left with one file for the last 
invoice.

TIA,
Chris.





Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 



  
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  











Re: [Axapta-Knowledge-Village] Text Display

2006-05-15 Thread vijay karthik



hi sakthi,
 have u try my earlier code.that one is suitable for ur requirement. if u entered the texts in first field, the second field also affecting(displaying the text) the same.
 i think u write code in textchange() of first field's method, u acheive the result.
 u try the same.if any queries pass as the same.
 
 regards,
 vijay karthik

[EMAIL PROTECTED] wrote:
 


hi,
 if i use display method means it will display the values that r stored
in the specified datasources,that is only static values will be displayed
,if i want to enter the values during runtime means how to achieve it?

Ex: During Runtime if i entered first text values assakthi means it
should be displayed in the second text field assakthi.

That is: First Textfield: User: sakthi
 Second Textfield: UserID: sakthi

Regards,

sakthi



 
 Mallikarjun Gudidevuni 
 [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com 
 Sent by: cc: 
 [EMAIL PROTECTED] Subject: Re: [Axapta-Knowledge-Village] Text Display 
 groups.com 
 
 
 05/15/2006 10:35 AM 
 Please respond to 
 Axapta-Knowledge-Village 
 
 




Hi
 U have to wite a display method for the second text field. and in
properties of send text give the datamethod as the display method name.

[EMAIL PROTECTED] wrote:


hi,
 i have two text fields if i entered text in first field that
corresponding text should display in second text field,how to perform it?

Regards,

Sakthi







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.



 SPONSORED LINKS
 Business finance course Business to business finance Small
business finance Business finance consultant Business finance
magazine Business finance schools

-
 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.


-





-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1cent;/min.

[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Yahoo! Groups Links
















Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 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. 

 
-
 



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] regarding Axapta certification

2006-05-15 Thread Sri ni



hi all!
 i would like to write Axapta certification exam on finance 
 Can any body help me to 
 1)prepare for the exam ?
 2)pattern of examination ?
 3)What are the suggestable sites, books 
 
 Please let me know soon
 Thanks
 Srini
  
-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1cent;/min.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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] Re: [development-axapta] editing class method without opening the class

2006-05-15 Thread hemamalinis

Hi,

i can get the source of method and also can find the line and column number
in which the source to be inserted.

but, i dont know how to insert the text source in the found line number. in
aotsetsource method, there is no parameter called line number and column
number. only source is there. existing source will be override when this is
used.

if anyone knows the solution, pls. provide. it is urgent. Thank u.


regs,
Hema. S




 
Max Belugin 
 
[EMAIL PROTECTED]  To: 
development-axapta@yahoogroups.com
Sent by:   cc:  
 
[EMAIL PROTECTED]   Subject: Re: 
[development-axapta] editing class method without
groups.com  opening the class   
 

 

 
05/15/2006 02:55 PM 
 
Please respond to   
 
development-axapta  
 

 

 




Use TreeNode.AOTgetSource TreeNode.AOTsetSource

Divide source into lines by finding '\n's

-Original Message-
From: [EMAIL PROTECTED]
To:
Axapta-Knowledge-Village@yahoogroups.com,development-axapta@yahoogroups.com
Date: Fri, 12 May 2006 14:01:09 +0530
Subject: [development-axapta] editing class method without opening the
class

 Hi all,

 i got solution for editing method without opening a class. but, i want to
 add lines in a particular line in the class method. now, it is added in
the
 first line of the method. if anyone know the solution, pls. tell me.
thank
 u.


http://belugin.info/sidax





 Yahoo! Groups Sponsor ~--
Everything you need is one═click away.═ Make Yahoo! your home page═now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/saFolB/TM
~-


Yahoo! Groups Links










 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
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] Pre Printed stationary for Report

2006-05-15 Thread Akshay



Hi Sherin,
There is no need for you to change any code in order to change the layout of
the Sales Invoice to suit a pre-printed stationery. Changing the Generated
Design of the form should be good enough. This method would even work even
if the paper is not A4 size. It could be a Dot Matrix Printer page aswell.
For each group in the report there are dimensions of margins, height etc.
Adjusting those would be more than enough.

Akshay


[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.



  












RE: [Axapta-Knowledge-Village] Re: T L Exam

2006-05-15 Thread Asrar Shaik



Could you please elaborate the forecast? I know when you calculate
Supplementary item, system will add new lines based on the trade
agreement set up. But, how the system calculate the forecast could not
figure out. Please explain.

Thanks,

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of mkadry20
Sent: Monday, May 15, 2006 12:09 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: T L Exam


Dear Shafeeq;
your friend is right,you can forcast availability through the 
supplementary item calculation AR--Sales order--Calculation button.


--- In Axapta-Knowledge-Village@yahoogroups.com, Shafeeq Muhammed 
[EMAIL PROTECTED] wrote:

 Dear All,
 
 One of my friend told me there is a question in TL Exam is 
that, In what type of trade agreements can you forecast 
availability? And the answer he told me that it is in Supplementary 
Items. Can any one explain me whether this answer is correct or not, 
if yes where you can specify the forecast of availability in 
Supplementary agreements.
 
 Regards
 
 Shaf
 
 
 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 [Non-text portions of this message have been removed]











Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  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.