[Axapta-Knowledge-Village] how to display a value

2006-05-06 Thread sreekanthrs
hi i need to know about how to display a field value of a form, which is reterived from another forms datasource for ex: say in my form a field called warning(Text field), say in another form there is a field in same name whose value will be stored in a Table. i need to take that value from

[Axapta-Knowledge-Village] How to setup Production?

2006-05-06 Thread andrianchan
I got a customer. Their business is very simple. Buy the steel bar from the market and cut it into 2 and sell it to the customer. Just explain further based on the following scenario: Raw Material: 10 Meters Steel Bar each (Buy from Vendor) Process: Cutting Finished Good: 2 pieces of Steel

Re: [Axapta-Knowledge-Village] How to setup Production?

2006-05-06 Thread sri
Use negative values in BOM to reduce the steel bar stock --- andrianchan [EMAIL PROTECTED] wrote: I got a customer. Their business is very simple. Buy the steel bar from the market and cut it into 2 and sell it to the customer. Just explain further based on the following

Re: [Axapta-Knowledge-Village] how to display a value

2006-05-06 Thread venkat raghavan
Hai, Use the Write a display method and specify the method name in the property sheet of the warning field ex: display str warning() { /// Your query... return tablename.warning; } thanks and regards, Venkat raghavan [EMAIL PROTECTED] wrote: hi i need to know about