This topic is locked
[SOLVED]

 Custom Label on Radio Button

7/26/2016 2:51:04 AM
PHPRunner General questions
B
bree author

Dear All,
I have a form both in "Add" and "Edit" Record.

There is a selection in the form using "Radio Button", 0 = Disable , and 1 = Enable.

But in "Lookup" i create in PHPRunner 6.1, it only can do it with flag 0 or 1 without any change for me to display it to the user only the label (Enable - Disable), not the value of the flag (0 - 1) which is kind too low level for the user.
Any advice?, and which file need to modified ? the apps is already on the server, and its too complicated if i have to regenerate the apps using PHPRunner.
Thanks.
JG

Sergey Kornilov admin 7/26/2016

You need a separate lookup table for this purpose. Here is the sample structure

Value Label

--------------

0 Disable

1 Enable


Then you can use Value as a "Link Field" and Label as a "Display Field".