Sep 16th, 2010, 12:54 PM
Hi!
I've started a projekt, but I feel like I need help to know how to continue.
First, here's what I want to do:
A web page that looks like this:
-------
First street
Street.........No.....No of papers..Extra text field
Firststreet...35A....5..................Extra text...........[Checkbox/link to delete row]
Fisrtstreet...103....10.................---....................[Checkbox/link to delete row]
[textfield to enter a street] [textfield to enter No] [Textfield to enter No of papers] [Textfield to enter Etra text field]
[Save button]
Secondstreet
Street.............No.....No of papers..Extra text field
Secondstreet...35A....5..................Extra text...........[Checkbox/link to delete row]
Secondstreet...103....10.................---....................[Checkbox/link to delete row]
[textfield to enter a street] [textfield to enter No] [Textfield to enter No of papers] [Textfield to enter Etra text field]
[Save button]
And so on...
--------------------
First you have a headline that tells you witch street you're on.
Second, the data stored in the form tools database will print its info for that street. After each street there's a checkbox, link or something like that, witch will delete the row from the database.
Third, there's a input row to add new rows to the database. (I haven't thought it through to have a text field for the street).
After that it starts all over with a new street.
The problem I have is that I don't really now how to get the form tool to print the info that way, as you don't know in advance how many rows it's gonna' be. Also I think the ID's will be larger and larger even if you delete rows.
Second, how will I get the delete-link to work?
Thanx 4 ure reply!
I've started a projekt, but I feel like I need help to know how to continue.
First, here's what I want to do:
A web page that looks like this:
-------
First street
Street.........No.....No of papers..Extra text field
Firststreet...35A....5..................Extra text...........[Checkbox/link to delete row]
Fisrtstreet...103....10.................---....................[Checkbox/link to delete row]
[textfield to enter a street] [textfield to enter No] [Textfield to enter No of papers] [Textfield to enter Etra text field]
[Save button]
Secondstreet
Street.............No.....No of papers..Extra text field
Secondstreet...35A....5..................Extra text...........[Checkbox/link to delete row]
Secondstreet...103....10.................---....................[Checkbox/link to delete row]
[textfield to enter a street] [textfield to enter No] [Textfield to enter No of papers] [Textfield to enter Etra text field]
[Save button]
And so on...
--------------------
First you have a headline that tells you witch street you're on.
Second, the data stored in the form tools database will print its info for that street. After each street there's a checkbox, link or something like that, witch will delete the row from the database.
Third, there's a input row to add new rows to the database. (I haven't thought it through to have a text field for the street).
After that it starts all over with a new street.
The problem I have is that I don't really now how to get the form tool to print the info that way, as you don't know in advance how many rows it's gonna' be. Also I think the ID's will be larger and larger even if you delete rows.
Second, how will I get the delete-link to work?
Thanx 4 ure reply!