main logo
Subject: Re: Simple top level form application
Author: Mike Devlin
Posted: 2002/03/28 09:03:46
 
View Entire Thread
New Search


<i><font color="#663300"><i><font color="#663300">Does anyone have any suggestions for how to go about making an application that is simply a top level form? The situation I have is something like this, I want to put an icon for the application on a user machine that launches a wizard, but only the wizard, no _screen, no menus, just the wizard form and then kills the application after saving. I have made it happen using beforereadevents, and a clear events in the command button after save(.T.), QueryUnload(), and Release() but it seems a little clunky.
</font></i>

That's all the app does? In that case, I think using Codebook is a huge overkill. That would be a case where I'd skip using a framework and just create the app.
</font></i>

I would have, except that I need the login security which I am hoping to use to set up the user and password for the remote view connection. The data provided by the wizard will be sent back to the Oracle tables via remote views, but I need to control the access to these tables. There will be sections of the wizard that some users will not be able to access, depending on their login information.

Devman
mdevlin .at. ajdebruin .DO.T com

 
©2002 Mike Devlin
<-- Prior Message New Search Next Message -->