CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Is is possible - and how ???

Print topic Send  topic

Author Message
patm

Posts: 3
Posted: 03/16/2011, 7:01 AM

I tried searching the form and could not find a response. What I am asking is it possible on an editable grid can you have the insert form that follows the grid appear to the right or left side of the grid vice at the bottom.

example:
currently desplayed:

grid form -----------------
Insert form ----------------
submit button

Request to display like this:

grid form -------- Insert form -------- submit button

Thank you for any help.
View profile  Send private message
vandalen

Posts: 58
Posted: 03/16/2011, 7:44 AM

Hi Patm ...

Hopefully I understand what you are asking but why not add a table with 2 columns and put a panel per column?

That will put things side by side.
View profile  Send private message
damian

Posts: 838
Posted: 03/16/2011, 4:02 PM

yes tables or divs
_________________
if you found this post useful take the time to help someone else.... :)
View profile  Send private message
djgjohn

Posts: 52
Posted: 03/17/2011, 12:58 AM

The table:

<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" style="padding-right: 12px">

[grid or record form here]

</td>
<td valign="top">

[grid or record form here]

</td>
</tr>
</table>

To get the form and grid to display at the top of the container table cell you use 'valign="top"'
To create padding to the right of the left cell you can add the style inline as shown
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.

Web Database

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.