This topic is locked

Couple of things I am having a problem with

11/6/2003 4:09:48 PM
ASPRunnerPro General questions
author

Hi, I am having a problem making the pictures show up in the list page and can not get the uploader page to work. I get an error message that can not use this context. Anythin special about the field in MS Access? Also you use filebased image in display, do you use database image in edit selection. Love this program and it is easy to use and I have gotten very good support. One last thing, Is there a way to change the color of the graybar on the list page. Just looking to jazz it up a bit.

Thanks

Sergey Kornilov admin 11/9/2003

Hi,
database-based image should have OLE Object data type in MS Access.
To change most colors in generated ASP files you need to edit include/style.css file. To change color of graybar on the list page you need to edit shade class definition.

.shade

{

   COLOR: #333333;

   BACKGROUND-COLOR: #e5e5e5

}


Best regards,

Sergey Kornilov