[Axapta-Knowledge-Village] In use records (again)

2005-01-03 Thread Hennie Potgieter
Title: Message






Hi,

One of my users 
marked a number of records for settlement on a specific customer in open 
transaction editing in Accounts Receivable. (about 700 records). After 
marking the records (but before settling) his session got terminated by the 
AOS. All marked records now sit with a red hand in the "In Use" column of 
the open transaction editing form and nobody is able do anything with the In Use 
records. How do I remove the red hand and make the records available 
again?

Hennie


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 the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] simple report question

2005-01-03 Thread Danny Gaethofs


Dear all,

I want to realize that a control field in a programmable section 
repeats 5 times on the first line of my report.

To test this I created a simple programmable section containing the 
field ItemId.

I send the item record from the fetch() method.

Using a while loop in my fetch method and a counter I want the item 
to be printed 5 times on the first line of my report.

I am not able to succeed, instead the item prints on five lines.

Can someone explain me how I can realize this.

Axapta 3.0 SP3.

Danny





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] Batch processing

2005-01-03 Thread Girish B

after setting the batch process did you start the
process ? i.e did you run Basic/Periodic / Batch /
Processing ?
   you need to run this and select the Batch group.

 --- birzanto [EMAIL PROTECTED] wrote: 

-

Dear all,

Is there anyone of you know how to use batch
processing?
I have tried to use the MRP with batch processing, but
but the status 
is always still in waiting and cannot change into
the other status 
(executed, or ended, etc).

Please kindly inform.

Regards,






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 the Yahoo!
Terms of Service.
 





___ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com


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] Select empty date field

2005-01-03 Thread Sonny Wibawa Adi




Hi Nitesh,


Use nullValue function or dateNull function.

For example:

 select * from salesTable where salesTable.DeadLine == nullValue(salesTable.Deadline);
 select * from salesTable where salesTable.DeadLine == dateNull();or
 objRange.value(queryValue(dateNull()));

Regards,


Sonny Wibawa AdiNitesh [EMAIL PROTECTED] wrote:




Hi all,
 i want to select records froma table whose date is empty.i used null, ' ' and " " in the criteria but it is not working .please help.

Regards 
NiteshSharing the knowledge on Axapta. 
		Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.


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 the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] simple report question

2005-01-03 Thread Raul Llorente Peña/OPENSOLUTIONS





Take a look about methods of element.design(): GotoY100mm, gotoX100mm (this one doesnt work as expected, be aware!!), etc. And about left100mm of the controls!! Tutorial Report_positioning (or something similar) will be useful to you.The logic is:- Save the initial Y100mm.repeat X times - print line (executable section). - displace controls to right. - Use goto Y100mm to go to initial Y100mm. (this is, you "rewind" in the paper!!)print the rest of the report.endI expect this will help you.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS


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 the Yahoo! Terms of Service.













Re: [Axapta-Knowledge-Village] Select empty date field

2005-01-03 Thread Subrahmanyam Mamidi




Hi Niteshh,

dateNull() will be usefull to find empty dates.

You may want to use s" elect Table where table.datefiled == dateNull() .
Nitesh [EMAIL PROTECTED] wrote:




Hi all,
 i want to select records froma table whose date is empty.i used null, ' ' and " " in the criteria but it is not working .please help.

Regards 
NiteshSharing the knowledge on Axapta. 
		Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search. Learn more.


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 the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Object ID

2005-01-03 Thread Joy






Dear all,

I'm facing a problem right now, and deeply need 
help.

This is the story :
We have 2 application and 2 Database on single 
server, 1 as UAT (A) and the other as Go Live preparation (B).

There is a mistake that using A appl and B 
Database.

What is the effect of it? and how to solve 
it.

We have done the synchronization. The configuration 
of functional, such as item group, etc, still exist.
How about object Id in database?
Is there any duplicated id in 
database?
Is Syncronize recreate the object ID (such as EDT, 
table, class, BaseEnums, form and Report id)?

Thanks for the answer guys

Joy



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 the Yahoo! Terms of Service.










Re: RE : [Axapta-Knowledge-Village] Slow Performance of Report

2005-01-03 Thread Ashi Singh




Well Steve i thanks a lot for your advice well the problem is that View Only supports a downward hierarchy with each only at one level.
just like
- I level ---II level
 -III level
--- IV level

And so i have todraw some relations on to database which is likebelow

- I level II level
 -III level
 - IV level
 
I hope that you must have understood my problem than that is not possible in View.
And if you have some workaround then please share the same.

Any way happy new year 2005

Can contact me at [EMAIL PROTECTED] 
Waiting for your mail.com wrote:
Check that you have the right index when accessing your tables. If you can, create a view that will regroup all the info you need instead of accessing them individually from the fetch, something it's faster with a view.Steeve... -Message d'origine-De: compashi [mailto:[EMAIL PROTECTED] Envoyé: 28 décembre 2004 09:46À: Axapta-Knowledge-Village@yahoogroups.comObjet: [Axapta-Knowledge-Village] Slow Performance of ReportHi Everbody,Well friends i have designed a report on SubLedger transaction. For that i have to take field from many tables viz. VendTrans,AssetTrans,BankAccountTrans,CustTrans,Ledgertable and not mention Ledgerttrans also. now i have inserted my desire dataset on a temp table which i have created.But mine problem is that when report is executed it
 takes a lot of time.I have all populated all the data on to the fetch method.Please tell me if there is any optimization techinque in terms of Coding or the deployment which can speed my report execution and whether this temp table strategy is the right one to be followed when data is to be extracted from many tables and many relation have to be implemented.Ultimately report is to deployed in 3-tier architecture.any suggestion is welcomed .Have a nice day to all Axapta Community members and advance wishes for New Year .Sharing the knowledge on Axapta. Yahoo! Groups LinksSharing the knowledge on Axapta. __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 


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 the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Re: simple report question

2005-01-03 Thread Danny Gaethofs


Dear Raul,

Before I asked this question I already investigated the 
tutorial_positioning. This one is not solving my problem.

I already tried several ways to get it done but unsuccessfull.
I have been trying it with the topMargin and leftMargin, but that is 
not working.

I have tried it your way but neither that is working. Perhaps I am 
overlooking something in your explanation:



But what happens is that it is only printed below each other .

I have tried with setting the property of the control to right, but 
then all prints on the right side.

my fetch() method contains:

topPostion = 13;
leftPosition = 6;

element.gotoYmm100(topPosition * 100);

while (ctr = numberoftimes)
{
  element.gotoYmm100(topPostion*100); // need to rewind the position 
on the page
  element.execute(1);

  if (ctr mod 5 == 0)
  { 
topPosition  = topPosition + certainHeight;
leftPosition = leftMargin + certainWidth;
  }
  else
  {
 leftPosition = leftPosition + certainWidth;
  }
element.gotoYmm100(topPosition*100);

ctr = ctr + 1 
}


regards,
Danny
--- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente 
Peña/OPENSOLUTIONS [EMAIL PROTECTED] wrote:
 





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] simple report question

2005-01-03 Thread Steeve Gilbert

I guess this refer to your previous section.  You can't do what you explain 
here.  A programmable section will always print under the last one printed.  
What you need to do is create 5 fields in the your prog section so that they 
can be on the same line.  If you want to create your control dynamically look 
at method like yourProgSection.addStringDisplayControl().  Get back to us if 
you need other details.

Regards,

Steeve... 


-Message d'origine-
De : Danny Gaethofs [mailto:[EMAIL PROTECTED] 
Envoyé : 3 janvier 2005 06:25
À : Axapta-Knowledge-Village@yahoogroups.com
Objet : [Axapta-Knowledge-Village] simple report question



Dear all,

I want to realize that a control field in a programmable section 
repeats 5 times on the first line of my report.

To test this I created a simple programmable section containing the 
field ItemId.

I send the item record from the fetch() method.

Using a while loop in my fetch method and a counter I want the item 
to be printed 5 times on the first line of my report.

I am not able to succeed, instead the item prints on five lines.

Can someone explain me how I can realize this.

Axapta 3.0 SP3.

Danny





Sharing the knowledge on Axapta. 
Yahoo! Groups Links



 





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] Re: simple report question

2005-01-03 Thread Raul Llorente Peña/OPENSOLUTIONS





At first glow, your code appears to be OK...Note that, when you use gotoY100mm, in the preview screen only will appear the last section printed on same zone of paper. This is, if you have printed 5 sections on same paper section(controls displacing to right), in preview screen you will see only the last one. But print it... surprise, the 5 sections appears!!believe me, I've done this several times.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Danny Gaethofs" [EMAIL PROTECTED] escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "Danny Gaethofs" [EMAIL PROTECTED]Fecha: 03/01/2005 16:23Asunto: [Axapta-Knowledge-Village] Re: simple report questionDear Raul,Before I asked this question I already investigated the tutorial_positioning. This one is not solving my problem.I already tried several ways to get it done but unsuccessfull.I have been trying it with the topMargin and leftMargin, but that is not working.I have tried it your way but neither that is working. Perhaps I am overlooking something in your explanation:But what happens is that it is only printed below each other .I have tried with setting the property of the control to right, but then all prints on the right side.my fetch() method contains:topPostion =  13;leftPosition = 6;element.gotoYmm100(topPosition * 100);while (ctr =   numberoftimes){element.gotoYmm100(topPostion*100); // need to rewind the position on the pageelement.execute(1);if (ctr mod 5 == 0){  topPosition = topPosition + certainHeight; leftPosition = leftMargin + certainWidth;}else{  leftPosition = leftPosition + certainWidth;  }element.gotoYmm100(topPosition*100);ctr = ctr + 1 }regards,Danny--- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente Peña/OPENSOLUTIONS <[EMAIL PROTECTED]>wrote: 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/


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 the Yahoo! Terms of Service.













[Axapta-Knowledge-Village] Axapta COM Connector configuration parameters Oracle 9.2 Against Axapta 2.5

2005-01-03 Thread Raul Llorente Peña/OPENSOLUTIONS





Two questions:Can anyone tell me where can I find documentation about configuration parameters of the Axapta COM+ Connector?? In a customer we have, it goes pretty, but in a random time elapse (from minutes to days), it gives several types of errors. This component is being used all the time. I've found some tips, but splitted in very different places... I'd like to find some sort of compiled information about this... Can anyone tell me about this?The second question: Axapta 2.5 SP3 or + is supported with Oracle 9i. But, have anyone seen any configuration of 2.5 (wichever SP it is) against Oracle 9.2.x (Oracle 9i with patch 9.2.x)?Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS


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 the Yahoo! Terms of Service.













RE : [Axapta-Knowledge-Village] Users screen

2005-01-03 Thread Steeve Gilbert











I think theses settings
are saved in SysLastValue.  You could duplicate the record from your first
company to the new one, that should do the job.  Try it in a test DB first as
I'm not 100% sure, I've never tried it.









Steeve... 









-Message d'origine-
De: Deniz ASLAN
[mailto:[EMAIL PROTECTED] 
Envoyé: 3 janvier 2005 10:54
À:
Axapta-Knowledge-Village@yahoogroups.com
Objet:
[Axapta-Knowledge-Village] Users screen



Hi all,

In  Axapta3.0 sp3  ,  I opened a new company which use the
same AOS and db.

How can I transfer personalize  screen   in my new company.

 I have to design all users screen again?

Thanks

Best regards,





Deniz ASLAN









Sharing the knowledge on Axapta. 








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 the Yahoo! Terms of Service.












---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.825 / Virus Database: 563 - Release Date: 30.12.2004
 

[Axapta-Knowledge-Village] Re: i need intercompany setup document

2005-01-03 Thread jasondykeson


Maybe on www.axapta-links.com 

Regards.

--- In Axapta-Knowledge-Village@yahoogroups.com, Cenk Ince 
[EMAIL PROTECTED] wrote:
 Hi all;
 
 I need intercompany setup doc.
 
 Thanks.





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] SQL server installation Tuning

2005-01-03 Thread tj_jayson


Hi All,

Where I can get documents regarding the Tuning of SQL server 

for a Axapta Ver 3 sp3  3 tier Thin client configuration.

Thanks for the Help

Tjj







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] SQL server installation Tuning

2005-01-03 Thread tj_jayson


Hi All,

Where I can get documents regarding the Tuning of SQL server 

for a Axapta Ver 3 sp3  3 tier Thin client configuration.

Thanks for the Help

Tjj







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] Layer Question

2005-01-03 Thread tj_jayson


Hi All,

I have a development instance having modifications in CUS Layer

which I need to move to VAR layer . My Question is How I can move 

the Extended Data types, Table , Classes to VAR layer with new  VAR 

layer feild Id's. The Tables are having values and also doc Handling 

on.

Please advise 

Thx

Tjj





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] Select empty date field

2005-01-03 Thread akash malohatra

Hi,

try 01/01/1900 . Axapta stores this date for null
dates in the database.

Regards
Akash
--- Nitesh [EMAIL PROTECTED] wrote:

 Hi all,
  i want to select  records from a table
 whose date is empty.i used null, '  '  and in
 the criteria but it is not working .please help.
 
 Regards 
 Nitesh
 


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


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] Slow connection for remote clients

2005-01-03 Thread Preston A. Larimer











You should check your latency from the
client to the server for the remote clients, even though you have a 64Kps line
your latency can be high causing the client to be nearly unusable especially for
forms with lots of sorting or large lookups. If your latency is high, and
you have a dedicated line then you can talk to your network provider about
getting a cleaner line to get the latency down, if your going over the internet
then it is very difficult to get consistent low latency and you should look
into a solution such as terminal server or citrix for the remote clients.
You can check the latency by using Tools\Development Tools\System Monitoring,
also reached by double clicking the communications status icon on the status
bar( bottom right) On this form if you are 3 tier, you should have a
Remote Connection tab, on this you can test the latency.



-Preston











From: Mohammed Sadiq
[mailto:[EMAIL PROTECTED] 
Sent: Monday, January 03, 2005
4:26 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject:
[Axapta-Knowledge-Village] Slow connection for remote clients





Dear All



We have some remote clients who are connecting to the Head
Office by 64Kbps Line. We are facing slow connection speed in Axapta client. We are using 3-tier Architecture with
Axapta AOS on IBM Server 235 Series
with dual processor and 2 gb RAM.

And our database is Oracle 9i on Sun Enterprise V880 Server
with SPARC III Processor and 4GB RAM. The clients at the head office has no
problem with speed whereas the problem is only at the remote ends which is
connected by Frame Relay of 4 Kbps.

Can anybody suggest what could be the bottleneck for the
clients on remote side.

Waiting for your suggestions. Will Fat client increase the
performance of the remote clients.



Thanks / Regards







Sharing
the knowledge on Axapta. 








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 the Yahoo! Terms of Service.












Re: RE : [Axapta-Knowledge-Village] Positioning Programmable section

2005-01-03 Thread Raul Llorente Peña/OPENSOLUTIONS





Haw!! Do you really think you can't print two sections on same paper section??A section is always printed one under the previous one... unless you modify the "pen position" with GotoY100mm!!Try it, you will receive a nice surprise.But, as you say, to create the controls dinamically with addcontrol() can be a wonderful idea, too...Regards.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Steeve Gilbert" [EMAIL PROTECTED] escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "Steeve Gilbert" [EMAIL PROTECTED]Fecha: 03/01/2005 16:09Asunto: RE : [Axapta-Knowledge-Village] Positioning Programmable sectionYou CANNOT print multiple programmable sections from left to right. Programmable sections are always printed one under the other. Basically you want dynamic columns right? You'll have to create fields dynamically in your section to get this.Steeve... -Message d'origine-De: Danny Gaethofs [mailto:[EMAIL PROTECTED]] Envoyé: 31 décembre 2004 10:58À: Axapta-Knowledge-Village@yahoogroups.comObjet: [Axapta-Knowledge-Village] Positioning Programmable sectionDear all,I am calling a programmable section from within my fetch() method.The section should repeat three times vertically. I have three columns and the section should repeat itself. I tried to accomplish this by setting the topmargin and leftmargin in the executeSection() method based on a counter maintained in the fetch() method.my fetch() method:=rowHeight  = 34;columnWidth = 64;leftMargin = 6;topMargin  = 13;number = 10;/* starting initialization */topPosition = topMargin;leftPosition = leftMargin;ctr = 1;/* position margin page */element.gotoYmm100(topPosition*100);while (ctr  number){ executeSection(1); ctr = ctr + 1;}return tue;Note: ctr, topPosition, and the other variables are declared in my classdeclaration.my executeSection() method:===if (ctr== 1){ this.top(topPosition), Units::mm);}super();if (ctr mod 3 == 0){ leftPosition =   leftMargin; topPosition = topMargin + rowHeight;}else{ leftPosition =   leftPosition + columnWidth;}this.leftMargin(leftPosition + columnWidth';The programmable section contains only 5 fields:The section should repeat itselve till the document is full.But for now I would already be solved if I could understand why the section does not repeat itselve vertically.The result I have now is that the section prints diagonally filling over 3 rows and then starts over again diagonally for the next three rows. regards,DannySharing the knowledge on Axapta. Yahoo! Groups LinksSharing 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/


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 the Yahoo! Terms of Service.













[Axapta-Knowledge-Village] i need intercompany setup document

2005-01-03 Thread Cenk Ince
Hi all;

I need intercompany setup doc.

Thanks.



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] Object ID

2005-01-03 Thread Joy






Many thanks for your tips, Raul. 
Know i know the process of 
synchronizing.

Regards

Joy



  - Original Message - 
  From: 
  Raul Llorente Peña/OPENSOLUTIONS 
  
  To: Axapta-Knowledge-Village@yahoogroups.com 
  
  Sent: Tuesday, January 04, 2005 12:19 
  AM
  Subject: Re: [Axapta-Knowledge-Village] 
  Object ID
  
  Urgh... Let's suppose you've put the application ApplA (that were running 
  against DDBBA) against BBDDB (That was the database of ApplB).
  
  When sichronizing:
  
  - Tables in BBDDA that didn't exist in ApplB-BBDDB will be created.
  - Tables in BBDDB that don't exist in ApplA will be deleted; if had 
  records, a message will be prompted, noting "A table with records will be 
  deleted. ¿Continue? blablabla".
  - Tables with different Id's: Sinchro error will appear, very probably. 
  Sometimes, Axapta will prompt you to delete the table as above, so it can 
  re-create them; other times, Axapta will just change the table ID (if empty); 
  Other times, It won't be able to sinchro it.
  You will have to go to SQL administrator and try to solve it; if it 
  doesn't work, large sessions of SQL await you.
  
  Raúl Llorente Peña Análisis, Desarrollo e Implementación en 
  Microsoft Bussiness Solutions-AxaptaOPEN 
  SOLUTIONSSharing the knowledge on Axapta. 
  


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 the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Pack / Unpack

2005-01-03 Thread anton_tjiptadi


Hi, can someone tell me what is the purpose of Pack and Unpack in 
Class method ?

thanks,





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] Financial Statement in Axapta 3.0

2005-01-03 Thread Asrar Ahamed




I would like to skip zero balance rows in financials statements (BS, PL, etc.) and TB. Could anybody help me?

Thanks
		 ALL-NEW 
Yahoo! Messenger 
- all new features - even more fun! 
 


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 the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] SQL server installation Tuning

2005-01-03 Thread tj_jayson


Hi All,

Where I can get documents regarding the Tuning of SQL server 

for a Axapta Ver 3 sp3  3 tier Thin client configuration.

Thanks for the Help

Tjj







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/