Consultor Eletrônico



Kbase P114133: How to use the AppBuilder as a learning tool to writing windows applications using the Procedure Edi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/9/2006
Status: Unverified

GOAL:

How to use the AppBuilder as a learning tool to writing windows applications using the Procedure Editor?

FIX:

The following steps describe a good training and learning method in how to write AppBuilder quality windows applications using the Procedure Editor:
1. Start by using the AppBuilder.
2. Build a simple application that has a browse on a window.
3. Run the window and save it as a .w file after testing that it works.
4. Open the file in the Procedure Editor and save it as a .p file.
5. Start removing the AppBuilder generated code while checking the syntax after each removal.
6. After each removal and a successful syntax check, save the new .p.
7. If a removal results in a syntax error. Locate the error and fix it. A common error is that you need to define the preprocessors that are defined by the AppBuilder.