midify_conf_at_runtime [message #528686] |
Wed, 26 October 2011 07:36 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
I developed a form Called start_project.fmb containing a push-button through which I call a form called movies.fmb, each one has the associate java classes.
1)
At run time
start_project.fmb has url:
http://meteo-49aba7b5b:8888/forms90/f90servlet?config=meteo
movies.fmb has url:
http://meteo-49aba7b5b:8888/forms90/f90servlet?config=webutil
2)
when I run start_project.fmb , URL in the browser is:
http://meteo-49aba7b5b:8888/forms90/f90servlet?config=meteo &form=C:\Dev9i\forms90\Meteo_Projet\Start_Project.fmx&userid=METEO/METEO@dbrc&buffer_records=NO&debug_messages=NO& ;amp ;array=YES&query_only=NO&quiet=NO&RENDER=YES
when I called movies.fmb, URL in the browser is:
still:
http://meteo-49aba7b5b:8888/forms90/f90servlet?config=meteo &form=C:\Dev9i\forms90\Meteo_Projet\Start_Project.fmx&userid=METEO/METEO@dbrc&buffer_records=NO&debug_messages=NO& ;amp ;array=YES&query_only=NO&quiet=NO&RENDER=YES
Each form is running well alone, but when I call movies.fmb from project.fmb by pressing the associated button, this one is not running well because it did not take its configuration ( config=webutil ) already defined in formsweb file,
how can force the movies.fmb to take config=webutil programmatically([url]http://meteo-49aba7b5b:8888/forms90/f90servlet? config=webutil )when I called it from start_project.fmb
Any help I appreciate it
Thank tou.
[Updated on: Wed, 26 October 2011 07:40] Report message to a moderator
|
|
|