Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Write the program with prg or screen designer ?
Message
De
29/11/1999 11:29:14
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
29/11/1999 10:09:52
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00296345
Message ID:
00296384
Vues:
20
Jacky-

> Form designer work fine with me ,but I wanna code the form myself ,I doubt if there is any difference between Desinger and coding ?

It's more a matter of personal preference.

The biggest difference is that if you code your forms, you are actually going to code form classes, and then instantiate them with CREATEOBJECT() instead of DO FORM. Form classes don't have a native Data Environment, but they are easy enough to also code programmatically. Going that route has some benefits for modularity.

Personally, I like being able to visually design forms (usually as classes). That capability counts as progress in my book.

That said, it is very useful to know how to programmatically define all kinds of classes, and if that is your goal, why not continue to use the class or form designer initially. Then, you can open the form or class in the Class Browser and view the code for it. You can cut and paste to a .prg if you like.

THis is very useful if you are having a problem..you can code a prg that duplicates the exact problem, and we can run it to help you track down whatever the situation might be.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform