Description
Start wizards are available in the Start Wizards tab page in the New dialog box:

About the Migration Assistant Although you see the Migration Assistant, it is not a Start wizard. It's a tool that helps you identify obsolete syntax in scripts before you migrate an application. A Start wizard always creates a new application with one or more objects. If the object created is a custom class user object, it will have the characteristics needed for specific types of component generation.
What the Start wizards do
Here's what you can do with Start wizards:
|
Using this Start wizard
|
You create a new application containing
|
|
Application
|
The Application object
|
|
Template Application
|
The Application object and automatically generated windows, menus, and connection information. If the application requires connection to a Jaguar server or a SQL database, a Connection object is automatically created. You can run the application immediately and use it as a shell for continued development
|
|
Jaguar Component
|
A new custom class user object and a project. The user object (to which you later add methods and properties) has the characteristics needed to be a Jaguar component object that you can deploy to a Jaguar server
|
|
COM/MTS Component
|
A new custom class user object and a project. The user object (to which you later add methods and properties) has the characteristics needed to be a COM/MTS component object that you can deploy to a Microsoft MTS server
|
|
Automation Server
|
A new custom class user object (to which you later add methods and properties). You can access methods in the user object from clients built with OLE-enabled applications such as PowerBuilder, Visual Basic, and Visual C++
|
See also
Object wizards Project wizards
|