![]() |
Sergey Kornilov admin 7/13/2013 |
If you decide to modify this setting manually check C:\Program Files (x86)\PHPRunner6.2\source\classes\controls\LookupField.php file.
|
S
|
stiven author 7/15/2013 |
Thank you so much, this is exactly what i was looking for |
S
|
stiven author 7/16/2013 |
I tried to modified the code, and I noticed it only works on checkbox list when the list is created manually but if it is pulling the records from another table it doesn't work, could someone point me what I'm doing wrong, if there is something I can do to fix it?
If you decide to modify this setting manually check C:\Program Files (x86)\PHPRunner6.2\source\classes\controls\LookupField.php file. Here is the code snippet you looking for:
|
W
|
wildwally 7/16/2013 |
you might try forcing a width to the cell and make the items word wrap. Just a thought, not tested. |
S
|
stiven author 7/16/2013 |
you might try forcing a width to the cell and make the items word wrap. Just a thought, not tested.
|