This topic is locked

dropdown menu

9/16/2008 3:37:50 AM
PHPRunner General questions
F
futo author

hi,
I try to display two field in dropdown menu.
table name : _Dozvole
field1 : Broj_dozvole

field2 :Korisnik_dozvole
the code is : _Dozvole(Broj_dozvole,'',Korisnik_dozvole) - i have put this in visual editor on Lookup table
BUT THIS NOT WORK
CAN SOMMEONE HELP

J
Jane 9/16/2008

Hi,
Here is the correct code of your custom expression:

concat(Broj_dozvole,'',Korisnik_dozvole)