Question

I have a form that I would like to append so that it shows all the data in xml format but the form I need to append give me an error saying class not licensed for use I thought I had found the solution for this by manually adding the classes but for this from it dose not seem to have worked can any one advise how i might locate the class the form is looking for or is there a work around I can use I just want ad one line to complete this code REPLACE photo_ref WITH property.photo_ref so that populates all of the XML elements with data from the database

Was it helpful?

Solution

The reason you are getting the error is that ctmeter.ocx is a commercial third-party control from DBI Technologies. Because you don't have a developer licence for it, you can run compiled applications that use it but you can't edit any form or form class that contains it using Visual FoxPro.

So what you need to do is visit DBI Technologies on the web and investigate a developer licence for it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top