I am using PowerBuilder 6.5 with Sybase 11 on an NT workstation.

As I resolved my earlier problem with connecting to two databases, I realized that 
there is an of_retrieve() function that I assume is the PFC equivalent of using the 
non-pfc retrieve().... so I thought I'd try it.

The open event of my window use to say ..

ll_rows = dw_1.Retrieve()

And it worked fine.  When I changed it to say...

ll_rows = dw_1.of_Retrieve()
or
ll_rows = dw_1.inv_base.of_Retrieve()

I got an error saying that of_retrieve() is an unknown function.  I tried putting 
dw_1.of_SetBase(TRUE) in the script as well and still got the same error.  I figure I 
must be missing something simple...

Does anyone know why it isn't working?


> [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]

Reply via email to