N
|
Nir Frumer 8/23/2019 |
Assuming that that you need the data from a specific record |
U
|
united001 author 8/23/2019 |
Lookup wizard does work, yes, but seems awkward a bit. Are there any php code snippet solution(s) that avoid lookup wizard? |
![]() |
lefty 8/23/2019 |
Lookup wizard does work, yes, but seems awkward a bit. Are there any php code snippet solution(s) that avoid lookup wizard? Randy J
|
U
|
united001 author 8/23/2019 |
Thanks for the code! I thought I was missing something obvious or a simple function or method that escaped my eye. I was not. Your solution is very nice, but the kicker for me is that 1) I can't have field2 as read only, needs to be a text area and 2), I just figured out I need the Autofill function most of all. I think I'll make lookup wizard work. |
D
|
david22585 8/24/2019 |
Just to add to this that if you want it to work with a read only field, you can get the variable and set it as a session. On before process, use a code like this: // Used to set owner data on other pages
$_SESSION["phone"]
|