Hi all,
I think I have asked before, but I have forgotten the answer now (!)
I have a webapp I am building with NetTalk, and in a heavilly customised dashboard page, I would like to give the user the option to EDIT only, a particular record.
I was thinking I could use the <!-- MyEditForm --> tag within my page to force the edit window to appear on a particular spot (div) on my dashboard, and I want the user to be able to ONLY edit the record where the Primary Key has already been set with p_web.SSV('PRI:KEY', '12345').
Is there a neat and simple way to do this, or do I have to pass parameters or similar?
Cheers,
Devan