Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: ID number to parse

Quote Reply
Re: ID number to parse In reply to
Probably has to do with how the variables are passed -- that is a generated template from modify.cgi

The record is read, but when modified the data is probably not passed to the form and back again. You can pass it, and keep track of it fairly easily.

You have to do a look up, then when you find it, you can pass it explicitly to the form. To pass it back, make it a hidden variable "ID" and assign it the value if "ID" then, make sure to read it back if you need it.

Subject Author Views Date
Thread ID number to parse hostglobal 2487 Nov 18, 1999, 7:33 AM
Post Re: ID number to parse
pugdog 2429 Nov 18, 1999, 11:04 AM
Post Re: ID number to parse
hostglobal 2432 Nov 18, 1999, 11:50 AM
Post Re: ID number to parse
pugdog 2417 Nov 19, 1999, 5:48 PM
Post Re: ID number to parse
widgetz 2421 Nov 19, 1999, 6:58 PM
Post Re: ID number to parse
hostglobal 2409 Nov 23, 1999, 2:19 AM