RE: [Axapta-Knowledge-Village] URGENT!!!! RecId

2005-03-29 Thread Varden Morris



Hi Chea,

Just execute this command again:

select _tblSales;

VardenMorris

J. Wray  Nephew Ltd. - Group I.S.
234 Spanish Town Road
Kingston 11, Jamaica, W.I.

Phone: (876) - 923 - 6141 Ext. 2226Fax: (876) - 923 -5372 
Cell: (876) - 3833566Email: [EMAIL PROTECTED]
 [EMAIL PROTECTED] 

Chea [EMAIL PROTECTED] wrote:


hi, any 1 know how to move record tofirst cursor in Axapta?
eg.
{
 SalesTable _tblSales;
 ;
 select _tblSales;
 while(_tblSales)
 {
 if(_tblSales.SalesId == '0005')
info(_tblSales.SalesId);
 next _tblSales;
 }

 After this loop, I want move _tblSales point to 1st record and do comparison again!
 Thanks!


from
Chea Khem Hoong - MalaysiaSharing the knowledge on Axapta. 
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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] URGENT!!!! RecId

2005-03-29 Thread Ricardo Cortés



Hi,

I want to upload General Journals, the header and its lines, so the tables that I want to upload are ledgerjournaltable and ledgerjournaltrans. This tablea are going to be added through an interface made in .Net, but my problem is asign the RecId. I'm using mssql, I hope some can help me.Subrahmanyam Mamidi [EMAIL PROTECTED] wrote:

Hi Ricardo,

Ok. Axapta Recids will be generated in Kernel. what exactly do you want to do?.
Which Tables you want to upload?. Are you uploading vendors/Customer with Atl addresses???.

Let us know. Someone from the group will help you,

Be more specific always.
thanks,
subbu
SDBCRicardo Cortés [EMAIL PROTECTED] wrote:

Hi everyone,

I new in the development in Axapta, I need to make some records directly in the Axapta tables, but i havea problem, because I don't know how Axapta asign the fieldRecId; how is createthe RecId?

I hope someone can help me

Thanks in advance

Ricardo Cortes
Interselect


Do You Yahoo!?Yahoo! Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! por $100 al mes.Sharing the knowledge on Axapta. 


Do you Yahoo!?Yahoo! Small Business - Try our new resources site! Sharing the knowledge on Axapta. Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! por 
$100 al mes.


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










AW: [Axapta-Knowledge-Village] URGENT!!!! RecId

2005-03-29 Thread Leberbauer, Herbert - News





Hi Ricardo,

am I hearing "LedgerJournalTable" and 
"LedgerJournalTrans"?

If yes, do you use the Class "LedgerJournalEngine" too? I 
recently had to do something with inserting records into those two tables: I 
found out, that it's working smoother if you use the Class LedgerJournalEngine 
in addition to importing the data. The LedgerJournalEngine helps you doing as if 
you inserted the records manually.

Herbert


  
  
  Von: Ricardo Cortés 
  [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. 
  März 2005 17:40An: 
  Axapta-Knowledge-Village@yahoogroups.comBetreff: Re: 
  [Axapta-Knowledge-Village] URGENT RecId
  
  Hi,
  
  I want to upload General Journals, the header and its lines, so the 
  tables that I want to upload are ledgerjournaltable and ledgerjournaltrans. 
  This tablea are going to be added through an interface made in .Net, but my 
  problem is asign the RecId. I'm using mssql, I hope some can help 
  me.Subrahmanyam Mamidi [EMAIL PROTECTED] 
  wrote:
  
Hi Ricardo,

Ok. Axapta Recids will be generated in Kernel. what exactly do you want 
to do?.
Which Tables you want to upload?. Are you uploading vendors/Customer 
with Atl addresses???.

Let us know. Someone from the group will help you,

Be more specific always.
thanks,
subbu
SDBCRicardo Cortés 
[EMAIL PROTECTED] wrote:

  Hi everyone,
  
  I new in the development in Axapta, I need to make some records 
  directly in the Axapta tables, but i havea problem, because I don't 
  know how Axapta asign the fieldRecId; how is createthe 
  RecId?
  
  I hope someone can help me
  
  Thanks in advance
  
  Ricardo Cortes
  Interselect
  
  
  Do You Yahoo!?Yahoo! 
  Net: La mejor conexión a internet y 2GB en tu buzón de Correo 
  Yahoo! por $100 al 
  mes.Sharing the knowledge on Axapta. 



Do you Yahoo!?Yahoo! Small Business - Try 
our new resources site! Sharing the knowledge on 
Axapta. 
  
  
  Do You Yahoo!?Yahoo! 
  Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! 
  por $100 al mes.Sharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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] URGENT!!!! RecId

2005-03-28 Thread Ricardo Cortés



Hi everyone,

I new in the development in Axapta, I need to make some records directly in the Axapta tables, but i havea problem, because I don't know how Axapta asign the fieldRecId; how is createthe RecId?

I hope someone can help me

Thanks in advance

Ricardo Cortes
InterselectDo You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! por 
$100 al mes.


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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] URGENT!!!! RecId

2005-03-28 Thread Subrahmanyam Mamidi



Hi Ricardo,

Ok. Axapta Recids will be generated in Kernel. what exactly do you want to do?.
Which Tables you want to upload?. Are you uploading vendors/Customer with Atl addresses???.

Let us know. Someone from the group will help you,

Be more specific always.
thanks,
subbu
SDBCRicardo Cortés [EMAIL PROTECTED] wrote:

Hi everyone,

I new in the development in Axapta, I need to make some records directly in the Axapta tables, but i havea problem, because I don't know how Axapta asign the fieldRecId; how is createthe RecId?

I hope someone can help me

Thanks in advance

Ricardo Cortes
Interselect


Do You Yahoo!?Yahoo! Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! por $100 al mes.Sharing the knowledge on Axapta. 
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.