Changing Displayed fields in SDB

arm2002

New Member
Hi I am fairly new to V9 and just need a little advice. I have a simple smart window with a SDO and SDB Linked accordingly. I have a fill in and a combo box and search facilities on the smartwindow.
I have inserted a Radio Button on the Smartwindow, 3 options

1) All Records
2) Company Information
3) Customer Information.

When the user clicks on on company or Customer I want to display different fields in the SDB.
I used to do this in V8 using row-display e.t.c.,



I am looking for some advice on the best way to do this.

Kind Regards To all

Roy
 

tsspdx

New Member
Hmm. If you're "fairly new to V9" you probably need more than "just ... a little advice." At least I've felt that way.

It's not clear from your post if you want to:
1. Display different columns in the row-object
2. Display different tables entirely
3. Sort the rows differently.

If (1), KB 20760 should get you started.

If (2), an obvious solution would be to make the browser a Dynamic browser and just switch data sources.

If (3), see KB 20545.

DISCLAIMER: KB articles are of random quality. Use at your own risk!
 

arm2002

New Member
Thanks Ray for the advice. I actually wanted to display different columns in the Smart Data Browser when the user clicked on certain radio buttons.
The kbase no you gave was a great help.
What I did in the end was just added extra columns to the Smart Data Browser and used the Visible attribute on the columns I required when the user selected the particular radio button

Kind Regards

Roy
 
Top