DroidDB Tip of the Month
DroidDB® Tip for October 2016
Running Two Instances of the DroidDB Development Environment
There are times that you might want to use the form designer to modify two DroidDB forms at the same time. For example, you may want to cut and paste controls from one form to another. On some desktop machines, simply launching DroidDB a second time does not work (when you try, the operating system simply sets focus the the first DroidDB instance).
To do this, first open a command prompt
(START | WINDOWS SYSTEM | COMMAND PROMPT). Then, at the command prompt,
enter:
c:<ENTER>
cd \<ENTER>
cd Program Files (x86)<ENTER>
cd SYWARE DroidDB<ENTER>
DroidDB.exe<ENTER>
exit<ENTER>
Note: If "cd Program Files (x86)<ENTER>" fails, try "cd Program Files<ENTER>".
A second instance of DroidDB will be opened.