cancel
Showing results for 
Search instead for 
Did you mean: 

about file download

Former Member
0 Kudos

hi, Can i show the link in the table?When i click it, i can down load the files.

Thanks very much!

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi

lei gin

you can place the link in the table through LINK TO URL option

Former Member
0 Kudos

Hi

You can show the link in your table by the following way

Assume that you have context binded to view container

1) in outline view

2) Right Click on "ROOT UI ELEMENT CONTAINER"

3) Apply Template

4) Select Table from the template list

5) select the required columns from the Context

6)* In the "Edit the properties of table colums" step

In the "Editor" section Select "LinktoURL " option from the drop down list box (<b>But you can have only BOOLEAN variable to use this option</b> no other data type is allowed ie integer,string as linktoURL)

7) Finish

Regards

Chaitanya.A

Former Member
0 Kudos

IS the function of linktourl the same as file download?

Former Member
0 Kudos

HI Lei Gin

This LinktoURL is just like a <i>HTML Anchor Tag</i>. You can download file by right clicking on the link and "Save target as.."option

  • in the <b>REFERENCE</b> property of your LinktoURL UIelement mention the path of the file.

*TEXT property is link's caption

*TARGET property is "_BLANK" "_TARGET" ..

Regards

Chaitanya.A

Former Member
0 Kudos

The tableCellEditor for the column can be directly set to type FileDownload

Former Member
0 Kudos

Hi ..

You can do this By using LinkToURL UI element.

URs GS

Former Member
0 Kudos

yes u can show d link in d table thru linktourl

former_member185029
Active Contributor
0 Kudos

Hi,

You can have link (URL) in the table for downloading file.

Ashu