Home » Developer & Programmer » Forms » Open Form B From Form A within one session / Window
Open Form B From Form A within one session / Window [message #303729] Sun, 02 March 2008 07:31 Go to next message
itroome
Messages: 34
Registered: June 2005
Location: DUBAI, UAE
Member

Dear Guru

I need the Fllowing Functionality between to Form Calling Form A and Called Form B.

When the user moves the cursor in the next record of Form A, the B remains opened [No mutile session/window] but it will be refreshed with the next Record.

I tried to use the Command "Open_FORM('d:\B.fmx',ACTIVATE,NO_SESSION,NO_SHARE_LIBRARY_DATA,PARM_LIST_ID);"

But On each nevigation the new window open for Form B.

While I need the Synchronized effect between these Form.

Best Regards,
Muhammad AURANGZAIB
Sr. Application Developer (LARA)
Global Delivery Centre, Dubai, UAE
CMA CGM SYSTeMS
A joint venture of IBM and CMA CGM Dubai, U.A.E
Tel : +971 4 375 7336 Cell : +971 50 9511419
itroome@yahoo.com
Web: http://www.cma-cgm.com

Upd-mod: Remove stutter on enter key.

[Updated on: Mon, 03 March 2008 00:03] by Moderator

Report message to a moderator

Re: Open Form B From Form A within one session / Window [message #303832 is a reply to message #303729] Mon, 03 March 2008 00:03 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Use two canvases and windows in the one form.

David
Re: Open Form B From Form A within one session / Window [message #303892 is a reply to message #303729] Mon, 03 March 2008 02:55 Go to previous messageGo to next message
itroome
Messages: 34
Registered: June 2005
Location: DUBAI, UAE
Member

Dear David

I cannot understand this soluation. Would you please explain it.

Thanks in advance
Re: Open Form B From Form A within one session / Window [message #303907 is a reply to message #303729] Mon, 03 March 2008 04:03 Go to previous messageGo to next message
itroome
Messages: 34
Registered: June 2005
Location: DUBAI, UAE
Member

Dear David...

Hooo Hooo I understand now your soluation. But David, Problem is I cannot make the two canvas and window. because according to functionality I have to create the parameter form [A] that will call the already developed form [B]. B form is alrady developed and running from the last three years. but for sake of performance I have to make the parameter form [A]. Now Once the record selected then Form [B] will open. but here I need the functionality that I have descrbed before.



Hope you understand now.


Wait your soluation

Re: Open Form B From Form A within one session / Window [message #304055 is a reply to message #303907] Mon, 03 March 2008 22:23 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Then close Form B and reopen it. You will probably get a screen flicker because of the time it takes to close and open the form again.

David
Re: Open Form B From Form A within one session / Window [message #305064 is a reply to message #304055] Fri, 07 March 2008 22:38 Go to previous message
dbhossain
Messages: 155
Registered: August 2007
Location: Dhaka
Senior Member

----to open form B from current from A---
BEGIN
NEW_FORM ('B',NO_ROLLBACK,NO_QUERY_ONLY,SHARE_LIBRARY_DATA);

END;


---to open from A from current form B---

BEGIN
NEW_FORM ('A',NO_ROLLBACK,NO_QUERY_ONLY,SHARE_LIBRARY_DATA);

END;



Thank you,

dbhossain

[Updated on: Fri, 07 March 2008 22:41]

Report message to a moderator

Previous Topic: How to show the alert 'Do you want to save?' after entering each record. & Is there a way to sho
Next Topic: get_file_name problem
Goto Forum:
  


Current Time: Sun Feb 09 21:51:54 CST 2025