Visual Basic.NET
  Home arrow Visual Basic.NET arrow Page 4 - Using Visual FoxPro to Generate Data-centr...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
Moblin 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
VISUAL BASIC.NET

Using Visual FoxPro to Generate Data-centric Web Pages
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 22
    2006-04-24

    Table of Contents:
  • Using Visual FoxPro to Generate Data-centric Web Pages
  • Visual FoxPro Table Features
  • Creating a web page from the table
  • Choosing a presentation style

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th -1:00PM EST. Register Today!

    Using Visual FoxPro to Generate Data-centric Web Pages - Choosing a presentation style


    (Page 4 of 4 )

    This brings you to Step. 3 of web page generation shown in Fig.12. Presentation is the key to a pleasant user experience. There are lots of built-in styles and data layout decorations that can be chosen. You may choose ones that are similar to those I've chosen here. When you click next, you come to the last step, Step.4.

    Fig.12

    Step. 4 has a few options that you can choose as shown in Fig.13. You can give a title to the web page, but this will only go between <Title></Title> of the web page. However, if you elect to edit the page you can add custom text to the page. Here the first option has been taken. When the Finish button is clicked a web page with the same name as the table, namely orders.htm, is created in the default directory.

    Fig.13

    Displaying the web page created

    Fig.14 shows a part of the orders.htm as seen in a browser. It comes ready with navigational features and a pleasing background. You can step through the records and the chosen fields are shown in the right hand pane. In the background, Visual FoxPro has created several other auxiliary htm pages to make this navigation possible. All these pages are held together in a frame set as seen in the following source code for orders.htm. The orders_0.htm, orders_1.htm, and orders_2.htm are also saved to the default directory.

    Fig.14
    <head>
    <title>
    Orders from MS Access
    </title>
    </head>
    <frameset rows="80,*">
    <frame name="frame0" id="frame0" frameborder=0 src=orders_0.HTM>
    <frameset cols="20%,*">
    <frame name="frame1" id="frame1" frameborder=0
    src=orders_1.HTM> <frame name="frame2" id="frame2" frameborder=0
    src=orders_2.HTM> </frameset> </frameset> </html>
    Summary

    Visual FoxPro makes it very easy to create a web page even better than Data Access Pages, a technology that came with Access 2000. The web page creation feature was present in Visual FoxPro from much earlier times. When I was consulting with WorldCom, someone there once told me that it was the ease with which the data was made available as a web page  that made them choose this software. With the added editable options available it is very easy to create a custom look and feel for the reports.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · In the various forums that I participate, quite often there are questions about...
     

    VISUAL BASIC.NET ARTICLES

    - Movement and Player Statistics in a VB.NET T...
    - Creating and Drawing a Game Map in VB.NET
    - Working with Classes and Properties for Game...
    - Working with Loops, Arrays, and Collections ...
    - Learning Loops in VB.NET for Game Development
    - Learning VB.NET: Working with Variables, Con...
    - The Basics of VB.NET Through Text Game Devel...
    - Learning VB.NET Through Text Game Development
    - Types of Operators in Visual Basic
    - Operators
    - Understanding Custom Events using Visual Bas...
    - Polymorphism using Abstract Classes in Visua...
    - Shadowing using Shadows in Visual Basic.NET ...
    - Overloading and Overriding in Visual Basic.N...
    - More on Controlling Windows Fax Services Usi...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway