Version 1440.
This should be reproducable.
I'd typed in the function name and started writing a comment:
Public Function Letter_Validate_Contents() as Boolean
'Checks that there is adequate content in a letter
'if there is returns a true flag
'
Le Saturday 28 June 2008 06:37:51 richard terry, vous avez écrit :
> Something I've never come to terms with which should be simple.
>
> I have a class containing items including a date eg as a simple example
> which dosn't exist and I don't use but will serve the purpose of the
> request:
>
> cOrd
Something I've never come to terms with which should be simple.
I have a class containing items including a date eg as a simple example which
dosn't exist and I don't use but will serve the purpose of the request:
cOrder
part as string
date as date
In a form I may have this sort of code
Dim o