| Forrest Ganther 2006-01-29, 1:23 pm |
| Thanks everyone! I finally got it to work.
I tried the things suggested, but what worked the best
was Not using dQuery, but, bringing up the Source Code Editor
and hard coding in the before_GetValue and the Function fullName.. That
seems to work without errors.
Thanks for everyone's help!!
Forrest
"Michael Nuwer [dBVIPS]" <nuwermj@yahoo.com> wrote in message
news:MFTMAmMJGHA.1704@news-server...
> Forrest Ganther wrote:
>
> Hello Forrest, This is a bug. One way to deal with it is to simple click
> the "ignore" button in the error message box. You will get the error
> message more than once; "ignore" in all cases.
>
> Another possibility is to add the second following line:
>
> class CustomerDATAMODULE of BaseCDATAMODULE from ...
> set procedure to program(1) additive
>
> The main problem here is that the dBASE streaming engine will remove this
> line each time you save the file and you must therefore edit again before
> opening.
>
> You might alternatively try putting the "set procedure" line in the
> query's canOpen event handler.
>
> The bug manifest itself when a custom datamodule is used. Absent such a
> custom object, the bug does not raise its head.
>
|