RESOLVED!
The Form is for people table
filter must be:
'pro:countrysysid = <39>' & p_web.GSV('peo:countrysysid') & '<39>'
and had to reset!
sysid's always INTEGER
CREATE TABLE geo.countries(
countrysysid serial PRIMARY KEY,
countrycode varchar(10) UNIQUE,
countrycodeshort varchar(10) UNIQUE,
countrydescr citext UNIQUE,
dailingcode citext,
...
CREATE TABLE geo.provinces(
provincesysid serial PRIMARY KEY,
countrysysid integer REFERENCES countries ON DELETE RESTRICT,
provincecode citext UNIQUE,
provincedescr citext,
capitalcity citext,
Click on Drop for Provinces and select South Africa - when I click on Provinces only South African Provinces must be selectable.
I cannot find send order/filter to debugview under LookUp Settings of the Drop,
...
[attachment deleted by admin]