Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-13 Thread hemamalinis
Hi sunil, may i know how did u do the copy paste image logic? regs, Hema. S sunil padhy

Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-13 Thread sunil padhy
Hi Hema, In that form I have an Button called Browse just i added two lines of code in click method, which u had given me earlier. Image ImageLogo = new Image(); imageLogo.loadImage(fileName); imageLogo.saveImage(CompanyInfo::find().Nx_ImagePath + imagename

Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-13 Thread sunil padhy
Hi Hema First I tried on this way in job for testing purpose Image Image = new Image(); ; Image.loadImage(C:\\Image\\blue hills.jpg); Image.saveImage(C:\\Image1\\blue hills.jpg,ImageSaveType::JPG); after that i changed according to the requirement. Thank You Sunil --- [EMAIL

RE: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-13 Thread Malcolm Burtt
08:10 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent Hi Hema First I tried on this way in job for testing purpose Image Image = new Image(); ; Image.loadImage(C:\\Image\\blue hills.jpg

Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-12 Thread hemamalinis
Hi sunil, why dont u use the same logic of what i said for your previous query? ie get ur source file path c:\location\img and save it in ur new path d: \location\img. regs, Hema. S

Re: [Axapta-Knowledge-Village] Copy the image from one location to another location-Urgent

2006-04-12 Thread sunil padhy
Hi Hema, Thanks a lot for your suggestions. I am able to achive it. Thanks Sunil Padhy --- [EMAIL PROTECTED] wrote: Hi sunil, why dont u use the same logic of what i said for your previous query? ie get ur source file path c:\location\img and save it in ur new path d: