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
How to edit a form that has class error in VFP
444 views Asked by Artful_dodger At
1
There are 1 answers
Related Questions in FOXPRO
- Why FoxPro 2.0 fails to run?
- How to prevent combobx dropdown event in border click
- MariaDB ODBC Connector is returning a Char Field for a COUNT(*)
- Insert data from one .dbf table to another .dbf table in foxpro 6
- How to beep from FoxPro RDP application
- How can i save field types and field sizes after working in dbf library in Python?
- How to interpret Foxpro syntax in SQL Server?
- How to edit .FRT report files
- how to add a key using a foxpro index file ( cdx)
- How to change computer name for one application
- Using IIF() after IN with macro substitution variable inside query where clause
- How to read Memo type field from DBF file in C#?
- How to import unicode data from WinHttpReq
- Issue writing a program in Visual Fox Pro
- How to loop through nested directories in Foxpro given the initial start directory
Related Questions in OCX
- OCX and the MVP Pattern in Window Forms (Winform)
- How to use RichTextBox similar to Richtx32.ocx for Office 365 64 bit
- How can I use OCX in console without System.Windows.Forms?
- How to use vendor specifc OPOS object
- How to call "flash.ocx" with python by filename
- Register Flash.ocx Exception EOleSysError in Delphi
- OCX reg-free-com process with manifests
- How to get method on an Ocx in vb.net
- In a JS method, the native DLL method is called. The DLL execution returns, and the the method remaining js code sometimes does not execute?
- Is there a way to convert 32bit ocx files into 64bit ocx without source code
- How to invoke ActiveX method in C++
- Visual Studio Resource Editor ActiveX control ... could not be instantiated after I just added it with the resource editor?
- finger print or face scanner in oracle forms
- How to remove This action cannot be completed because the other application is busy message
- When i added missing dll and ran regsvr32 name_of_dll.dll it shown me weird message
Related Questions in VISUAL-FOXPRO
- How to prevent combobx dropdown event in border click
- How do I display only the last 5 transactions?
- Why is the subquery inside an iif affecting results?
- Problem calling .NET DLL from Visual Fox Pro
- FoxPro_ manage data filtered of a table in a cursor
- How can I convert Visual-Foxpro to Oracle
- Using EntityFramework for Visual FoxPro
- I would like to know how to reindex Express program (.CDX) files using PHP
- Adding Record in DBF from VFP9 Form entry
- Error building key for index ....path tag "nameIndex" DBF
- Visual FoxPro connection driver
- Update cursor value in Visual Foxpro 6
- Insert data from one .dbf table to another .dbf table in foxpro 6
- Is there a way to hide User procedures and its code in visual foxpro9
- How do you turn a class in a class library into code in a prg?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
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.