i can't see images

hi,
I have a problem with the pictures, when I put the size, I can not see the image, but when I see the dimensions to 0.
I checked in and when I put the generated file size changes the path of the file and the folder where the file resides, becomes that of tmp.
if I go to look in the tmp fact I can not find the image file.
can someone help?

Re: i can’t see images

Can you provide more detail on your table settings?

I used the following DB:

I have tested this option in a sample using sakila as an example.
http://downloads.mysql.com/docs/sakila-db.zip (used staff table)

I loaded the staff table into the grid using the defaults. Load the grid, the image was displayed.
I then selected the picture field and set width / height to 100x100 and ran the grid again and it displayed properly.

Regards,
Scott.

Re: i can’t see images

To follow up on this, I also created a new field called file_image VCHAR(100) to the table. I added the image name to the field (image file_name)
I then updated the SQL statement to include the fieldname.

I ran the app and the images displayed properly.
I then changed the height/width to 100x100 and it displayed properly.

Regards,
Scott.

Re: i can’t see images

in my grid, I have an image field (file name), the field in database is varchar and it states the name of the file. in application settings I put the correct path where are the pictures. so everything works.
but if I resize the image to display, my image is no longer visible.
entering the code generated page I see that replaced the path (the correct settings inserted by me) with the tmp folder / file name (invented by the program)
os: windows server 2008
Browser: internet Explorer 7 and mozilla firefox
Scriptcase V5

Re: i can’t see images

Could it possibly be rights issue with IIS for the /tmp dir?
Have you temporarily tried changing the image DIR to the same as the /tmp DIR or (vice-versa) and see if that helps the display of images? (placing the images in the DIR for testing)

Regards,
Scott.

Re: i can’t see images

ok,
i have resolved, the problem is the permissions of the directory. i change it.
thanks for the help.