Hi! Can anybody help me, please?I have two fields. In first I have Names, in second I need have surname from DB Oracle.
So, I’m using next code(in “Choices” of the field):
@DbCommand( “ODBC” : “NoCache” ; “ForMyDb” ; “logon” ; “password” ;
“SELECT name1 FROM names.names WHERE name2=@GetField(‘FirstName’)”)
But, @GetField(‘FirstName’) doesn’t work here. So, my questin is:
How can I put Value of “FirstName” into my require “SELECT name1 FROM names.names WHERE name2=???”