Re: INVOKE ACTION only works when I trace through it

2018-11-11 Thread Jeremy French via 4D_Tech
Hi Pat, Can you simply assign tEditText to the field after returning from the method *PicturePathSelect*? That is: *PicturePathSelect* (->tEditText) // choose a pic, copy pathname to tEditText [someTable]someField := tEditText Regards, Jeremy French > On Nov 11, 2018, at 12:39 PM, Pat

INVOKE ACTION only works when I trace through it

2018-11-11 Thread Pat Bensky via 4D_Tech
Using v17, Mac I have an enterable field on a form. The user can right-click on it and select an action such as "Select a picture" from a dynamic popup menu. The code that runs: tEditText:="" *PicturePathSelect* (->tEditText) // choose a pic, copy pathname to tEditText *SET TEXT TO