Recent

Author Topic: Need DB(xml file)-to-form application. Source code required.  (Read 3955 times)

Researching

  • Full Member
  • ***
  • Posts: 121
Need DB(xml file)-to-form application. Source code required.
« on: October 23, 2018, 12:37:09 pm »
Need an application:

Visual quality is not required. The only preference - for some certain libraries to be used for xml manipulation.

Please, if interested - your conditions, price(and payment possibilities), time to PM.
Approximate functionality:
0. dataUnits.XML
1. dataUnits.XML -> TXMLtoIni. // format/structure data to *1.ini
2. so *1.ini is available for manual editing -> *2.ini (containing xml-field to form-field bindings)
3. TFormMain // has different panel types, each with field and button, font size, color settings
4. TFormMain.Settings - read *2.ini
5. TFormMain.Show
-- shows form (with panels\fields ) based on *2.ini bindings and settings
-- and fills it with data-unit from dataUnits.XML

approximately:
Code: Pascal  [Select][+][-]
  1. functFindUnit_by_ID('dataUnits.XML', 'DataUnitName'):bool;
  2. prcdPanelCreate (functFindUnit_by_ID(...), fieldName ):bool;
  3. prcdFormMaker ()
  4. begin
  5.    ~foreach TFormMain.fieldName as field // php pseudocode
  6.          begin
  7.              prcdPanelCreate (TPanelUnit,
  8.                         functFindUnit_by_ID('dataUnits.XML', 'DataUnitName'),
  9.                         fieldName );
  10.              TPanelUnit.Show;
  11.          end;
  12. end;
  13.  


// I'm not professional in programming.


 

TinyPortal © 2005-2018