I'm also confused on why there would be different exes. I wouldn't go that way. Why don't you have one exe running one startup file that defines all the settings, brings up your main menu form with the buttons that run various functions. I'm not sure why those various functions need to be separate exes. Maybe I need it explained more?
If you need separate desktop icons that automatically run a certain function, then you call the one exe you have, passing in the parameter from the icon. Your startup file would then look to see if a parameter was passed in, and if so go directly to that part of the program. Karen -----Original Message----- From: jan johansen <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Fri, Dec 6, 2013 8:47 am Subject: [RBASE-L] - Re: Help with Getproperty Tom, I'm not sure what your approach wins you. My entire app is one exe and I include the engine and is only about 11 Meg. Jan -----Original Message----- From: TOM HART <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 5 Dec 2013 21:10:20 -0800 (PST) Subject: [RBASE-L] - Help with Getproperty > I have never used the Getproperty STARTUPPARAMSTR in an app and have > looked at the responses and R:docs. This is a very simplistic example > of what I want to do in an externalform > > Button1(employee info) currently use a compiled Employee.exe which > starts program and run eep to go to employee info > Button2(customer info) compiled Customer.exe and uses completely > different eep > Button3(sales info) compiled Sales.exe, etc > and more buttons and so on > > > This is what I currently use and have to re-compile each one on every > update. What I would like to do is have the one exe that sets all my > configure info, then run the eep, outside of the exe file > > I am lost on this subject. > > Tom Hart

