Deen
|
| Posted: 10/31/2002, 6:02 PM |
|
Dear friends,
I used the previous example posted in this forum regarding the displaying replies in a forum site but still I get some errors.
I used the CCDLookup function in the default field of a label's properties window as per the example and got the error as " No value given for one or more parameters" can any one please guide me in detail to solve this problem.
|
|
|
 |
maricar
|
| Posted: 11/08/2002, 6:47 PM |
|
I too have the same problem in displaying the # of replies can any one please help me in solving..
|
|
|
 |
RonB
|
| Posted: 11/08/2002, 10:54 PM |
|
This might sound strange but why do a CCDLookup if you could easily do this with sql. That way would be faster to. If you need help with that post the table and field strucure from your dtabase here.
With ccdlookup you get a query send to the database for every row of information in your grid. If you can do it with sql the database gets probed only once thus saving you resources.
|
|
|
 |
|