Visually Maintain Converted Code
Sabertooth makes it easy to maintain converted applications.
Visually edit converted applications using Visual Studio's Form Designer. Just drag fields around your converted screen or drop new controls on to your screen. You can drop any .NET component on your screens. Change your properties with the Property Editor. Edit standard .NET properties & additional Team Developer/SQLWindows™ properties like Input Mask, Format & Country. You can even edit converted QuickObject™ properties using the Property Editor.
Migrated Application/Maintainability
Maintenance of the application in the future is made simpler through migration:
- Visually maintain screens using the Windows Form Designer
- Use standard .NET components on converted screens
- Bind and Into variables can be used for new variables that are created after application migration
- Error tracing in all public methods in the Sabertooth Components
- Intellisense Help for the Sabertooth Components
Migrated code in the Form Designer. Migrated code is easy to maintain.
Use standard visual tools to maintain migrated screens.
Sample Migrated code
Migrated code is more object-oriented and follows .NET coding conventions.