Re: Forms 4.5 - GO_FORM and OPEN_FORM

From: <RTProffitt_at_beckman.com>
Date: Thu, 13 May 1999 16:05:25 GMT
Message-ID: <7het83$dsh$1_at_nnrp1.deja.com>


You can isolate the source of the problem by commenting out the when-activated trigger code and using "message('xxx');synchronize." Then you will know for sure if it is the Execute query causing the problem.

remember that the global is persistent. You are setting it in the Button, and testing for it in Pre-Form. But, are you sure Pre-Form gets executed when the module is already alive? It might be that the global set by the button the second time never gets passed on to :ITEM in the already active window ????

Robert Proffitt

--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Thu May 13 1999 - 18:05:25 CEST

Original text of this message