Re: [Axapta-Knowledge-Village] Controlling Paper ejection in Axapta

2006-04-25 Thread somnath jana
you have to set the printer not from axapta      Somnath sri <[EMAIL PROTECTED]> wrote:   Dear All, Can some one tell me, if there is some way i can control the paper ejection through Axapta. As we are planning to print cheques from Axapta using continuous stationery. My problem is when i tr

RE: [Axapta-Knowledge-Village] How to create other production order when one production is created

2006-04-25 Thread Harry Deshpande
Hi I think the best way would be 1) create a dummy item that represents both LH and RH 2) create production order for this dummy item 3) once the production order is costed post inventory journals automatically reducing the stock of dummy item and increasing the stock of LH & RH. It will be

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

2006-04-25 Thread Mallikarjun Gudidevuni
Hi,   This will work      str cVal;     cVal = salesline_combo.getText(salesline_combo.selection());     box::info(cVal);          gopala krishna <[EMAIL PROTECTED]> wrote:   hi,   for the combobox if i associate like this   datasource->salesline datafield  ->reservation   and i want to

RE: [Axapta-Knowledge-Village] Re: How to create other production order when one production is created

2006-04-25 Thread Harry Deshpande
Hi Check the by-product project on systomatics.biz, it should satisfy ur requirement Make sure u read the disclaimer on site about upgrading to future versions *s* Regards Harry This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are

RE: [Axapta-Knowledge-Village] Systomatics.biz

2006-04-25 Thread Harry Deshpande
Hi Did u try forward compiling? Regards harry -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of SHAH TIMISH Sent: 25 April 2006 16:09 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Systomatic

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

2006-04-25 Thread Harry Deshpande
Hi If u have a datasource and a datafield associated then change the value on the record Regards Harry This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm"

[Axapta-Knowledge-Village] Re: How to create other production order when one production is created

2006-04-25 Thread Hardi
a) Yes b) c) Don't know yet but yes Planned order is generated from MRP run. d) Route consists of primary operation (machine) and secondary operation (die). The LH and RH items is actually semi finished goods and will be used for BOM line for next production stage. Thanks & best regards Har

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

2006-04-25 Thread hemamalinis
hi, try this one. salesline_combo.setEditText(enum2str(itemreservation::automatic)); regs, Hema. S        gopala krishna   

Re: [Axapta-Knowledge-Village] Systomatics.biz

2006-04-25 Thread SHAH TIMISH
Hi,      I tried that XPO for table browser. It is good but only USER field option is giving Runtime Error. Rest all functionality is working fine.   Cheers !!!      Harry Deshpande <[EMAIL PROTECTED]> wrote:   hi The previous xpo file under easyTableBrowser was in-complete. I have upload

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

2006-04-25 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] Re: How to create other production order when one production is created

2006-04-25 Thread SenthilKumar.B - Functional Consultant \(Enterprise Solutions Practice\) - SIS
Good, ans me for the following.   a) Is the die is the workcenter for u?   b) how r u planning ur production?   c) u run MRP and then plan ur production?   d) How u have configured ur route? let me know on this, senthil -Original Message- From: Axapta-Knowledge-Villa

Re: [Axapta-Knowledge-Village] creating password field

2006-04-25 Thread vk
Hello siva,   Thanks. I have created password field.the problem is , when i am displaying the user details(username & password) in Grid, the password field display the exact string( like vijay), but i want the extact string of Astrick charecters.I checked the as u said the form sysLicensecode fo

[Axapta-Knowledge-Village] Re: How to create other production order when one production is created

2006-04-25 Thread Hardi
Hi Senthil, thanks for your reply. That's correct the situation is precisely like you mention on your example. Thanks & best regards Hardi --- In Axapta-Knowledge-Village@yahoogroups.com, "SenthilKumar.B - Functional Consultant \(Enterprise Solutions Practice\) - SIS" <[EMAIL PROTECTED]> w

RE: [Axapta-Knowledge-Village] How to create other production order when one production is created

2006-04-25 Thread SenthilKumar.B - Functional Consultant \(Enterprise Solutions Practice\) - SIS
Hi hardi,     If my understanding is correct, is it like producing LH and RH in one single die in one machine, and u also want to know the stock on hand at any time for LH and RH as well.let me know on this so that i can work on and let u know. senthil -Original Message- From: Axapta-K

[Axapta-Knowledge-Village] How to create other production order when one production is created

2006-04-25 Thread Hardi
Hi all, I have situation like this: One physical workcenter is always produce 2 different item numbers. As I know that in Axapta we create 1 production order per item, then according to the case above, when I create 1 production order for first item, I need to create another production order f

[Axapta-Knowledge-Village] Quarantine Order Splitting

2006-04-25 Thread Tany, Yuliana
Hi Everyone, We're using the Quarantine Order for every Purchase Receipt. My PO Qty is 100 for example, but if you see in the Invent Trans, the transaction is like this: Warehouse Reference Receipt Issue Quantity Main WH Purchase order Purchased   80.00 Main WH Purchase order

Re: [Axapta-Knowledge-Village] creating password field

2006-04-25 Thread Siva kumar
Hi hema,       Please have a look into this form, it may help to solve your requirement.   Administration-> setup - > system -> license information form         wishes,   Siva venkat raghavan <[EMAIL PROTECTED]> wrote:   Hai hema,      Go to the password field property sheet, and set th

RE: RE : [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread Bayliss, Barry
Hi VG, If I understand you correctly, the function you are after is TypeOf(). Here is a quick example. static void Job280(Args _args) {     CustTable   CustTable;     ;     info(strfmt("%1",typeOf(CustTable.AccountNum))); } -Original Message- From: Axapta-Knowledge-Village@

[Axapta-Knowledge-Village] RMA process broken in Axapta?

2006-04-25 Thread jimbow3012
My end-users are reporting the following problem: When an internal NCR is processes to return parts to the vendor, the AXAPTA process is to issue an RMA purchase order. The on order qty on teh purchase order reflects the qty being returned in the negative. When the parts are shipped, the sys

RE : [Axapta-Knowledge-Village] Display of activity in Axapta status bar

2006-04-25 Thread Steeve Gilbert
Hi Morten, The icon you're talking about represent a server.  This means the client is waiting on the server to complete his task.  Monitor your AOS or your Database server to see what is going on. Regards, Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com

[Axapta-Knowledge-Village] Where can i found Axapta Trial download for study purpose!

2006-04-25 Thread Noman Khawer
Hi Folks   i am new to MS Axapta i wonder is there any trial version available for MS Axapta so i can use it for studies and personal training. regards Nouman Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. SPONSORED LINKS

[Axapta-Knowledge-Village] Re: Reverse Payment Journal with Status None

2006-04-25 Thread novembercalendar
We had this happen to us, initially, when we first implemented - a user posted the payment journal, before the checks were even generated!  To prevent this from happening again, set up some posting controls in the methods of payment: Accounts payable>Setup>Payment>Methods of payment.  In th

Re: [Axapta-Knowledge-Village] Urgent: Working with lookups in a form

2006-04-25 Thread hello world
hi,      use the systablelookup method.      Mukesh venkat raghavan <[EMAIL PROTECTED]> wrote:   Hai,    Regarding the Lookup, if u r using Extended data type then there is no need to write a lookup(provide u don't need a customized lookup).If u want to create a lookup form just see the

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

2006-04-25 Thread hello world
hi u have to use the enter method. In this method u can delete values not permanently based on some condition that u want to use.      Mukesh gopala krishna <[EMAIL PROTECTED]> wrote:   hi,      how can i change the selected value in the combo box through programatically through x++.   

[Axapta-Knowledge-Village] Display of activity in Axapta status bar

2006-04-25 Thread mlefoa
We are running 3-tier, 4.0 SP4. To to right in the Axapta status bar is normally shown communication between the client and the AOS (I guess). However, sometimes the icons change and another icon looking somewhat like a harddisk is shown. What does this icon mean? Where is it documented? I'm

[Axapta-Knowledge-Village] Systomatics.biz

2006-04-25 Thread Harry Deshpande
hi The previous xpo file under easyTableBrowser was in-complete. I have uploaded the complete xpo file now regards harry www.systomatics.biz [Non-text portions of this message have been removed] Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends.

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

2006-04-25 Thread Brandon George
Just like I sent earlier, I have a blog entry on my blog: http://dynamics-ax.blogspot.com/2006/03/replacing-default-lookup-form.ht ml That will take you through doing this. Basically it's not a combo box you want to use, but rather a StringEdit. Then create a ExtDataType that is derives from, s

RE: RE : [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread Harry Deshpande
hi what about sdf.basetype() regards harry From: Axapta-Knowledge-Village@yahoogroups.com on behalf of Steeve Gilbert Sent: Tue 4/25/2006 1:35 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE : [Axapta-Knowledge-Village] How to find the data ty

[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 .              

RE : [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread Steeve Gilbert
Hi VG,   The closest I could get was this : SysDictField sdf = new SysDictField(tableNum(InventTable), fieldNum(InventTable, ItemId)); ; info(strfmt("%1", sdf.type())); But it always returns me "UserType", but don't ask me why... :) Steeve... -Message d'origine- De : Axapta-Knowle

RE: [Axapta-Knowledge-Village] Reverse Payment Journal with Status None

2006-04-25 Thread Bonk, David
Shiela; If the journal is posted, the only steps that I can suggest is go to the bank and see if the checks are there where you can reverse them (my guess is that they will not be there as there appears to be a problem with your set-up).  The only other step that I can think of is to reverse th

[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

Re: [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread Varden Morris
Here is an example:      static void Job12(Args _args) {     SysDictField    df;     TableId tableId = tablenum(custTable);     FieldId fieldId = fieldnum(custTable, AccountNum);     ;       df = new SysDictField(tableId, fieldId);   switch (df.baseType())     {     cas

Re: [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread V G
Thanks But I will know the table name and the fieldname at run time so i cannot use tablename.fieldname as i will have to declare the table for this and i dont know till run time what table it will be Regards VG On 4/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > use typeof

RE: [Axapta-Knowledge-Village] Urgent: Working with lookups in a form

2006-04-25 Thread Brandon George
Also I have wrote and entry on my blog for creating custom lookup forms: http://dynamics-ax.blogspot.com/2006/03/replacing-default-lookup-form.ht ml Hopefully this will be of some help to you as well. If I ever need to lookup anything, then I usually have to create my own custom lookup form, be

Re: [Axapta-Knowledge-Village] Urgent: Working with lookups in a form

2006-04-25 Thread venkat raghavan
Hai,    Regarding the Lookup, if u r using Extended data type then there is no need to write a lookup(provide u don't need a customized lookup).If u want to create a lookup form just see the InventLookup form  under the Forms node in AOT.    regarding the filtration u can do this usi

[Axapta-Knowledge-Village] Urgent: Working with lookups in a form

2006-04-25 Thread Satish
Hi guys, I've created a form. The form is linked to a Header_Table and a Detail_Table. Now, i try to let the user select a field(which is the primary key) from the Header_Table using a lookup in my form. Based on the value of this primary key, i try to display the contents of the Header_Tab

Re: [Axapta-Knowledge-Village] How to find the data type of the field

2006-04-25 Thread hemamalinis
Hi, use typeof function. ex: typeof(tablename.fieldname)   - returns the datatype of specified field regs, Hema. S        "V G" <[

Re: [Axapta-Knowledge-Village] creating password field

2006-04-25 Thread vk
hi,   thanks venkat. i have tried in table & form datasource. how to set form's datasource level. i have draged the field in to my design (Grid ) and put the field property - passwordStyle as 'yes'. but it was not display the astrick charecters in Grid's field. how to get it?      regards,   vi