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