Exchange Data between forms
martinsalo
Hello Forum,
I want to exchange data from form A to form B. Currently I think about the following solution:
If form A is shown, create a data object by a optimizer rule on startup and store it somewhere. If form B is loaded, then look with another optimizer rule for this data object and set the requested data in form B. But maybe there is a much easier way to alter one form content from another? (Im new to coresuit).
Thanks :)
Martin
Anders Olsson
Hi Martin,
If you want to copy data from the previously active form to the currently active form you can use an EasyFunction rule with the command CopyPaste. Check the F1 Help for more info.
Regards,
Anders
martinsalo
You mean the Copy to function button (in german "Kopieren nach")?
The data I want to copy is not directly a field on a form. I calculate it from the form data, and then the user has to open other forms and the calculated data should be availlable there too. Currently I'm buildung an addon to do that.
Anders Olsson
Hi Martin,
No I meant the command "CopyPaste" that is part of EasyFunctions. But from your last post that doesn't seem appropriate. If you want to use customize, have you explored the Extended Code? There you will be able to declare objects that are available to any customize rules.
Regards,
Anders
Please sign in to leave a comment.
Comments
0 comments