Greetings all
im making a simple project. I have two seperate databases Employee.nsf and Config.nsf.
-
Config.nsf contains only Country and their respective City names
-
Employee.nsf has information about employee
What i wish to do is, if a user enters a country in a field present in form in Employee.nsf, its respective cities are displayed in a combo box on the same form.
im using
@dblookup(“”:“NoCache”; “Server1”:“Config.nsf”; “CityView”; country; “City”)
-
Server1 is the server name
-
Config.nsf has a view CityView containing city and countries
country is a field on my form which is used as key
- “City” is column name in CityView
can any1 tell me where i am wrong? actually its not working and im pretty sure im stuck at some minor point. plz help me if u understand it.