Re: execute method

2020-07-16 Thread Pat Bensky via 4D_Tech
What version of 4D are you using? The best way to handle this is to use PROCESS 4D TAGS. You can create a sort of mini-method and then execute it on the fly. Here is a simple example: tMethod:="" Then to execute it you just call EXECUTE METHOD(tMethod) A warning ... Since the code runs

Re: execute method

2020-07-16 Thread Neil Dennis via 4D_Tech
I don’t think this will work compiled. Try the command "Process 4D Tags” If the version of 4D you are using has this command, you can put 4D code in text and execute it with this command (no need to create a method) Neil > On Jul 16, 2020, at 1:36 PM, Chuck Miller via 4D_Tech

Re: execute method

2020-07-16 Thread Chuck Miller via 4D_Tech
Hi Fedinado. yes it should work, but why not just try it and see for yourself. It would have taken about 30 seconds to do that Regards CHUCK Chuck Miller Voice: (617) 739-0306 Informed Solutions,

execute method

2020-07-16 Thread stardata.info via 4D_Tech
Hi all, Some one have experience with execute method command? I've need to insert some rows of 4D commands in one text field of a table, and after to execture this rows of code as a method. Can i create programmatically method and after execute