CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Wishes

 Little error in docs:

Print topic Send  topic

Author Message
computerforce

Posts: 21
Posted: 02/01/2007, 3:25 PM

Showing a Grid Record in Two Rows
This example describes how to show a grid in two rows. For example, the 'Tasks' grid contains a 'Description' field that will be shown in the next row.

Modify the 'HTML' code as shown below:

  
<!-- BEGIN Row -->  
 <tr>  
  <td>{Task_id}</td>  
  <td>{TaskName}</td>  
  <td>{Priority}</td>  
  <td>{Status}</td>  
 </tr>  
 </tr>  
  <td colspan="4">{Description}</td>  
 </tr>  
<!-- END Row -->  

Small, almost unvisible error.
  
 </tr>  
 <tr>  
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.