Re: Initial menu
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 02, 2003
- 429 views
On Sun, 2 Mar 2003 00:09:42 -0800, Dan Moyer <DANIELMOYER at prodigy.net> wrote: > > the "setUserProperty" commands need to be "defineUserProperty", I can't remember when I added this but if the user property specified in setUserProperty has not been defined yet, then this call will define it automatically. In other words, you can use either call in this case. > and I think a filename should go in the field after "Application Name" in > that command if it's intended to run a program. I left it up to the implementer to decide if they are going to run a program or do something else. This is just illustrative code. > And if you put: > shellExecute("open", lAppName[1], SW_SHOWNORMAL) > under: > "-- Here is where you can build or show the appropriate screen forms.", > then it will run the application named in the "defineUserProperty" > command > when user clicks on one of the buttons. However, Dan's changes should work fine too. -- cheers, Derek Parnell