Posted by 'ss' on August 10, 2001 at 17:30:41 EST:
I have to modify a form that has four stacked canvases.
These canvases are used for searching the form based on different fields.
They all have an "Execute Query" button (four different push buttons ofcourse).
The user wants this button on all of these canvases to be a default button....No problem, change the "Default Button" property on the button to be "Yes"..
Well, the problem with this solution is:
All of these canvases have all their elements in one single non-database block.. so, when the user hits enter second time on a particular canvas...it doesn't work..because there are three other execute query buttons in the same block...
A longer solution would be to have a block per canvas..
Since, this is an existing form..it will take a lot of time..
is there another solution.
\Thanks..