Help with Pictures

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Nov 26 10:23:00 CST 2003


on 11/26/03 12:42 AM, Mark Maslowski at mark at majico.com wrote:

Hi Mark,

>> I think your db do not have pictures.
> 
> Well, I used the following script to add 10 test photos. It increased my
> .BLB file size from 100K to 3.7MB so I'm assuming there is some photo data
> in there.
> 
> on LoadthePictures
> set SQLString = "SELECT * FROM photos"
> set gCursor = new(xtra "VCursor", GetRef(gDB), SQLString)
> 
> repeat with x = 1 to 10
>   setBlank(gCursor)
>   set nameTemp = the name of member x & ".jpg"
>   setField(gCursor, "filename", nameTemp)
>   setPicture(gCursor, "photo", member x, 80)
>   AddRecord(gCursor)
> end repeat
> end

Looks to be correct.


>> You can easy check this using Valentina Studio.
> 
> Is Studio available for download or do I wait for the beta program sign-up
> (which I just did) to go through?

I already have see that you are subscribed.

Let us know what show Vstudio.
If pictures are here, then something wrong in READING of them.




-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list