[development-axapta] Re: InventJournalCheckPost

2004-12-12 Thread axaptagrp







Hi there,

Just to let you know that I found this solution useful:

method: newJournalCheckPost - would not work

but using method newPostJournal worked fine.

Thanks for your help,

J. Chircop,
Malta.
--- In [EMAIL PROTECTED], Sonny Wibawa Adi 
[EMAIL PROTECTED] wrote:
 
 Hi, Ibrahim Kilicarslan,
 
 Try this:
 
 JournalCheckPost journalCheckPost;
 ;
 
 ttsbegin;
 journalCheckPost = InventJournalCheckPost::newPostJournal
(_inventJournalTable);
 //if (journalCheckPost.prompt())
 //{
 journalCheckPost.run();
 //}
 ttscommit;
 
 uncomment the commented codes for displaying prompt dialog before 
posting.
 
 
 Regards,
 
 Sonny Wibawa Adi
 
 
 Ibrahim Kilicarslan [EMAIL PROTECTED] wrote:
 
 
 Hi,
 
 How can i post a journal from code without using form source with 
 only journal table data.
 
 Thanks in advance.
 
 
 
 
 
 
 
 Yahoo! Groups Sponsor 
 Get unlimited calls to
 
 U.S./Canada
 
 
 -
 Yahoo! Groups Links
 
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
 
 
   
 -
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 
 [Non-text portions of this message have been removed]















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Date field and the import tools

2004-12-12 Thread Sebastian Draese






Hello,

Axapta will use the date-format dd/mm/

take a look at the developer-handbook:
Date literals
Dates can be written as literals in X++ using the syntax (EBNF):

Date literal = day \ month \ year

to transform an string to date - str2date


bxe,
SebDra

 

-Original Message-
From: mbenic [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 7:51 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Date field and the import tools


Hi all,
We are setting up an import from file to add data from an external system do
axapta. We have managed to set up the group and almost all the data is
coming through, but we can't seem to get date fields imported. Is there a
standard date format we should be using or some kind of special transform we
should be doing?

Regards,
Matt Benic




 
Yahoo! Groups Links



 















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] LOOKUP with pictures

2004-12-12 Thread Sebastian Draese






Hello,

yes, it's possible,
you'll have to create a lookup-form like a normal form,
place a window-control at the grid in the lookup-form.

you can define an imagelist for the window-control, and 
the selection for the image will done via a display-method.

do you know how to design a lookup-form ? calling a lookup-form ?

SebDra
 

-Original Message-
From: Wolfgang Puttinger [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 5:39 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] LOOKUP with pictures


Hi everybody,

Are there any posibility to create a lookupFormControll with text and
pictures?
I need them in the product-builder. The Lookup should show:

Picture red  text red
Picture blue text blue
...

In one field.

Is this possible???

Thanks

mit freundlichen Grussen

Wolfgang Puttinger
Rauch Import GesmbH
5310 Mondsee



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



 Yahoo! Groups Sponsor ~--
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links



 















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: AW: [development-axapta] AOT Disabled

2004-12-12 Thread Harry Deshpande


hi chievaz

Ever tried e-mule or e-donkey? You will be surprised as to what you can find 
with these utilties. Try searching on axapta *s*

regards

harry



 
 
 
Harry Deshpande
Senior Consultant
CGNZ Middle Market Solutions
Website: www.cgnz.com/middlemarketsolutions
Ph +64 29 277 5133
Fax +64 9 358 1018
 
CGNZ Limited and its predecessor organisations (Cap Gemini Ernst  Young, and 
Ernst  Young Consulting) have a proud track record of market leadership and 
excellent service delivery in all areas of systems delivery both for New 
Zealand clients and in supporting regional and global projects.  CGNZ is a 
licensed affiliate of Cap Gemini S.A. (one of the world’s leading management 
consulting and IT services companies), wholly owned by NZ 
employee-shareholders, with over 150 IT professionals in our Auckland and 
Wellington offices.  Middle Market Solutions specialises in the implementation 
of business solutions for small corporate and middle market companies.  The 
core activity of our team is the implementation and support of Enterprise 
Resource Planning (ERP), Customer Relationship Management (CRM), E-Business 
solutions and related technologies from Microsoft Business Solutions.  Find out 
more about what we do at http://www.cgnz.com/middlemarketsolutions
 
CGNZ DISCLAIMER: This email and any attachments are confidential and intended 
exclusively for the person to whom the email is addressed. If you are not the 
intended recipient, do not read, copy, disclose or use the contents in any way. 
Please notify us immediately by return email and destroy the email and 
attachments. CGNZ does not accept any liability for any changes made to this 
email or attachments after sending by CGNZ. You must scan this email and 
attachments for viruses. The opinions expressed are not necessarily those of 
CGNZ.  
 
CGNZ accepts no liability for any loss, damage or consequence, whether caused 
by our own negligence or not, resulting directly or indirectly from the use of 
this email and attachments.
 


From:   Chievaz Regalz [mailto:[EMAIL PROTECTED]
Sent:   Fri 10/12/2004 8:51 p.m.
To: [EMAIL PROTECTED]
Cc: 
Subject:Re: AW: [development-axapta] AOT Disabled



thanks for your answer 

regards

chievaz


--- Andrae, Tobias [EMAIL PROTECTED]
wrote:

 
 Hi Chievaz,
 it's that easy: no license -no development
 So if you want to explore the AOT you need a license
 including MorphX dev. And (would be good) also X++
 dev.
 
 Hth Tobias
 
 -Ursprüngliche Nachricht-
 Von: Chievaz Regalz
 [mailto:[EMAIL PROTECTED] 
 Gesendet: Freitag, 10. Dezember 2004 07:56
 An: [EMAIL PROTECTED]
 Betreff: [development-axapta] AOT Disabled
 
 
 
 hai all,
 
 i am new / beginner in axapta
 now, i am install axapta in my computer in demo
 mode.
 all package are work. but the AOT (application
 Object
 Tree) is disabled, so i cannot work with X++.
 
 i don't know why.
 
 if friends have any conclusion to my problem, please
 send me the conclusion.
 
 Thanks
 
 regards
 
 Abdul Rozak
 
 
   
 __ 
 Do you Yahoo!? 
 Take Yahoo! Mail with you! Get it on your mobile
 phone. 
 http://mobile.yahoo.com/maildemo 
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
 
 
 




__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 






 
Yahoo! Groups Links





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






 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* 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/
 






[development-axapta] Production postings

2004-12-12 Thread Harry Deshpande


hi

I am a bit confused with production postings. I am aware as to how they work 
bit a bit lost in terms of grouping in balancesheet and profitloss.

Does anyone has a financial statement or something like that where these gl 
codes are grouped? 

regards

harry
 
 
 
Harry Deshpande
Senior Consultant
CGNZ Middle Market Solutions
Website: www.cgnz.com/middlemarketsolutions
Ph +64 29 277 5133
Fax +64 9 358 1018
 
CGNZ Limited and its predecessor organisations (Cap Gemini Ernst  Young, and 
Ernst  Young Consulting) have a proud track record of market leadership and 
excellent service delivery in all areas of systems delivery both for New 
Zealand clients and in supporting regional and global projects.  CGNZ is a 
licensed affiliate of Cap Gemini S.A. (one of the world’s leading management 
consulting and IT services companies), wholly owned by NZ 
employee-shareholders, with over 150 IT professionals in our Auckland and 
Wellington offices.  Middle Market Solutions specialises in the implementation 
of business solutions for small corporate and middle market companies.  The 
core activity of our team is the implementation and support of Enterprise 
Resource Planning (ERP), Customer Relationship Management (CRM), E-Business 
solutions and related technologies from Microsoft Business Solutions.  Find out 
more about what we do at http://www.cgnz.com/middlemarketsolutions
 
CGNZ DISCLAIMER: This email and any attachments are confidential and intended 
exclusively for the person to whom the email is addressed. If you are not the 
intended recipient, do not read, copy, disclose or use the contents in any way. 
Please notify us immediately by return email and destroy the email and 
attachments. CGNZ does not accept any liability for any changes made to this 
email or attachments after sending by CGNZ. You must scan this email and 
attachments for viruses. The opinions expressed are not necessarily those of 
CGNZ.  
 
CGNZ accepts no liability for any loss, damage or consequence, whether caused 
by our own negligence or not, resulting directly or indirectly from the use of 
this email and attachments.
 



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






 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* 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/