On Wed, 08 Dec 2010 19:29 -0600, "Ken Kixmoeller (ProFox)" <[email protected]> wrote: > Hi, Sytze - -- - > > Well, first: forget everything you know about program flow. It isn't > anything like a desktop application. There is no such thing as > creating a Fox app and running it from the Web. Each page is an > island: Where am I? Is this the same user? What did he do last (even a > day ago)? Each page has to remember *everything* that happened before, > because there is no "before," only "now." ("Stateless" is the term of > art.)
If you are using HTML then it's stateless, but you could use Silverlight if you want to go down the .NET route. Another option is to investigate a CMS like DotNetNuke which would take care of all the scaffolding like user logins and so on, and then create a custom module for your customer. But then you're not only scaling the VB learning curve but the DNN custom module curve as well. The first question I would actually be asking is - do they *need* a browser interface or do they just think they do ... is there any case for creating a regular Windows .EXE and having people run it in Terminal Services sessions or something. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

