Francesco Giossi
|
| Posted: 03/13/2002, 8:16 AM |
|
I'm going mad about it!!!!
This is a BUG!!!!!
Try this....
Modify the "classifieds" example inserting a new field named "LEVEL" in the table categories (type:numeric, required:NO)
In the classifieds example, modify the form "TREE" in the page "default.asp", adding an "INPUT PARAMETER" pointing to "LEVEL" field. Flag "Required" and "Transfer"
Populate the LEVEL field in the database adding 0,1,2,3,etc.. to the "parent less" record
call default.asp using this string
http://localhost/classifieds/default.asp?LEVEL=1
What happens??
the page shows each "parent less" record, ignoring the LEVEL
Taking a look to default.asp...... no track of "LEVEL"
.................................................................
What can I do?????????????????????????????
Ciao
Francesco
|
|
|
 |
Nicole
|
| Posted: 03/14/2002, 2:00 AM |
|
Hello,
refer to my response for thread: http://www.gotocode.com/disc_viewt.asp?mid=8091
|
|
|
 |
|