Assist Edit Property

I have boolean field on page, i want assist edit button and i already used the field property assist edit “yes” but its not showing on page.

Did you also write the onAssist trigger code? Not enough to enable the property.

Yes i have written the code but it is not working

IF AssistEdit(xRec) THEN
CurrPage.UPDATE;

Does it execute the code? Have you tried running it with the debugger?

No i have not tried with debugger, my field is a boolean, I think AssistEdit only apply for text box ???