NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on July 11, 2012, 02:23:22 PM

Title: add record without browse
Post by: olu on July 11, 2012, 02:23:22 PM
please can anyone help trying to add a record with form without calling the browse
Title: Re: add record without browse
Post by: kevin plummer on July 11, 2012, 05:22:47 PM
look at the FAQ section of the docs
Title: Re: add record without browse
Post by: DonRidley on July 11, 2012, 05:38:39 PM
Hey Olu,

Here's the sections of the docs that Kevin was referring to:

http://www.capesoft.com/docs/NetTalk6/NetTalkWebFAQ.htm#W4

See:
Calling a form to Insert a new record
MailboxesFormControl?Insert_btn=Insert

Where MailboxesFormControl is the procedure being called.

?Insert_btn=Insert tells NetTalk that you are inserting a record.

Easy peasy...   :)

Good luck,

Don
Title: Re: add record without browse
Post by: olu on July 11, 2012, 10:16:04 PM
Thanks guys that solve the problem easily