Marc Santhoff wrote:
Am Samstag, den 19.08.2006, 07:00 -0400 schrieb Walter A. March:
some what related to my question about filtering on a date because it is
the same database...
I swear I had found the code below
sub mcrTest( oEv )
dim txtBox
dim oForm
oForm = oEv.Source.Model.Parent
txtBox = oForm.getByName( "timstartTime" )
oForm.txtbox.text = ""
end sub
but I get the error Property or Method not found.
timstarttime is bound to startTime, a time field.
Using .value doesn't work either. and it doesn't matter if I use "" or
"13:00", I get the same error. It is probably just some dumb rookie mistake.
You can always look there for some help with the learning curve:
http://codesnippets.services.openoffice.org/
For the special problem this snippet might help:
http://codesnippets.services.openoffice.org/Database/Database.EmptyDateField.snip
HTH,
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thank you very very much! That certainly did help and thanks for the
link to the codesnippets... another website I can add to the list of
sites I need to look at but don't have time to! :-/
Thanks again,
WalterAM
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]