Hello lads
I have a SQL 2000 server
I have lots of images in my program (resource file) but I want to move them out to make my exe smaller
Now the SQL server is on the Web and I also have web space on the web
so I have moved all my images to the webserver.
Now I want to use an Image control to show these icons but I am unable to do so
In the DB in the Icon column I have just normal test with the full adress in it
IE Type 2 lvl 5.jpg
Now I try to use the following
Set Image1.picture = loadpicture( Type 2 lvl 5.jpg)
No luck
so Tried
Image1.datasource= Rec!Icons
no luck either
am I not setting the pointer correctly in SQL or am I missing something in the image control
(help needed desperately 12hours to go)
I have a SQL 2000 server
I have lots of images in my program (resource file) but I want to move them out to make my exe smaller
Now the SQL server is on the Web and I also have web space on the web
so I have moved all my images to the webserver.
Now I want to use an Image control to show these icons but I am unable to do so
In the DB in the Icon column I have just normal test with the full adress in it
IE Type 2 lvl 5.jpg
Now I try to use the following
Set Image1.picture = loadpicture( Type 2 lvl 5.jpg)
No luck
so Tried
Image1.datasource= Rec!Icons
no luck either
am I not setting the pointer correctly in SQL or am I missing something in the image control
(help needed desperately 12hours to go)