![]() |
Sergey Kornilov admin 12/20/2006 |
View type HTML means field content will be displayed as is, without encoding HTML tags. This view type don't have any additional properties. |
B
|
bsiinc author 12/22/2006 |
I am hoping you can help me with this as I haven't been able to figure it out. I have a table called webshpdetail. This table has fields called Carrier and CusProNo. I would like for the appropriate carrier's tracking webpage to pop up with the cusprono (tracking number) already filled in. I can do this for UPS using the hyperlink property on the field cusprono, but I need to write code that will look at the "carrier" field and change the hyperlink to the correct carrier tracking page based on the carrier listed for each record. |
![]() |
Sergey Kornilov admin 12/22/2006 |
Use Custom View type to create a hyperlink that opens in a new window: strValue = "<a target=_bliank href="http://www.ups.com..."; & strValue & ">Track</a>" |