This topic is locked

lookup and switch search fields

7/29/2010 9:22:52 AM
PHPRunner General questions
ffrinai author

I have 2 tables

1)Prestazioni

fields:

idprestazione

codprestazione
2)tbltariffario

fields:

codice

descrizione
in add page of prestazioni the field codprestazione have a lookup on table tbltariffario

link field: codice

display field: descrizione || ' ' || codice

then I search for field descrizione to obtain the value for codice into codprestazione, how may i search in codice instead in descrizione ?

how change display field from descrizione || ' ' || codice to codice || ' ' || descrizione on the fly?

Is possible to implement a radio button to choose the research field ?

Thanks

Fabio
phprunner 5.2

db ORACLE

J
Jane 8/5/2010

Hi,
you can change 'display field' on the "Edit as" settings dialog only.