The latest d6 Webform is not meant to be used with Views. At least that is what it says in the module description. <div><br></div><div>I would use CCK, a block view and a custom block module for the buttons.<br clear="all">
<b><div><b><br></b></div>Ryan LeTulle,</b> Web Developer<br><br><div>personal: <a href="http://www.bayousoft.com" target="_blank"><font color="#666666">bayousoft.com</font></a><br>twitter: <a href="http://twitter.com/bayousoft" target="_blank"><font color="#666666">@bayousoft</font></a></div>
<div><br></div><div><a href="http://twitter.com/bayousoft" target="_blank"></a><div><br></div><div><a href="http://twitter.com/bayousoft" target="_blank"></a><i>"Be the change you want to see in the world."</i> Mahatma Gandhi</div>
<br><br></div><br>
<br><br><div class="gmail_quote">On Wed, Jan 26, 2011 at 8:58 AM, nan wich <span dir="ltr"><<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><div></div>
<div>I haven't actually used Webform in ages (I did one simple form in D5 once). This is the kind of thing I would do with a relatively simple module that I could code in a few hours. Maybe someone else has a better idea.<br>
</div><div class="im">
<p><font color="#ff007f" size="4" face="bookman old style, new york, times, serif"><em><strong>Nancy</strong></em></font></p>
<p> </p>
<p><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
<div><br></div>
</div><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><br>
<div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Tahoma"><div class="im">
<hr size="1">
<b><span style="font-weight:bold">From:</span></b> Austin Einter <<a href="mailto:austin.einter@gmail.com" target="_blank">austin.einter@gmail.com</a>><br></div><b><span style="font-weight:bold">To:</span></b> <a href="mailto:development@drupal.org" target="_blank">development@drupal.org</a><br>
<b><span style="font-weight:bold">Sent:</span></b> Wed, January 26, 2011 9:38:49 AM<br><b><span style="font-weight:bold">Subject:</span></b> Re: [development] How to make Dynamic webpage<br></font><div><div></div><div class="h5">
<br>
<div>Thanks Nancy</div>
<div>I installed webform module.</div>
<div> </div>
<div>I was able to add fields like name, date, work etc using webform module. <br></div>
<div>Now the next step, is how do I add view at the start of the page. </div>
<div>And also how do I add buttons like "Add", "Delete", "Modify" buttons at the bottom of page.</div>
<div> </div>
<div>Regards</div>
<div>Austin.</div>
<div><br> </div>
<div class="gmail_quote">On Wed, Jan 26, 2011 at 9:48 AM, nan wich <span dir="ltr"><<a href="mailto:nan_wich@bellsouth.net" rel="nofollow" target="_blank">nan_wich@bellsouth.net</a>></span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div>
<div style="font-family:arial, helvetica, sans-serif;font-size:12pt">
<div></div>
<div>You don't need Panels for this. All you need is a simple form. Webform might even do it.<br> </div>
<p><font color="#ff007f" size="4" face="bookman old style, new york, times, serif"><em><strong>Nancy</strong></em></font></p>
<p><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
<div><br></div>
<div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><br>
<div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Tahoma">
<hr size="1">
<b><span style="font-weight:bold">From:</span></b> Austin Einter <<a href="mailto:austin.einter@gmail.com" rel="nofollow" target="_blank">austin.einter@gmail.com</a>><br><b><span style="font-weight:bold">To:</span></b> <a href="mailto:support@drupal.org" rel="nofollow" target="_blank">support@drupal.org</a><br>
<b><span style="font-weight:bold">Cc:</span></b> <a href="mailto:development@drupal.org" rel="nofollow" target="_blank">development@drupal.org</a><br><b><span style="font-weight:bold">Sent:</span></b> Tue, January 25, 2011 10:45:15 PM<br>
<b><span style="font-weight:bold">Subject:</span></b> [development] How to make Dynamic webpage<br></font>
<div>
<div></div>
<div><br>
<div>Hi All</div>
<div>I am quite new to Drupal, and trying hard to learn Drupal.</div>
<div>My apologize to all, if I am asking a silly question here.</div>
<div> </div>
<div>I want to implement a dynamic web page for employee work report track purpose using Drupal.</div>
<div> </div>
<div>1) At the top of page I want a view (in table format), that will show existing records added.</div>
<div>2) At the center of page I want individual fields where we will enter data for records</div>
<div>3) At the bottom of page I want buttons to add/modify/delete records.</div>
<div> </div>
<div>Please see the attached word document, what I am trying to make.</div>
<div> </div>
<div>So individual users can enter data for records and using "add" button I should be able to add the records.</div>
<div>With every add/modify/delete operation records shoud be updated in database.</div>
<div>Next time user logs in should be able to see previously added records.</div>
<div> </div>
<div>In Drupal7 what is the best way to do it. Please provide your valuable input earliest.</div>
<div> </div>
<div>I have thought of below option. Please correct me if I am heading towards wrong direction.</div>
<div> </div>
<div>a. I will have a panel page and using layout manager will create three regions top, center and buttom.</div>
<div>b. In top, I will add the view , center will add the individual fields and at buttom will add buttons. </div>
<div>c. I need to explore how to create view, individual text-field/text-areas and buttons and add - If you know it, please let me know. </div>
<div>d. And how do I include the database specific code such as INSERT, DELETE etc.</div>
<div> </div>
<div>Best Regards</div>
<div>Austin.</div>
<div> </div></div></div></div></div></div></div></blockquote></div><br></div></div></div></div></div></div></blockquote></div><br></div>