Visual DbEditor++ Compiling Instructions
Visual DbEditor++ was written using the latest version of Xbase++. It can be compiled to run with earlier versions as well as a function that you can link into your own applications.
Compiling with earlier versions.
The application will automatically compile with earlier versions.
Compiling as a function
Visual DbEditor++ can be compiled as part of your own program. It can also be called as a standalone function.
To do so compile all modules with -DBEDFUNCTION. Then call function from it's own thread.
LOCAL oThread:=Thread():New()
...............
oThread:Start("DBeditor",DATAPATH,oOwner,defaultDBE)