![]() |
aadham 12/4/2022 |
Try this SELECT idcodice FROM codice where partnumber = ' ".$values["pnumb"]." ' " |
![]() |
francesco author 12/4/2022 |
Thanks, I tried but I have same error: Microsoft Javascript compilation error. My doubt is if is correct in JavaScript Onload use this type of code to retrieve a table value: |
![]() |
aadham 12/4/2022 |
You can't use this code in JS Onload event. |
![]() |
francesco author 12/5/2022 |
aadham, i was thinking to put the code to retrieve the keyfield value in custom add of the popup windows. Do you think is it possible? If yes how I can pass the keyfield from popup "child" windows to parent add? |