Popup help appreciated (OpenInsight 32-bit Specific)
At 21 JUL 2005 02:00:49PM Kauko Laurinolli wrote:
I have a table with STATE, single value column and CITY, multivalue column (all populated).
In 1st popup I select the state e.g. TX.
In 2nd popup I want CITY multivalue column to pop up and display all TX cities but I have not been able to creat a suck popup. I went thru all examples and Works extras but was not able to find a single usable sample.
At 22 JUL 2005 05:20AM Barry Stevens wrote:
See popup function
State=TX"
Pop="
.
.
.
Pop=L"
Pop=xlate("STATES",State,"CITYS","X")
.
.
SelCity=Popup (@window, Pop).
At 22 JUL 2005 10:48AM Kauko Laurinolli wrote:
Thanks.
You did mean Pop=L"
Now it works.
At 22 JUL 2005 09:23PM Barry Stevens wrote:
I knew it was somewhere around there