Hello all,
I got a text field placed on a block where I inserted within the help some code just to make the insert of the form and then show the subform New entry. Otherwise user do not see the New button and rows on the subform.
My goal is to eliminate the “[SIZE=+2]OK[/SIZE]” button that appears when I try to insert the record by code in order to make appear the master/details sub form for insert items…
I don’t know if there are more smart method but user, as you know well, want to click something once only .
To more clear understanding let’s look to attachment
Is there a trick or a workaround ??
Many thanks !!!
Giovanni
This is my field help code
<a href=“javascript: nm_atualiza (‘incluir’);” id=“sc_b_ins_t” onclick=“nm_atualiza (‘incluir’); return false;” title=“Add item xxxxxx” style=“vertical-align: middle; display:inline-block;”>
<img src=“URL OF IMAGE BUTTON” style=“border-width: 0px”>
</a>