<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Em 12-06-2011 21:33, Jamie Holly escreveu:
    <blockquote cite="mid:4DF55AD3.7020909@earthlink.net" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Actually it's:<br>
      <br>
      module_load_include('inc', 'node', 'node.pages');<br>
      $form = drupal_get_form($node-&gt;type .'_node_form', $node);<br>
      <br>
      [OR]<br>
      <br>
      $form = node_page_edit($node); // This will also set the page
      title with the node title<br>
      <br>
      Make sure to load the node.pages.inc file so that everything <br>
      <br>
    </blockquote>
    The line:<br>
    module_load_include('inc', 'node', 'node.pages');<br>
    <br>
    Make all the diference and now works as i want, thanks.<br>
  </body>
</html>