Re: Go command

From: Luc Bosman <l.bosman_at_wanadoo.be>
Date: Fri, 20 Oct 2000 10:42:30 +0200
Message-ID: <7srvus4pc6fesatgdg9f6qo5c80vvb9er3_at_4ax.com>


On Thu, 19 Oct 2000 15:27:51 GMT, mechhunter_at_rocketmail.com (Arthur) wrote:

>What's the GO command to call up a form from another module that is
>already open ? Or can such thing not be done ?
>
>Arthur

declare
  fm_id FormModule;
BEGIN
   fm_id := find_form(pform);
  if id_null(fm_id) then

  • form not open open_form(|pform, ACTIVATE, SESSION); else
  • form already open go_form(fm_id); end if; END;
-- 
Luc Bosman
DEV/2000 Software Engineer
Database & Network Administrator
l.bosman_at_wanadoo.be                      ICQ 37011625
http://users.skynet.be/kobukai/
 ---------------------------------------------------- 
|  -°)                                          (°-  |
|  /\\  Linux the choice of the GNU generation  //\  |
| _\_v                                          v_/_ |
 ---------------------------------------------------- 
Received on Fri Oct 20 2000 - 10:42:30 CEST

Original text of this message