Thursday, May 1, 2008

Build 192

Fixed #49: User defined string properties are now properly enclosed in quotation marks when you build the project with GuineuIDE. Properties with long values are now properly supported, as well.

Guineu now supports the Visual WebGUI framework. In the Guineu menu choose Build > ASP.NET Application to turn your Visual FoxPro™ project into a web application. Even though the forms more or less look like they did before



they run inside a browser. The form is actually rendered HTML, CSS and JavaScript. In order to compile an ASP.NET application, you must download the Visual WebGUI SDK for .NET 2.0 and install it on your machine. After building the project you end up with a web.config in your project folder and a bin directory with all DLLs. Both need to be deployed to a web server that is configured to run ASP.NET 2.0 applications. To launch the application use

http://server/mainform.wgx

where mainform is the name of the SCX form that was defined as the main program in the project.

No comments: