Danke Bernhard.

Am 20.07.2016 um 12:26 schrieb Bernhard Ströbl:
Hallo Peter,

damit Du die Daten aus dem Feld Wert zur Auswahl angezeigt bekommst, muß dieses Feld NOT NULL sein, also
CREATE TABLE DB_Tabelle_B
"ID" integer NOT NULL,
"WERT" varchar NOT NULL,
CONSTRAINT tb_pk PRIMARY KEY ("ID")
);

ich hab's in der Doku ergänzt [1]

Grüße

Bernhard

[1] https://github.com/bstroebl/DataDrivenInputMask/wiki/Simple-Widgets


--
....................................................................
FOSS4G 2016 Bonn - annual global event of the Open Source Geospatial
Foundation (OSGeo) - 24.-26. August 2016 in Bonn (zusätzlich noch
FOSS4G Hacking Event und Workshops)
http://2016.foss4g.org


FOSSGIS e.V, der Verein zur Förderung von Freier Software aus dem
GIS-Bereich und Freier Geodaten!
http://www.fossgis.de/             https://twitter.com/fossgis_eV

____________________________________________________________________
FOSSGIS-Talk-Liste mailing list
FOSSGIS-Talk-Liste@fossgis.de
https://lists.fossgis.de/mailman/listinfo/fossgis-talk-liste

Antwort per Email an