Normal Topic Formrunprogram (Read 446 times)
Amor
Full Member
Members
***
Offline


No personal text

Posts: 366
Location: Germany
Joined: Feb 7th, 2004
Formrunprogram
Aug 15th, 2011 at 4:00pm
Print Post Print Post  
Hello!

Can i run Multiply Formrunprogram from a field button ?

in my example it runs only the first line?

FormRunProgram( "MAIN", "IMPORTChemie" ,PROGRAM_EVENT_LE_EXIT)
FormRunProgram( "MAIN", "IMPORTGERINNUNG" ,PROGRAM_EVENT_LE_EXIT)
FormRunProgram( "MAIN", "IMPORTPSA" ,PROGRAM_EVENT_LE_EXIT)
FormRunProgram( "MAIN", "IMPORTFETTE" ,PROGRAM_EVENT_LE_EXIT)

Thank you for the help.
  

Dr. med. Amor Belhareth&&Medizin Labor &&Germany
Back to top
 
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Formrunprogram
Reply #1 - Aug 15th, 2011 at 6:23pm
Print Post Print Post  
Hello Amor,

It is possible to call FormRunProgram() multiple times on one command button. We were able to successfully test this here with pretty basic programming. It is possible that the issue you are having may be caused by the programming in one or more of the elements you are calling with FormRunProgram().

Would you be able to post the code from the four elements so that we can read through it? We can also take a look at the application design files if you would like to send them in to support@lantica.com.
  
Back to top
IP Logged