[Axapta-Knowledge-Village] Re: On hand

2010-05-18 Thread axaeffect
Hi Preston,

Sorry to ask, have u try this before? I did try this before but strange is 
while the program running, inventdimid in Inventsum is blank (I did debug the 
code). So I cannot use it for linking it to InventBatch.

thanks,
Axl



--- In Axapta-Knowledge-Village@yahoogroups.com, "Preston A. Larimer" 
 wrote:
>
> Your Display method will actually need to be on InventSum table, and this is
> what you will add to your grid…
> 
>  
> 
> display VendorBatchID vendBatch()
> 
> {
> 
> return inventBatch::find(this.inventDim().inventBatchId,
> this.ItemId).vendorBatchId;
> 
> }
> 
>  
> 
>  
> 
> From: Axapta-Knowledge-Village@yahoogroups.com
> [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Anton
> Sent: Monday, May 10, 2010 4:05 AM
> To: Axapta-Knowledge-Village@yahoogroups.com
> Subject: [Axapta-Knowledge-Village] Re: On hand
> 
>  
> 
>   
> 
> Yes, I create it in table level, its in InventDim
> 
> str VendBatch(ItemID _itemID)
> {
> ;
> if (_itemId)
> {
> return InventBatch::find(this.inventBatchId, _itemID).VendorBatch; //
> vendorbatch is my addition field in InventDim
> }
> else
> return '';
> 
> }
> 
> But to parse the parameter _itemID, I have to put another method in form,
> right? 
> 
> So in form InventOnHandItem, under datasource table InventDim, I create
> another method like below :
> 
> display str vendorBatch()
> {
> return InventDim.VendBatch(InventSum.ItemId);
> }
> 
> and the above display method is the one I use in my Overview grid.
> 
> Thanks,
> 
> --- In Axapta-Knowledge-Village@yahoogroups.com
>  , "Preston A. Larimer"
>  wrote:
> >
> > If you put your display method on the Form dataSource, move it to the
> Table
> > that should fix your issue about redundant data.
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > From: Axapta-Knowledge-Village@yahoogroups.com
>  
> > [mailto:Axapta-Knowledge-Village@yahoogroups.com
>  ] On Behalf Of axaeffect
> > Sent: Wednesday, May 05, 2010 10:42 PM
> > To: Axapta-Knowledge-Village@yahoogroups.com
>  
> > Subject: [Axapta-Knowledge-Village] Re: On hand
> > 
> > 
> > 
> > 
> > 
> > Yes I've tried that, but you see in InventDim only gives you
> InventBatchID,
> > to find record in InventBatch you need one more, ItemID.
> > 
> > I can get it from InventSum, and I create the display method in the form,
> > but It shows redundant data in my grid.
> > 
> > Thanks,
> > 
> > --- In Axapta-Knowledge-Village@yahoogroups.com
>  
> >  , Nitesh Ranjan
> >  wrote:
> > >
> > > Invent OnHand is having InventDim as its datasource
> > > Create a display method at InventDim table level and show this display
> > method  on the form.
> > > Â 
> > > Regards,
> > > Nitesh Ranjan
> > > 
> > > --- On Wed, 5/5/10, axaeffect  wrote:
> > > 
> > > 
> > > From: axaeffect 
> > > Subject: [Axapta-Knowledge-Village] On hand
> > > To: Axapta-Knowledge-Village@yahoogroups.com
>  
> >  
> > > Date: Wednesday, May 5, 2010, 2:30 PM
> > > 
> > > 
> > > Â 
> > > 
> > > 
> > > 
> > > Hi all,
> > > 
> > > I've modified table InventBatch to add new column. 
> > > 
> > > You know the information in Inventory On hand (Path : Inventory
> > management/Item, button Onhand). Lets say I choose to display inventory
> > dimension batch number and want to display also the new column that I
> added.
> > 
> > > 
> > > I've add some display method in Form InventOnHandItem but not getting
> the
> > correct info.
> > > 
> > > What step should I do?
> > > 
> > > Thanks,
> > > 
> > > Axl
> > >
> >
>




Re: [Axapta-Knowledge-Village] Re: Install AX 4.0 on Virtual PC(s)

2010-05-18 Thread Irshad
for the installation of AX 4.0 follow below steps

1. Install windows 2003 server in virtual machine
2. Install IIS, .NET Frameworks 3.5 service pack
3. create domain in windows 2003 server
4. Install SQL Server 2005
5. Install service pack 2 or higher for sql server 2k5
6. Install Visual Basic
6. Install Biztalk Server but don't configure it
7. Install the AX 4.0 in development mode. In this mode you would not be
required to go for any configuration manually. system will pick
automatically the settings.

thanks & regards,
Irshad

On Sun, May 16, 2010 at 10:02 PM, gs_candeul  wrote:

>
>
> Hello Guys
>
> Is there anyone who can help me in this situation please?
>
> Anybody?
>
>
> --- In 
> Axapta-Knowledge-Village@yahoogroups.com,
> "gs_candeul"  wrote:
> >
> > Hello Guys
> >
> > I want to install the whole Ax 4.0 @ my Home Desktop but on a virtual
> machine.
> >
> > I have Windows 7 Professional and using SUN's Virtual Box.
> >
> > I am new to Axapta and want to install it at home so that I can practice
> at home before my exams in July.
> >
> > I have borrowed AX 4.0 from my university and have got the following
> software:
> >
> > MS Server 2003 & 2008
> > MS Windows XP Pro SP3
> > MS SQL Server 2003 & 2008E
> > MS SQL 2005
> > Visual Studio 2005 Pro & 2008 Pro SP1
> > Biz Talk Server 2009
> >
> > I have all the required Hardware Configuration.
> >
> > Now the problem is, I don't know how to install it and how to configure
> it as I am new to this.
> >
> > Could someone please help me here to do it step by step please
> >
> > Many thanks Guys
> >
> > GS
> >
>
>  
>


Re: [Axapta-Knowledge-Village] Re:AX INSTALLATION

2010-05-18 Thread Irshad
Dear Dan

one of my friend has already have installed it but his computer is
part of domain with admin user rights and this i also have tried and
working fine. but i am looking for the way to get rid of this domain
based account. if there is a way to escape which i think is not
possible because did not get reply from anybody yet.

thanks & regards,
Irshad

On 5/17/10, Daniel Fine  wrote:
> I do not believe that you can install it on Windows XP.  Your computer needs
> to be running Windows Server.  This may work on Windows 7, from what I've
> heard.  However, you could run Virtual PC on XP and set up Windows Server to
> run AX.  You will need at least 3 GB RAM to run it.
>
> Dan
>
>   [cid:image001.gif@01CAF591.C438CBC0]Dan Fine
>   Managing Partner
>20700 44th Avenue West, Suite 260,  Lynnwood, WA 98036
>T  877.777.FINE (3463) ext. 17
>F  877.777.FINE
>   www.fine.com
>
>
>  [cid:image002.jpg@01CAF591.C438CBC0]
> [cid:image003.jpg@01CAF591.C438CBC0]
>
>


[Axapta-Knowledge-Village] Re: Install AX 4.0 on Virtual PC(s)

2010-05-18 Thread gs_candeul
Thank you so much Irshad. I will try it out. If I need further help, may I 
contact you please?

Regards

GS

--- In Axapta-Knowledge-Village@yahoogroups.com, Irshad  
wrote:
>
> for the installation of AX 4.0 follow below steps
> 
> 1. Install windows 2003 server in virtual machine
> 2. Install IIS, .NET Frameworks 3.5 service pack
> 3. create domain in windows 2003 server
> 4. Install SQL Server 2005
> 5. Install service pack 2 or higher for sql server 2k5
> 6. Install Visual Basic
> 6. Install Biztalk Server but don't configure it
> 7. Install the AX 4.0 in development mode. In this mode you would not be
> required to go for any configuration manually. system will pick
> automatically the settings.
> 
> thanks & regards,
> Irshad
> 
> On Sun, May 16, 2010 at 10:02 PM, gs_candeul  wrote:
> 
> >
> >
> > Hello Guys
> >
> > Is there anyone who can help me in this situation please?
> >
> > Anybody?
> >
> >
> > --- In 
> > Axapta-Knowledge-Village@yahoogroups.com,
> > "gs_candeul"  wrote:
> > >
> > > Hello Guys
> > >
> > > I want to install the whole Ax 4.0 @ my Home Desktop but on a virtual
> > machine.
> > >
> > > I have Windows 7 Professional and using SUN's Virtual Box.
> > >
> > > I am new to Axapta and want to install it at home so that I can practice
> > at home before my exams in July.
> > >
> > > I have borrowed AX 4.0 from my university and have got the following
> > software:
> > >
> > > MS Server 2003 & 2008
> > > MS Windows XP Pro SP3
> > > MS SQL Server 2003 & 2008E
> > > MS SQL 2005
> > > Visual Studio 2005 Pro & 2008 Pro SP1
> > > Biz Talk Server 2009
> > >
> > > I have all the required Hardware Configuration.
> > >
> > > Now the problem is, I don't know how to install it and how to configure
> > it as I am new to this.
> > >
> > > Could someone please help me here to do it step by step please
> > >
> > > Many thanks Guys
> > >
> > > GS
> > >
> >
> >  
> >
>