Hello everyone,
The consensus was that my datawindow control might not have been inherited from u_dw,
so I went back and had a look. When I open the property box for the datawindow
control, the title bar says "DataWindow inherited from u_dw". Just to be sure there
wasn't something strange going on, I also deleted the control and re-inherited it. Do
you think it might have something to do with how I set up the datawindow service.?
I have the following in the open script for the window:
li_return = dw_1.of_SetBase(TRUE)
If li_return = -1 Then .....
li_return = dw_1.of_SetReport(TRUE)
If li_return = -1 Then .....
li_return = dw_1.of_SetPrintPreview(TRUE)
If li_return = -1 Then .....
li_return = dw_1.of_SetUpdateable(False)
If li_return = -1 Then .....
li_return = dw_1.of_SetTransObject(gtr_amrs)
If li_return = -1 Then .....
ll_rows = dw_1.of_Retrieve()
If ll_rows = < 1 Then .....
I get the unrecognized function error for of_retrieve() when I compile the script in
the painter.
Am I maybe setting the datawindow service up incorrectly? Or setting it up in the
incorrect event?
Any help would be greatly appreciated :-)
Thanks,
Jill
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE: help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]