| Nelson Kaye 2007-06-18, 3:55 am |
| Paul,
I tried IF ValidW Day(IncludeW Day, TransDatet) as suggested below, but
got error messge. I then tried to pass by address:
IF ValidW Day(IncludeW Day, TransDate) = NO
ValidW DayProc: Prototype: (*STRING PA:WK_DY, LONG P:DATE)
and got error message: Actual value parameter cannot be an array.
I don't want to change the table definition, as I have it in many tables and
forms.
"Paul Howard" <uds0@juno.com> wrote in message
news:A921.1182095576.4329@discuss.softvelocity.com...
> Have you tried?
>
> IF ValidW Day(IncludeW Day. TransDate)
>
> You can pass a single element, or you can overlay a group var and pass
> it and un-overlay it inside the receiving procedure. You should also be
> able to pass the address of the array var. You can set up a GROUP,TYPE
> structure that contains the array var, then declare a local of that
> type, pass that local as that type, and receive it into a declared local
> or as is.
>
> Do you need details?
>
> HTH,
> Paul
>
>
> Nelson Kaye wrote:
TransDate) =[color=darkred]
>
|