[Axapta-Knowledge-Village] SQLLiteral is giving wrong result

2007-10-02 Thread gopala krishna
Hi, When I run this piece of code I am getting different results in 3.0 and in 4.0. SqlSystem sqlSystem = new SqlSystem(); ; print sqlSystem.sqlLiteral('000213_003'); Pause; In 3.0 it is printing as '000213_003' and in 4.0 it is printing as N'000213_003' Extra N is

[Axapta-Knowledge-Village] Need help on Redmaple workflow

2007-09-18 Thread gopala krishna
Hello All, Did anybody worked on redmaple ( Globe software) work flow?. I need a business scenario to work with it. I need a complete cycle for the work flow. If any one having any documents please forward it to [EMAIL PROTECTED] I am having a document from redmaple, but it is having only

Re: [Axapta-Knowledge-Village] Dynamics Ax 4.0 Runtime

2007-06-26 Thread gopala krishna
Hi, For the second question X++ code is compiler based. it is actually compiled at development time to an intermediary binary format that is then compiled to the target machine code at runtime. - Original Message From: mohit rajvanshy [EMAIL PROTECTED] To:

[Axapta-Knowledge-Village] Action/output type menuitems are added in display folder

2007-06-14 Thread gopala krishna
Hi, I have a strange problem working with AX4.0 SP1. 1) Create a new group in the project. 2) Select project group type as “Action”. 3) Under that group create a new menuItem and select object type as “Class”. 4) Save the menuitem. 5) Go to AOT and search for

Re: [Axapta-Knowledge-Village] e-mail problem (out look)

2006-06-05 Thread gopala krishna
Is there any other way to send the mail. Cyrus Bharda [EMAIL PROTECTED] wrote: You cant, this is standard functionality in Outlook, try google for work arounds. Cy On 6/5/06, gopala krishna wrote: Hi friends, When i try to send mail from axapta , its giving one dialog box saying

[Axapta-Knowledge-Village] e-mail problem (out look)

2006-06-04 Thread gopala krishna
Hi friends, When i try to send mail from axapta , its giving one dialog box saying This program is trying to Access the email address stored on outlook.Do u want to allow this?. Allow Access for ..1 min, 5 min... I don't want this dialog box to come.. what should i do?. Thanks, Gopal.

[Axapta-Knowledge-Village] Axapta 4.0 Com connector error

2006-05-31 Thread gopala krishna
hi, when i try to access the Axapta 4.0 from VS.net2005 i am getting the following error. Microsoft.Dynamics.BusinessConnectorNet.InitializationFailedException: Failed to initialize Business connector. at Microsoft.Dynamics.BusinessConnectorNet.Axapta.Logon(BC_PROXY_ACCOUNT_INFO*

Re: [Axapta-Knowledge-Village] Axapta 4.0 Com connector error

2006-05-31 Thread gopala krishna
then you need not to do any thing just install the Axapta 4.0. And after installing restart the computer and type services.msc and just see the status of a service that will be something like Dynamics Server$1AxCompany if it is not started restart it. i hope it will work. Bye. On 5/31/06, gopala

Re: [Axapta-Knowledge-Village] report as an attachment to mail

2006-05-30 Thread gopala krishna
hi its ok, But i want it through X++. Which class can i use. Dhiraj yadav [EMAIL PROTECTED] wrote: Its very easy man, this kind of functionality is already in axapta. see when u go to print report print option will come choose email simple . On 5/29/06, gopala krishna wrote: Hi, I

[Axapta-Knowledge-Village] report with parameters

2006-05-30 Thread gopala krishna
hi, I want to run the report with parameters from the job, How can i do it. EX: see the PurchInvoice. thanks, Gopal. - Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download now [Non-text portions of this message have been

Re: RES: [Axapta-Knowledge-Village] Post a new PurchOrder fron X++

2006-05-30 Thread gopala krishna
Hi Nacho, We have AxPurchTable Class . U can use that straight forward. Rodrigo Matiazo [EMAIL PROTECTED] wrote: Hi Nacho, I also tried this once, and found some e-mails in the mail list history that helped a lot. Try to search, if you cannot find I can send to you. Bye Rodrigo

[Axapta-Knowledge-Village] report as an attachment to mail

2006-05-29 Thread gopala krishna
Hi, I am trying to attach report to an email. How can i do it. Thanks, Gopal. - How should a woman equip herself to travel safe even when she's unescorted? Share your knowledge with real people on Yahoo! India Answers Send free SMS to your Friends

[Axapta-Knowledge-Village] report as an attachment

2006-05-26 Thread gopala krishna
hello all, I want to send the report as an attachment from email. How can i do it. thanks, Gopal. - Yahoo! India Answers Share what your know-how and wisdom Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download now

[Axapta-Knowledge-Village] passing object as a parameter

2006-05-22 Thread gopala krishna
hi guys, I want to pass the collection of objects to a method . How can i do it. Which data type can i use in target method. thanks, Gopal. - Yahoo! India Answers Share what your know-how and wisdom Send free SMS to your Friends on Mobile from your

[Axapta-Knowledge-Village] posting using business connector class

2006-05-18 Thread gopala krishna
hi all, I am trying to post the purchase order from VS.net 2003. Which class of business connector i can use. previously i used update method of PurchFormLetter class. But my requirement is to use the AX classes. Which class can i use. Thanks, Gopal.

[Axapta-Knowledge-Village] Allocate Misc charges through X++

2006-05-17 Thread gopala krishna
hi, I want to allocate the MISC charges to purchase order thru X++ code. How can i do it. Thanks, Gopal - Why was V. Sehwag warned by the BCCI? Share your knowledge on Yahoo! Answers India Send instant messages to your online friends - NOW [Non-text

[Axapta-Knowledge-Village] changing the date

2006-05-10 Thread gopala krishna
hi guys, in my system today is giving the date as 5/1/2004. How can i change it. thanks, Gopal. - Yahoo! India Answers: Share what you know. Learn something new. Click here Send instant messages to your online friends - NOW [Non-text portions of this

[Axapta-Knowledge-Village] posting the short amount

2006-05-09 Thread gopala krishna
hi, what i need is , I have created the purch line for qty 100. now i want to post the packing slip for 50 items only. how can i do it. thanks, Gopal. - Yahoo! India Answers: Share what you know. Learn something new. Click here Send instant

[Axapta-Knowledge-Village] posting through X++ code

2006-05-09 Thread gopala krishna
hi, I want to post the purchase order thru x++. And i should be able to post only qty 50 even if have qty 100 in my purchase line. which class can i use. and which method. thanks, Gopal. - Yahoo! India Answers: Share what you know. Learn

[Axapta-Knowledge-Village] packing slip number error

2006-05-04 Thread gopala krishna
hi, i am trying to post the packing slip thru X++. i am doing following. purchFormLetter = PurchFormLetter::construct(DocumentStatus::PackingSlip); purchFormLetter.update(purchTable,num, purchFormLetter.transDate(SystemDateGet()), PurchUpDate::All,AccountOrder::None,false,true); but its

[Axapta-Knowledge-Village] automatic posting of purchase order

2006-05-03 Thread gopala krishna
hi, i am trying to post the purchase order automatically. after creating the reference for purchFormLetter , what should i do. what methods i can use to avoid the dialog. - Yahoo! India Answers: Share what you know. Learn something new. Click here

[Axapta-Knowledge-Village] invoice posting

2006-05-03 Thread gopala krishna
I am trying to post the purchase order automatically.\ like this. purchFormLetter = PurchFormLetter::construct(DocumentStatus::Invoice); purchFormLetter.transDate(SystemDateGet()); purchFormLetter.update(purchTable,123, purchFormLetter.transDate(SystemDateGet()),

[Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread gopala krishna
hi, for the combobox if i associate like this datasource-salesline datafield -reservation and i want to change the combobox value thru code like this salesline_combo.selection(itemreservation::automatic) but its not working. plz help me. its urgent.

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread gopala krishna
its not working . [EMAIL PROTECTED] wrote: hi, try this one. salesline_combo.setEditText(enum2str(itemreservation::automatic)); regs, Hema. S gopala krishna To: axapta-knowledge-village@yahoogroups.com Sent by: cc: [EMAIL PROTECTED] Subject: [Axapta-Knowledge-Village

[Axapta-Knowledge-Village] selected value in the combobox

2006-04-25 Thread gopala krishna
hi, how can i change the selected value in the combo box through programatically through x++. - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. [Non-text portions of this message have been

[Axapta-Knowledge-Village] changing the value in the combobox thru code

2006-04-25 Thread gopala krishna
hi, in the SalesLines setup tab , I want to change the reservation type from manual to Automatic for some items through programatically. i wrote the code in modified of the SalesLine_ItemId. How can i do it. Plz suggest . - Jiyo cricket on

[Axapta-Knowledge-Village] get the values of selected row in the grod

2006-04-20 Thread gopala krishna
hi, in the sales line grid when i click on any column i have to capture the itemid value . How can i do it. Thanks and regards, Gopal. - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

[Axapta-Knowledge-Village] Query on inserting data from more tables

2006-04-11 Thread gopala krishna
hi every one, I am trying to get the data from two tables that i want to insert in another table. For example i have created table2(itemid, color, size, warehouse) now i want to get the data from InventTable, InventColor,InventSize, InventLocation and insert the same into new

[Axapta-Knowledge-Village] set the datasource dynamically

2006-04-11 Thread gopala krishna
hi, I am trying to set the datasource dynamically. in run method of the form i wrote the code.. Grid.dataSource(Table4); Field1.dataSource(Table4); Field1.dataField(Fieldname2id(Tablename2id(Table4),Field1)); Field2.dataSource(Table4);

[Axapta-Knowledge-Village] System monitoring

2006-03-09 Thread gopala krishna
can u please answer. Which of the following pieces of information it is not shown in the System Monitoring form. a) Select calls. b) Amount of inserted data. c) Object server connections. d) Average latency on the network. Thanks N regards, Gopal.

[Axapta-Knowledge-Village] help me on certification

2006-03-01 Thread gopala krishna
Hi all, I am new to axapta. I want to take the certification exam in X++ programming. please help me on this issue. If u have any model questions plz send me. my id is [EMAIL PROTECTED] thanks and regards Gopal.