NetTalk Central

Author Topic: Button  (Read 3050 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Button
« on: April 01, 2010, 01:52:54 PM »
Hi I have a button in a Browse - declared in the list box.
I am trying to get the Button to open up a New procedure when it is clicked but can't.
I have tried putting the procedure name in the URL but it does not work....

What is the trick to opening a new procedure from a Button in a list box?

How about from a button on the page but not a list box - in this case - I want to run a report....

Thanks,
Ron Jolda

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Button
« Reply #1 on: April 01, 2010, 11:00:58 PM »
Hi Ron,

Not sure if you've checked it out, but the "Buttons" example is a good place to start.

>> I have a button in a Browse - declared in the list box.
>> I am trying to get the Button to open up a New procedure when it is clicked but can't.
>> I have tried putting the procedure name in the URL but it does not work....

the procedure name would go in quotes in the URL. For example;
'CustomersInvoices'

>> How about from a button on the page but not a list box - in this case - I want to run a report....

If you want to add buttons outside the browse, then I recommend starting with a NetWebForm (memory based if you like) and add the browse, and buttons to that as form fields.

Cheers
Bruce