NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Devan on November 02, 2011, 10:41:37 PM

Title: Calling a NetWebForm to EDIT a particular record
Post by: Devan on November 02, 2011, 10:41:37 PM
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
Title: Re: Calling a NetWebForm to EDIT a particular record
Post by: Bruce on November 03, 2011, 05:11:59 AM
you can set the action, and record ID on the Advanced tab of the Form Settings.

cheers
Bruce