NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on April 01, 2010, 01:52:54 PM

Title: Button
Post by: rjolda 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
Title: Re: Button
Post by: Bruce 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