Hi,

I have a dataform connected to a table in OOo Base.
I would like some of the controls NOT to reset when you navigate to create a
new record.
I am developing in OOo basic and have tried to connect the control's event
handler for "Prior to resetting" to a function which returns false, but it
does not work:

function Test_PriorToReset as boolean
        Test_PriorToReset = false
end function

Does anyone know how to do this?

/Emil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to