|
| Inicio → WINDEV 2024 → [WD20] how to set image control = "http://image.free.in.th/z/io/rqh0qnkol9psm4ik34vndcilj05045e4f6ec1e91.jpg" |
| [WD20] how to set image control = "http://image.free.in.th/z/io/rqh0qnkol9psm4ik34vndcilj05045e4f6ec1e91.jpg" |
| Iniciado por ingpanya, 11,jul. 2015 16:52 - 3 respuestas |
| |
| | | |
|
| |
| Publicado el 11,julio 2015 - 16:52 |
I use WINDEV
I want to set image control
IMG_Picture1 = "
 "
how to show this image
Thank |
| |
| |
| | | |
|
| | |
| |
| Publicado el 13,julio 2015 - 11:48 |
Hi
use httprequest to download the image on your harddrive, then set the local file in the image field
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
Already there: WXShowroom.com, WXReplication (open source) Coming soon: WXEDM (open source) More information on http://www.fabriceharari.com
On 7/11/2015 8:52 AM, man wrote:
I use WINDEV I want to set image control IMG_Picture1 = "

" how to show this image Thank |
| |
| |
| | | |
|
| | |
| |
| Publicado el 13,julio 2015 - 17:47 |
Many thank for your answer
If I save my links on Database (maybe 100 - 1000 photos) , how to make them display on the TABLE control.
On my code must be use HTTPREQUEST() 100-1000 times or not
Best regards MAN |
| |
| |
| | | |
|
| | |
| |
| Publicado el 13,julio 2015 - 18:56 |
Hi again,
On 7/13/2015 9:47 AM, man wrote:
Many thank for your answer
If I save my links on Database (maybe 100 - 1000 photos) , how to make them display on the TABLE control.
On my code must be use HTTPREQUEST() 100-1000 times or not
Yes, that's what I said previously Of course, that wil be extremely slow, no matter what technique you use, as long as your images are on the web...
It would be much faster to download them ONCE, store them in the DB, and then use them
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
Already there: WXShowroom.com, WXReplication (open source) Coming soon: WXEDM (open source) More information on http://www.fabriceharari.com
Best regards MAN |
| |
| |
| | | |
|
| | | | |
| | |
|