Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return statements within the with endwith blocks
Message
De
12/01/2017 09:08:55
 
 
À
11/01/2017 20:12:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01646361
Message ID:
01646573
Vues:
44
>>>>With ... Endwith is a feature I never pined for when I switched to .NET
>>>>.NET's awesome intellisense more than compensates for any additional typing.
>>>
>>>Typing is the least of the problems.
>>
>>If you saw how I type, you might think differently.
>
>Woud you be so kind as to show us a block of .NET code of yours?
Sure

This is from a menu program
 private void maintainBillingAddressToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (commonAppDataMethods.IsRoleAuthorized("MAINT04"))
            {

                ApplicationMaintenance.MaintainStoreBillAddressMethods maintainStoreBillAddressMethods = new  ApplicationMaintenance.MaintainStoreBillAddressMethods();
                maintainStoreBillAddressMethods.menuform = this;
                maintainStoreBillAddressMethods.ShowParent();
            }
        }
Please note that most of the typing was done by intellisesnse.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform