petr
|
| Posted: 03/05/2002, 11:54 AM |
|
I have a DisplayList (grid) of records. I select "Edit" URL to display a
record
for modification (RecordDetail). When selecting either
Update or Cancel buttons,
I have set up the pagelink for the DisplayList, I get a
list showing only
the record that I was working on. Now, if I select
"Search" which is also
on the page, it lists correctly all records.
How do I get it to list all records the first time after
'Update/Cancel'
is called?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/06/2002, 2:43 AM |
|
It think it's a matter of input parameters of your grid as they effect
what should be show on Grid.
May be you need to remove some.
Alternatively you can set your own sql statement in Form/Events/Open by
assigning your statement to sSQL variable that will be executed by CC
later on.
--
Alex
CodeCharge Developer
"petr" <petr.polak1@nasa.jsc.gov> wrote in message
news:3C852283.FCB864BE@nasa.jsc.gov...
> I have a DisplayList (grid) of records. I select "Edit" URL to display a
> record
> for modification (RecordDetail). When selecting either
> Update or Cancel buttons,
> I have set up the pagelink for the DisplayList, I get a
> list showing only
> the record that I was working on. Now, if I select
> "Search" which is also
> on the page, it lists correctly all records.
>
> How do I get it to list all records the first time after
> 'Update/Cancel'
> is called?
>
|
|
|
 |
|