PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Save file/image
Save file/image
Débuté par Jamie, 18 oct. 2008 20:54 - 3 réponses
Posté le 18 octobre 2008 - 20:54
I want to know how can I save files or images when I click on them (in aplication) to my disk? Is there any function available?
Posté le 19 octobre 2008 - 09:35
Hi Jamie

If I understood correctly your question, the answer is yes, dSaveImagexxx

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Jamie wrote:
I want to know how can I save files or images when I click on them (in aplication) to my disk? Is there any function available?
Posté le 19 octobre 2008 - 14:14
I've been able to save it in that way, THANKS! Now I wonder how can I save it in the path that I choose (like in 'Microsoft Word':'Save as'...), because dSaveImage saves my picture in the fixed/static directory that I have to manually typed in:

dSaveImageJPEG(IMG, "C:\...\Picture.jpg", 80)

Thanks a lot for help!!!
Posté le 19 octobre 2008 - 18:37
Hello Jamie...

Do you mean that you don't know what a variable is?

If it's the case, I STRONGLY advise that you read IN DETAILS the courses
coming with windev... Because you need to use one, and you will need
them everywhere in your coding

Now if the question is about something else, let us know...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Jamie wrote:
I've been able to save it in that way, THANKS! Now I wonder how can I save it in the path that I choose (like in 'Microsoft Word':'Save as'...), because dSaveImage saves my picture in the fixed/static directory that I have to manually typed in:

dSaveImageJPEG(IMG, "C:\...\Picture.jpg", 80)

Thanks a lot for help!!!