Page 1 of 1

No selector at OVM object

PostPosted: Fri May 28, 2010 7:08 pm
by sambomb
Hi, I found an error today, but I can't find the solution.
The error occurs when I execute the index creation of my system.

When there is no CDX in the directory the index creation works fine, but when the CDX file isn't deleted outside the aplication and I create the index, the error occurs.

Ps. I delete the CDX with the fDelete before create the index.

Image

PS.: This program is in clipper 5.3b + fivewin 2.6
PS 2.: I can't change my program to 32 bits now

Re: No selector at OVM object

PostPosted: Sat May 29, 2010 4:09 pm
by Antonio Linares
The only safe solution is to migrate it to FWH 32 bits.

Maybe if you make somes changes in the source code, the error may goes away, but it is just a possibility. It is a very difficult to solve problem as the Clipper source code is not available.