padhy
Sent: 13 April 2006 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.loadIm
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
--- [EM
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 ,ImageSaveType:
Hi sunil,
may i know how did u do the copy & paste image logic?
regs,
Hema. S
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:
> \locat
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
Hi All,
I want to copy the image from one location and paste
it into the another location.
How can i do it.
Suppose I have an image on C:\ Location and I want to
paste this image in D:\.
Thanks
Sunil
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail
7 matches
Mail list logo