NetTalk Central

Author Topic: add record without browse  (Read 3435 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
add record without browse
« on: July 11, 2012, 02:23:22 PM »
please can anyone help trying to add a record with form without calling the browse

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: add record without browse
« Reply #1 on: July 11, 2012, 05:22:47 PM »
look at the FAQ section of the docs

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: add record without browse
« Reply #2 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
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
Re: add record without browse
« Reply #3 on: July 11, 2012, 10:16:04 PM »
Thanks guys that solve the problem easily