Re: [Axapta-Knowledge-Village] Retrieve Admin Password

2006-02-08 Thread Stefan Osterburg
Hi, go to the SQL Enterprise Manager find the table UserInfo in your respective database browse the table for the Admin user and empty the PASSWORD field for that record. After that you can log in to Axapta without password for the Admin user (and set a new password.) Stefan sherin francis

Re: [Axapta-Knowledge-Village] Copying a record

2006-01-08 Thread Stefan Osterburg
just write emp2.data(emp1); and afterwards change any fields in emp2 you need to change before inserting. Stefan pvraghavanmca schrieb: Hi all, I want to add a button called copy from in a form.By clicking that button i want to copy the data from one record to another(new) record.We

Re: [Axapta-Knowledge-Village] order by

2006-01-06 Thread Stefan Osterburg
create a view in AOT that groups and sums up your data and then perform your select on the view. ccaannttoo schrieb: Hi all, i've some question. below is my data 2 fields (type and qty) type qty typeA 1 typeA 1 typeB 2 typeB 2 typeC 3 typeC 3 can i sum (qty) and group by type and

[Axapta-Knowledge-Village] Setting global page margins for all reports in Axapta

2005-08-22 Thread Stefan Osterburg
a user would have the possibility to set these fields in standard Axapta - for now I have added a new Tab with these fields on the SysUserinfo form myself. Stefan Osterburg schrieb: Hi, Is there an easy way to set page margins globally for all reports in Axapta? Stefan Sharing

[Axapta-Knowledge-Village] Setting global page margins for all reports in Axapta

2005-08-19 Thread Stefan Osterburg
Hi, Is there an easy way to set page margins globally for all reports in Axapta? Stefan Yahoo! Groups Sponsor ~-- font face=arial size=-1a

Re: [Axapta-Knowledge-Village] Starting Stopping Axapta from command line

2005-04-09 Thread Stefan Osterburg
Hi, you can start the Axapta Object server on the command line using: net start Axapta Object Server and stop it using net stop Axapta Object Server Stefan Osterburg Mohammed Sadiq schrieb: Hi Everyone. We are using Axapta 3.0 Object Server in 3-tier mode.We are facing error 24324 daily

Re: [Axapta-Knowledge-Village] Strange Layer problem

2005-01-31 Thread Stefan Osterburg
have you compiled your application after installing the dis/dip-layers? Cenk Ince schrieb: Hi all I have a problem on layers, Class LedgerVoucherObject is in dip layer and when i post packingslip on salesorder, i get error because it can't run code below. transDateTotals returns null;

Re: [Axapta-Knowledge-Village] query question

2005-01-27 Thread Stefan Osterburg
try the following: select forupdate exu_delpoint where !(exu_delpoint.extnum like '???' Gert D'Hollander schrieb: Hi, I have a problem with a x++ query I want to do somthing like select forupdate exu_delpoint where strlen(exu_delpoint.extnum) != 7

Re: [Axapta-Knowledge-Village] Data import error

2004-12-08 Thread Stefan Osterburg
Danny, when you create a definition group for importing or exporting data in Axapta, Axapta automatically stores the current number of tables in the AOT into the definition group. When you use this definition group to import or export data Axapta checks the stored number against the current