sara
|
| Posted: 05/01/2002, 11:30 AM |
|
hii
im trying to use the event that shows pictures (before show ) event
my problem is that it works with access data base but when i use it with MS SQL
it doesnt work i dont know why
this is the code
fldimage_url="<img border=""0"" src=""" & fldimage_url & """/>"
fldproduct_url="Review this book on Amazon.com"
plz help me its important
|
|
|
 |
Brent
|
| Posted: 05/01/2002, 2:41 PM |
|
Make sure fldimage actually has a value. It may be blank. Perhaps the column name
has changed in your MS SQL database?
Also make sure HTML is turned on for the image_url field so it will process the HTML
code.
|
|
|
 |
*sara
|
| Posted: 05/02/2002, 2:40 AM |
|
HTML is turned on inside the data base how can i make it turend on
|
|
|
 |
|