Home » Developer & Programmer » Forms » Poblem In Call and Run Form (Forms 6i)
Poblem In Call and Run Form [message #279788] Sat, 10 November 2007 05:14 Go to next message
alijeyan
Messages: 184
Registered: January 2007
Location: IRAN
Senior Member
Hi

I Have an Application with 50-60 form and 300-350 Report (Payment Application For a big company with 12000 person )

i have a form : in this form I use 15 program unit .
when i load form in Form Builder (forms6i) and run form , form run very quikly and very good and clacul Paymen in 30 secound.
but when i run Form from then Main Menu my system hang and form not work !
i call form in Main_menu By :

CALL_FORM('\path\form_name.FMX',NO_HIDE,DO_REPLACE,NO_QUERY_ONLY);

Re: Poblem In Call and Run Form [message #279800 is a reply to message #279788] Sat, 10 November 2007 08:39 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Did you test the form (i.e. ran it from Reports Builder) connected to the same database (i.e. the same data set) as the form which has been run from menu?

Can you find a bottleneck? Is it, for example, WHEN-NEW-FORM-INSTANCE trigger, or does it stop responding when you push a button and do some computing or ...?
Re: Poblem In Call and Run Form [message #279827 is a reply to message #279800] Sat, 10 November 2007 23:23 Go to previous messageGo to next message
alijeyan
Messages: 184
Registered: January 2007
Location: IRAN
Senior Member
ThanQ LittleFoot !

I connect same database when run from form builder and run from Menu .
I cheked All Trigger and All Program unit , and I do not find any thing .

Can I send For You ?

ALI
Re: Poblem In Call and Run Form [message #280526 is a reply to message #279827] Wed, 14 November 2007 00:09 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Can you call any of your forms via the menu?

I suggest removing the '.FMX' from the call. I also recommend setting up your environment so that you do not need to specify the '/path/'.

David
Previous Topic: Returning Multiple result sets
Next Topic: Labeling columns dynamically (merged)
Goto Forum:
  


Current Time: Sun Feb 02 21:57:12 CST 2025