Set target in a table

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

I have a table that rigth column have a link items menu.
Can I set the left column of that table as target of that links? How?
Or have I construct new pages for each item?
 
With frames you can easily fill a target. With tables, you have to set up
some form of control that has a property to change the contents (or
similar). It is not a case of simple stating Target="someColumn" and having
it run. With data driven apps, you can set up DataGrids for some types of
functionality.

Hope this helps clear it up.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top