Each data element has an associated display label. This application allows the user to update the display label.
When the DED Data Entry option is selected the following dialog appears allowing the user to select an existing database and table.
Simply double click on the desired data alias and table name to select it. Once selected the following dialog will appear.
The above dialog lists all the data element names for the selected alias and table. To reveal the display label value simply click on the desired data element name.
Simply key in the display label for the data element. Exit the application by either selecting the exit option or clicking on the “X” in the application menu.
The database structure is listed below.
[codesyntax lang=”mysql”]
-- phpMyAdmin SQL Dump -- version 4.6.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Nov 19, 2016 at 10:17 PM -- Server version: 5.6.17 -- PHP Version: 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `de` -- -- -------------------------------------------------------- -- -- Table structure for table `dl` -- CREATE TABLE `dl` ( `id` int(11) NOT NULL, `dna` varchar(75) NOT NULL, `lab` varchar(125) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Indexes for dumped tables -- -- -- Indexes for table `dl` -- ALTER TABLE `dl` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `dl` -- ALTER TABLE `dl` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
[/codesyntax]
A 32-bit executable program may be downloaded by clicking here.
A 64-bit executable program may be downloaded by clicking here.
The component documentation can be found by clicking here.
The source code may be found by clicking here.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.