Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is Ken Levy ?? Some news about VFP9 SP / VFP10 ??
Message
From
08/03/2005 04:55:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/03/2005 20:17:03
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00980575
Message ID:
00993560
Views:
42
Gordon,
I don't have an idea why you CCed this to me.
I love ASP.Net too but I think ASP.Net is somewhat heavy for this and both ASP and ASP.Net are slower than VFP web solutions (.Net users should also accept some facts). Try pure HTML alternative (very easy with VFP - easier and faster than it's in .Net):
StrToFile("<HTML><BODY>Here I am.</BODY></HTML>","EasyWithVFP.htm")
*ShellExecute here if you want to see generated htm
Cetin

>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.
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform