IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Embedding image next to Column Title
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
<Kalyan>
Posted
Hi,
Is it possible to embed an image next to a column title? The idea is to have an image ( arrow pointing upwards) next to all columns which can be sorted. clicking on the image will sort the column by ascending or descending and the image direction will also change !!! Any pointers on how to do this ???


Regards,
Kalyan.
 
Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
sure
your AS phrase, which puts a nice title on your column, can contain an image tag
BY MODEL AS 'my model'
..would become
BY MODEL AS '<IMG SRC="http://yourserver/images/uparrow.gif"> click here'

That gets the image in, now you'll have to keep track of your sorting. so your columntitle will have a drilldown, and your as phrase can be an &VAR and you set your &VAR to be the UP arrow to begin, and you create a second &VAR which is the opposite of what your current &VAR is set to, so if your &var is up then &varother is down.
and then your drilldown passes thru &varother as the next setting of &var.
Clear as mud?
 
Posts: 2630 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
<Kalyan>
Posted
Thanks.That worked picture perfect!!!!


quote:
Originally posted by susannah:
[qb] sure
your AS phrase, which puts a nice title on your column, can contain an image tag
BY MODEL AS 'my model'
..would become
BY MODEL AS '<IMG SRC="http://yourserver/images/uparrow.gif"> click here'

That gets the image in, now you'll have to keep track of your sorting. so your columntitle will have a drilldown, and your as phrase can be an &VAR and you set your &VAR to be the UP arrow to begin, and you create a second &VAR which is the opposite of what your current &VAR is set to, so if your &var is up then &varother is down.
and then your drilldown passes thru &varother as the next setting of &var.
Clear as mud? [/qb]
 
Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Embedding image next to Column Title

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.