Showing image in a form
Showing image in a form
Hello
I have image field.
I want to see my image in form.
i did what you written before for this issue in the form but link is broken
I am really bored help me out.
My Code is
"Resim" is image field in "Product" table
Plain is Addnote field in my Form
Urun is lookup field from Product
I fetch data
Image = Product[ID == input.Urun];
Picted=Image.Resim;
imageUrl=((("
http://creatorexport.zoho.com/DownloadFile.do?filepath=/" + Picted + "&sharedBy=" + zoho.adminuser) + "&appLinkName=") + zoho.appname) + "&viewLinkName=Talepler_Report";
plain=imageUrl;