lneisius
|
| Posted: 12/01/2002, 7:29 PM |
|
I would like to create two seperate start pages to include in the default page and show based on users GroupID. I do not see any way to add a before show event on include page. Don't want to use grids because I am using grids in these pages and you can't place a grid in a grid.
|
|
|
 |
bob
|
| Posted: 12/03/2002, 9:13 AM |
|
User redirection based on their Login / Security article
|
|
|
 |
dwelsh
|
| Posted: 12/03/2002, 9:51 AM |
|
When I get home tonite.
I will post a nice sample on how to get a grid to display inside a grid.
Would that help?
|
|
|
 |
lneisius
|
| Posted: 12/03/2002, 3:28 PM |
|
Yes
A grid in a grid would be great!
I wish CCS had a simple form for basic tables that were not grids so that no connection info is passed through and connection time wasted.
|
|
|
 |
dwelsh
|
| Posted: 12/03/2002, 5:58 PM |
|
Ok I made a real quick DoubleGrid sample with CCS.
The key here is - once you create your master grid, place a label in the cell that you would like your detail grid.
I called mine - 'DetailGrid'. Then set its content to 'HTML'.
Next create 'Custome Code' for its 'Events - Before Show'.
You will have to add some custom code to fill the detail grid.
I have included some custom code for the BookStore database.
http://www.gotocode.com/UserImages/dwelsh/DoubleGrid.zip
(I think I uploaded this file correctly, with its link)
|
|
|
 |
lneisius
|
| Posted: 12/03/2002, 6:13 PM |
|
Thanks for the help and the sample
|
|
|
 |