Hi all,
what I need to know and I was trying out for days is that:
I got a table in a MySQL-Database with the fields
Primkey(Double)
Description(varchar(50))
Value(double)
that are shown in a form likes this:
SEQ PrimKey(Hidden) Description(ReadOnly) Value(editable)
1 99 some text Values can be modified
2 103 …
3 64 …
…
n … … …
For processing the entered data I need to read out what the user entered in Row 3 and storing this data with the PrimKey into another table.
So my question, those answer I could find anywhere:
How can I read out a specific line number in a form? Can someone provide a short code-example or us?
Kind regards and thanks a lot,
Hydro