Hi
I have a memory form with 2 browses on it. I want to change the Insert button text value to 'Add Estimate'
I use p_web.site.InsertButton.TextValue = 'Add Estimate'
It change now the Insert to Add Estimate, BUT it changes now the insert on both Browse and not on the one browse where I added the code.
How can I change only the one Browse button values and not both of them. The browse without the p_web.site.InsertButton.TextValue = 'Add Estimate' must not change.
Regards
Johan