Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is Ken Levy ?? Some news about VFP9 SP / VFP10 ??
Message
De
07/03/2005 20:17:03
 
 
À
26/01/2005 02:19:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00980575
Message ID:
00993492
Vues:
33
Geez, all this just to ask where Ken Levy is... pretty important guy! ;-)

Personally, to keep with good coding practices, I would have given them KISS.

e.g.
using System;

namespace MySpace.WebUI {
	public class Main : System.Web.UI.Page {
		#region Web Form Designer generated code
		override protected void OnInit(EventArgs e) {
			InitializeComponent();
			base.OnInit(e);
		}
		
		private void InitializeComponent() {    
			this.Load += new System.EventHandler(this.Page_Load);
		}
		#endregion

		private void Page_Load(object sender, System.EventArgs e) {
			this.Response.Write("Here I am.');
		}
	}
}
>>Someone who used to give great VFP demos.
>
>Hi Jeff. Does this mean you think my demos of VFP over the past 7 months in Las Vegas, Kansas City, Prague, Oslo, Frankfurt, Paris, Zurich, Seattle, Sydney, Phoenix, etc. were not that good or as good as they could be? I'd be happy to know which ones you attended and what I can do better next time for the VFP demos.
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform