Hi Ferdinando, In 16.3 HF2 I put together a simple case, making a custom output form for a table with two buttons. One button runs your first block of code to open a Palette window and the other a Plain window. The "form" opened by the buttons on the output form has field variables, and I am able to modify them and when closing the window, the records are modified.
Is this what you are trying to accomplish? If not, what is in your "form" (are there any other buttons, bits of code, etc) and what exactly do you mean by the "selection of the records are not upgraded in the output form"? Are you trying to change the selection like a query or modify the records? Do you have any other code executing here? Regards, Kristopher -----Original Message----- From: 4D_Tech [mailto:[email protected]] On Behalf Of stardata.info via 4D_Tech Sent: Tuesday, May 8, 2018 6:55 AM To: [email protected] Cc: stardata.info <[email protected]> Subject: OPEN FORM WINDOWS Hi All, I work 4D V16 on windows. Using this code in one button of output form for doing a queries: $Win:=Open form window("form";Palette form window;Horizontally centered;Vertically centered;*) DIALOG("form") CLOSE WINDOW i notice that the selection of the records are not upgraded in the output form. If use the option Plain form window i not have the same issue. $Win:=Open form window("form";Plain form window;Horizontally centered;Vertically centered;*) DIALOG("form") CLOSE WINDOW Someone know the reason? Thanks Ferdinando ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

