Re: Button Variables

2017-05-11 Thread Chip Scheide via 4D_Tech
no, only the script in the button you clicked should run. BUT why not 1 button, on page zero? it is simpler to mange only one bit of code to handle, and if there are parts of the code which are identical you can have that code existing in only one place, making updates or changes simple. AND by

Button Variables

2017-05-11 Thread Peter Mew via 4D_Tech
Hi I have a form with 4 pages. each page has a button to create a new record. Each button also does some slightly different stuff depending which page its on. Which is why there is a button on each page, rather than a single button on Page 0 All the buttons have the variable name bNewRecord. My