Pep Johnsonn
|
| Posted: 10/29/2004, 1:47 AM |
|
Hello guys, CCS latest version, ASP with access.
I have built a page ABC.asp with a search form (searches on a table called
articles--> title name, author, brief description fields...etc (OR
selected)--> that point to another page ABCD.asp whit a grid (to display the
search results)
Well, if I search for a given word, I go to the ABCD.asp page (ok), but ALL
articles records are displayed, not only the ones that match the search
word.
In the first page (search) ABC.asp,
record: article search
connection: blank
data source type: Table
Data Source: blank
Return Page: ABDC.asp
....etc
In the second page (grid results)
grid: articles
Connection: internet
data source type: Table
data source: articles (article_id={article_id})
etc...
There is something I am missing, it does not search, just display all
records...
This internet datbase is not the original from the example kit CCS, I
modified it adding more columns to the articles table, but that should not
screw up the whole thing, shouldn´t it?
Also, copying and pasting search forms from other projects (like Portal from
css kit) does not work, I get a "Cint" error in common.asp...
I have been checking the documentation, but I cannot make it work in this
particular project...
Any help will be extremely welcome!!!!
Thanks
|
|
|
 |
Pep Johnsonn
|
| Posted: 10/30/2004, 1:21 AM |
|
Looks like I messed up the DB access...I am trying to fix it now, I will
keep you posted,
Thanks
"Pep Johnsonn" <ticonderoga@mariosbm.net> wrote in message
news:clt02l$o8j$1@news.codecharge.com...
> Hello guys, CCS latest version, ASP with access.
>
> I have built a page ABC.asp with a search form (searches on a table called
> articles--> title name, author, brief description fields...etc (OR
> selected)--> that point to another page ABCD.asp whit a grid (to display
> the search results)
>
> Well, if I search for a given word, I go to the ABCD.asp page (ok), but
> ALL articles records are displayed, not only the ones that match the
> search word.
>
> In the first page (search) ABC.asp,
> record: article search
> connection: blank
> data source type: Table
> Data Source: blank
> Return Page: ABDC.asp
> ...etc
>
> In the second page (grid results)
> grid: articles
> Connection: internet
> data source type: Table
> data source: articles (article_id={article_id})
> etc...
>
> There is something I am missing, it does not search, just display all
> records...
> This internet datbase is not the original from the example kit CCS, I
> modified it adding more columns to the articles table, but that should not
> screw up the whole thing, shouldn´t it?
>
> Also, copying and pasting search forms from other projects (like Portal
> from css kit) does not work, I get a "Cint" error in common.asp...
>
> I have been checking the documentation, but I cannot make it work in this
> particular project...
>
> Any help will be extremely welcome!!!!
> Thanks
>
|
|
|
 |
|